Advanced instrumentation for your AI agent workflows
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.
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.