Documentation Index
Fetch the complete documentation index at: https://docs.trulayer.ai/llms.txt
Use this file to discover all available pages before exploring further.
Install
Instrument
Agent.run / Agent.run_sync call and every tool invocation is captured — no per-callsite changes needed.
Minimal example
What gets captured
agentspans for everyrun/run_sync/run_streamcall with the user prompt, system prompt, and final structured outputllmspans for each underlying model call, including token counts and any tool-call requests from the modeltoolspans for each@agent.toolinvocation with validated arguments and return value- Validation errors from Pydantic are captured on the span as errors so you can filter failed runs in the dashboard