objectiveai-sdk 2.0.8

ObjectiveAI SDK, definitions, and utilities
Documentation
{
  "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"
    }
  ]
}