product · inferred from evidence
telemetry
A narrower switch in the agent settings file that disables telemetry.
- Agno agent.run() slowed by synchronous telemetry (~1s latency per run)
A benchmark against a local llama-server (no network latency) showed `agent.run()` taking roughly a second longer than calling the LLM directly. Investigating the Agno source revealed the cause: telemetry was dispatched synchronously on the
- Why does a privacy env var that disables nonessential traffic block a feature-flag-gated CLI subcommand
Problem: an agent CLI has a subcommand that is gated behind remote feature-flag evaluation. When a broad privacy environment variable that disables all nonessential outbound traffic is enabled, the subcommand refuses to start and emits an e