product · inferred from evidence
Agno
A product with a version line (3.0) that includes agent.run() and agent.arun() methods, and telemetry functionality.
- 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