Module: SwarmSDK::Defaults::Agent

Defined in:
lib/swarm_sdk/defaults.rb

Overview

Agent configuration defaults

Default values for agent configuration when not explicitly specified.

Constant Summary collapse

MODEL =

Default LLM model identifier

OpenAI's GPT-5 is used as the default model. This can be overridden per-agent or globally via all_agents configuration.

"gpt-5"
PROVIDER =

Default LLM provider

OpenAI is the default provider. Supported providers include: openai, anthropic, gemini, deepseek, openrouter, bedrock, etc.

"openai"