Skip to main content
Agents are LLM-powered workers with a name, description, and bound LLM client.

Parameters

  • name: Human-friendly label.
  • description: What the agent does.
  • model_provider: LLM vendor (e.g., openai).
  • model_name: Model ID (e.g., gpt-4o, gpt-3.5-turbo).
  • api_secret: Provider API key (distinct from Orkestra api_key).

Attributes

  • config.name: Agent name
  • config.description: Agent description
  • llm: Underlying LLM abstraction

Create an agent

Generate: plain text

Generate: structured output (Pydantic)