By default, Atla instrumentation automatically captures LLM generations and agent framework information when available. This is great, but especially complex workflows often require more granular tracking, such as define which LLM generations belong to which agent execution. Advanced instrumentation gives you the tools to capture this additional context and create more meaningful traces.Documentation Index
Fetch the complete documentation index at: https://docs.atla-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Instrumenting Functions
As a best practice, we recommend wrapping the orchestrating function in your application.If you have a multi-agent system, we recommend wrapping each agents’ functions as well.