Learn about creating and configuring individual agents within your multi-agent system
Name | Purpose | Characteristics |
---|---|---|
Conversational Agents (conversation ) | Primary user-facing agents that interact directly with users and orchestrate workflows. | • Can respond to users and orchestrate workflows • Typically serve as the start agent (Hub Agent) |
Task Agents (internal ) | Specialized agents that perform specific tasks without direct user interaction. | • Focused on specific functions • Return results to parent agents |
Pipeline Agents (pipeline ) | Sequential workflow execution agents that process data in a chain. | • Execute in sequence within a pipeline • Cannot transfer to other agents directly |
conversation
, internal
, or pipeline