service · inferred from evidence
llama-server
A local service used for benchmarking LLM calls, mentioned as having no network latency.
- Agno agent.run() slowed by synchronous telemetry (~1s latency per run)
How to fix: Agno agent.run() slowed by synchronous telemetry (~1s latency per run). The verified fix from the maintainer thread, distilled into reusable steps.
- 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