consciousness/src/agent/api
Kent Overstreet 13d9cc962e abort orphaned stream tasks on drop, reduce timeout to 60s
Spawned streaming tasks were never cancelled when a turn ended or
retried, leaving zombie tasks blocked on dead vLLM connections.
AbortOnDrop wrapper aborts the task when it goes out of scope.

Chunk timeout reduced from 120s to 60s.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-02 18:41:02 -04:00
..
mod.rs abort orphaned stream tasks on drop, reduce timeout to 60s 2026-04-02 18:41:02 -04:00
openai.rs add unreachable_pub lint, fix all 17 violations 2026-04-02 16:15:32 -04:00