objectiveai-sdk 2.0.7

ObjectiveAI SDK, definitions, and utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "title": "agent.InlineAgentBaseWithFallbacksOrRemote",
  "description": "An agent specification that is either an inline agent base with fallbacks\nor a remote path reference.\n\nUsed in swarm definitions to allow agents to be specified inline\n(with optional fallbacks) or resolved from a remote source via a\nhashmap during conversion.",
  "anyOf": [
    {
      "title": "AgentBase",
      "$ref": "agent.InlineAgentBaseWithFallbacks"
    },
    {
      "title": "Remote",
      "$ref": "RemotePath"
    }
  ]
}