- Runtime adapters to emit consistent traces across different frameworks.
- Consumers (observability backends, UIs, developer tooling) to ingest one standardized format regardless of the producer.
Agent Spec
Agent Spec Tracing
How to use the python AgentSpecInstrumentor to trace Agent Spec workflows
Open Agent Spec (Agent Spec) is a portable language for defining agentic systems.
It defines building blocks for standalone agents and structured agentic workflows as well as common ways of composing them into multi-agent systems.
Agent Spec Tracing is an extension of Agent Spec that standardizes how agent and flow executions emit traces.
Agent Spec Tracing enables:
This installs the LangGraph adapter for Agent Spec, which allows developers to run Agent Spec workflows using LangGraph as a backend.
You can find out the list of available adapters and how to install them in the Agent Spec installation instructions.

