AgentOps

Needs AuditAudit Done
other
View Session

Health

Needs Audit

Benchmark

14/100

SDK Version

No SDK dependency

Latest: 2.12.1

Audit Status

Audit Done

Started May 11, 2026

Approval

Not requested

Latest Audit Result

AgentOps integration is a docs-only guide at docs/integrations/agentops.mdx. Monorepo source uses current exa-py patterns: exa.search() with type='auto' and contents={'highlights': True}. No deprecated Exa features (per May 2026 changelog) are used in repo source. However, the live deployed page still shows the deprecated search_and_contents() method with a variable-name bug. Coverage is narrow — only the search endpoint with highlights is demonstrated; get_contents, answer, stream_answer, and stream_search are absent. No SDK version is pinned. AgentOps repo (AgentOps-AI/agentops) has no Exa-specific code — it's a general observability SDK that auto-instruments via EXA_API_KEY in CI.

Health: needs_audit
Latest SDK: 2.12.1

Missing Features (1)

  • Live deployed docs page at exa.ai/docs/integrations/agentops still shows deprecated search_and_contents() with flat highlights=True kwargs and an undefined 'query' variable bug; monorepo source (agentops.mdx) has been updated to current exa.search() pattern but the deployment appears stale

Missing Features (3)

  • Live deployed docs page at exa.ai/docs/integrations/agentops still shows deprecated search_and_contents() with flat highlights=True kwargs and an undefined 'query' variable bug; monorepo source (agentops.mdx) has been updated to current exa.search() pattern but the deployment appears stale
  • Pin exa-py version in install command (e.g. pip install exa-py>=2.12.1) — currently unpinned, users get whatever version resolves
  • Install command uses 'pip install exa_py' (underscore) — canonical PyPI package name is 'exa-py' (hyphen)