{
"title": "agent.InlineAgentBase",
"description": "The base inline configuration for an Agent (without computed ID or metadata).\n\nThis is an untagged enum that dispatches to the per-upstream AgentBase.\nDeserialization tries each variant in order until one matches.",
"anyOf": [
{
"title": "Openrouter",
"$ref": "agent.openrouter.AgentBase"
},
{
"title": "ClaudeAgentSdk",
"$ref": "agent.claude_agent_sdk.AgentBase"
},
{
"title": "CodexSdk",
"$ref": "agent.codex_sdk.AgentBase"
},
{
"title": "Mock",
"$ref": "agent.mock.AgentBase"
}
]
}