{
"title": "agent.InlineAgent",
"description": "A validated inline Agent with its computed content-addressed ID.\n\nThis is an untagged enum that dispatches to the per-upstream Agent.",
"anyOf": [
{
"title": "Openrouter",
"$ref": "agent.openrouter.Agent"
},
{
"title": "ClaudeAgentSdk",
"$ref": "agent.claude_agent_sdk.Agent"
},
{
"title": "CodexSdk",
"$ref": "agent.codex_sdk.Agent"
},
{
"title": "Mock",
"$ref": "agent.mock.Agent"
}
]
}