Skill Claude CodeCodex
Expose orxhestra agents as A2A protocol endpoints or connect to remote A2A agents.
Skill Claude CodeCodex
Expose orxhestra agents as A2A protocol endpoints or connect to remote A2A agents.
Skill Claude CodeCodex
Add callbacks to orxhestra agents for logging, monitoring, and error handling. Covers model and tool callbacks.
Skill Claude CodeCodex
Add planners to orxhestra agents for structured reasoning. Covers BasePlanner, PlanReActPlanner, and TaskPlanner.
Skill Claude CodeCodex
Add dynamic skills to orxhestra agents. Covers Skill, InMemorySkillStore, and skill discovery/loading tools.
Skill Claude CodeCodex
Stream events from orxhestra agents including token-by-token output, sub-agent events via AgentTool, and Runner streaming.
Skill Claude CodeCodex
Create and use tools with orxhestra agents. Covers functiontool, AgentTool, transfer tools, exitloop, MCP tools, and CallContext.
Skill Claude CodeCodex
Build an LLM agent with orxhestra. Use when creating a new agent, setting up LlmAgent or ReActAgent, or wiring tools to an agent.
Skill Claude CodeCodex
Compose multi-agent systems with SequentialAgent, ParallelAgent, and LoopAgent. Use when building agent pipelines, parallel workflows, or iterative loops.
Skill Claude CodeCodex
Connect orxhestra agents to MCP tool servers using MCPClient and MCPToolAdapter.
Skill Claude CodeCodex
Force orxhestra agents to return typed Pydantic objects instead of free-form text using outputschema.
Skill Claude CodeCodex
Build orxhestra agent trees from declarative YAML orx files. Covers full schema, models, tools, agents, runner, and server.