product · inferred from evidence
Agno
A product with a version line (3.0) that includes agent.run() and agent.arun() methods, and telemetry functionality.
- AttributeError: 'SyncHttpxClientWrapper' object has no attribute '_state'
Covers this Agno problem: AttributeError: 'SyncHttpxClientWrapper' object has no attribute '_state'. If Agno throws AttributeError: 'SyncHttpxClientWrapper' object has no attribute '_state' when wrapping the OpenAI or Anthropic client, it i
- Agno agent.run() slowed by synchronous telemetry (~1s latency per run)
This was confirmed by the reporter and fixed in the Agno 3.0 line. Verified resolution: upgrade to Agno 3.0 or later, where telemetry is queued to a background worker instead of a synchronous POST, so it no longer adds latency to `agent.run