Skip to content

Gen ai agent studio #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions genai/01_agents.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Build an Agentic Application with Agent Studio

In this lab, you'll build an agentic workflow and a user-facing application using Cloudera AI Agent Studio.

**[Here](https://app.getreprise.com/launch/3yAw0pn/) is the Reprise demo with step by step tutorial for the Agent Studio**

1. On login, you will be taken to Trials Home Page
2. Click, **Start Trial** go to your Cloudera AI Workbench

[Here](https://github.com/cloudera/CAI_STUDIO_AGENT) is more detailed information of the Agent Studio

Send a note to cdptrial@cloudera.com for any questions you have!
File renamed without changes.
16 changes: 11 additions & 5 deletions genai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,22 @@ Cloudera AI is a unified platform that supports the entire machine learning and

## About the Labs

1. **Deploy an LLM Chatbot with an AMP**
Leverage an Accelerator for ML Project (AMP) to quickly deploy an LLM Chatbot augmented by Enterprise data. This lab will:
- Guide you through a one-click deployment process.
- Demonstrate how to integrate enterprise data for context-aware responses.
👉 [Start Here](01_llmchatbot.md)
1. **Build your first Agentic Application**
Explore how to build an agentic application using Cloudera AI Agent Studio. In this lab, you will:
- Pick from a list of our pre-built agent workflows (or start from scratch).
- Learn how to create, test and deploy an agentic application.
👉 [Start Here](01_agents.md)

2. **Build Your Own AI Application**
Explore how to leverage Cloudera's AI Inference service for enterprise-grade LLM deployment. In this lab, you will:
- Import and deploy a model from the Cloudera Model Hub.
- Integrate the deployed model to your AI Application.
👉 [Start Here](02_aiinf.md)

3. **Deploy an LLM Chatbot with an AMP**
Leverage an Accelerator for ML Project (AMP) to quickly deploy an LLM Chatbot augmented by Enterprise data. This lab will:
- Guide you through a one-click deployment process.
- Demonstrate how to integrate enterprise data for context-aware responses.
👉 [Start Here](03_llmchatbot.md)

Send a note to cdptrial@cloudera.com for any questions you have!