Skip to main content
The Context Company is an AI agent observability and customer analytics platform that helps teams understand and improve agents in production. The Agno integration captures agent runs through OpenTelemetry and sends them to The Context Company.

Setup

1

Install the integration

2

Export your API keys

3

Initialize instrumentation

Call instrument_agno() before importing Agno.

Captured data

The integration records:
  • Agent runs and model calls
  • Tool arguments, results, and errors
  • Prompts and responses
  • Token usage and latency
  • Session, user, organization, and custom metadata
The Context Company analyzes production conversations and traces to surface recurring patterns and account-level insights. Teams can inspect the supporting runs and use that context to improve agent behavior.

Run metadata

Use OpenInference’s using_attributes context manager to associate a run with a session, user, organization, or named agent:

Developer resources