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

  1. Go to the side menu and click on “Agents.”

  1. Click “New Agent.”

  1. 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.

  1. Add the system message

  2. Add one or more Skills (functions the agent will be able to execute)

  3. Knowledge Base (RAG): This feature allows you to upload documents (such as PDFs) for the agent to reference during execution

  4. Advanced settings

  1. Click “Save agent.”

Last updated