Agents
Agents are responsible for orchestrating the interaction between models, Skills, and automation flows in Studio AI. They act as interpreters that receive commands, process the configured logic, and return the final response to the user.
Each agent:
Is linked to a model
Can use one or more Skills
Can operate independently or in cooperation with other agents
Create an Agent
Go to the side menu and click on “Agents.”

Click “New Agent.”

Fill in the following fields:
Agent name: Used for internal identification
Agent description
Linked model: Select an existing model; this will serve as the agent’s interpretation base
Type: Select between Assistant or Cooperation
Assistant: Executes the prompt for a specific action.
Cooperation: Manages the cooperative interaction between agents.
Add the system message
Add one or more Skills (functions the agent will be able to execute)
Knowledge Base (RAG): This feature allows you to upload documents (such as PDFs) for the agent to reference during execution
Advanced settings

Click “Save agent.”
Last updated