UseDocumentation Index
Fetch the complete documentation index at: https://docs.opper.ai/llms.txt
Use this file to discover all available pages before exploring further.
agent.as_tool(...) (Python) / agent.asTool(...) (TS) to wrap a specialist agent as a callable tool, then attach it to a coordinator. The coordinator decides when to delegate and to whom.
Coordinator + specialist
{ output, usage, iterations, ... }, which is captured in the coordinator’s result.meta.tool_calls.
Pipelines
Stack multiple specialists under one coordinator (researcher → writer → editor, etc.). The coordinator chooses the order based on its instructions. See08_multi_agent for a three-agent editorial pipeline.
Tracing
When tracing is enabled (default), sub-agent calls appear as nestedSubAgent spans under the coordinator’s run — so you can see the full tree, token usage, and timings across all agents in one place.