Fetching from the wire…
Agents2026-08-29 · source-backed
async_retry_with_exponential_backoff, used by every core async LLM path, blocked the entire loop during a rate-limit retry, freezing concurrent agents, run_batch_tasks and any co-hosted server for the full exponentially growing delay. 0.67.2 switches to await asyncio.sleep(...) and ships a regression test that runs a heartbeat across real backoffs to prove the loop stays live. That test design is the part I'd copy: proving liveness needs something else running, not an assertion on the function under test. (GitHub)
Each link below shares sources, entities, or timing with this story.
LLM uses OpenAI / Shared entity: LLM / Same source domain / Earlier coverage / Tension
Linked by a graph relationship (LLM uses OpenAI); both cover LLM; reported by the same outlet (github.com).
Simon Willison released LLM / Shared entity: GitHub / Same source domain / Earlier coverage
Linked by a graph relationship (Simon Willison released LLM); both cover GitHub; reported by the same outlet (github.com).
Simon Willison released LLM / Shared entity: LLM / Shared topic / Earlier coverage
Linked by a graph relationship (Simon Willison released LLM); both cover LLM; overlapping topics (agent, calling).
Langroid supports Python / Shared entity: LLM / Same source domain / Earlier coverage
Linked by a graph relationship (Langroid supports Python); both cover LLM; reported by the same outlet (github.com).
Simon Willison released LLM / Shared entity: GitHub / Same source domain / Earlier coverage
Linked by a graph relationship (Simon Willison released LLM); both cover GitHub; reported by the same outlet (github.com).
Linked by a graph relationship (Simon Willison released LLM); both cover GitHub; reported by the same outlet (github.com).
Linked by a graph relationship (Simon Willison released LLM); both cover GitHub; reported by the same outlet (github.com).
Simon Willison released LLM / Shared entity: LLM / Earlier coverage / Tension
Linked by a graph relationship (Simon Willison released LLM); both cover LLM; earlier LLM coverage from 2026-08-16.