consciousness/src/agent
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
..
api abort orphaned stream tasks on drop, reduce timeout to 60s 2026-04-02 18:41:02 -04:00
tools add unreachable_pub lint, fix all 17 violations 2026-04-02 16:15:32 -04:00
cli.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00
dmn.rs consciousness: update hardcoded paths from ~/.claude to ~/.consciousness 2026-03-27 21:32:28 -04:00
identity.rs consciousness: identity files load from ~/.consciousness/identity/ 2026-03-28 19:49:13 -04:00
log.rs unify conversation persistence to append-only jsonl 2026-04-02 14:31:19 -04:00
mod.rs move context functions from agent/context.rs to thought/context.rs 2026-04-02 15:28:00 -04:00
observe.rs delete 20 dead public functions across 12 files 2026-04-02 16:21:01 -04:00
parsing.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00
runner.rs abort orphaned stream tasks on drop, reduce timeout to 60s 2026-04-02 18:41:02 -04:00
tui.rs Remove dead code: old context builder, plan_context, journal parsing 2026-04-02 03:40:35 -04:00
types.rs move journal types from agent/journal.rs to thought/context.rs 2026-04-02 15:25:07 -04:00
ui_channel.rs Split hook.rs: core orchestration -> subconscious.rs 2026-04-02 01:37:51 -04:00