consciousness/poc-memory/src/agents
ProofOfConcept ef760f0053 poc-memory status: add ratatui TUI dashboard
Per-agent-type tabs (health, replay, linker, separator, transfer,
apply, orphans, cap, digest, digest-links, knowledge) with dynamic
visibility — tabs only appear when tasks or log history exist.

Features:
- Overview tab: health gauges (α, gini, cc, episodic%), in-flight
  tasks, and recent log entries
- Pipeline tab: table with phase ordering and status
- Per-agent tabs: active tasks, output logs, log history
- Log tab: auto-scrolling daemon.log tail
- Vim-style count prefix: e.g. 5r runs 5 iterations of the agent
- Flash messages for RPC feedback
- Tab/Shift-Tab navigation, number keys for tab selection

Also adds run-agent RPC to the daemon: accepts agent type and
iteration count, spawns chained tasks with LLM resource pool.

poc-memory status launches TUI when stdout is a terminal and daemon
is running, falls back to text output otherwise.
2026-03-10 00:41:29 -04:00
..
audit.rs move LLM-dependent modules into agents/ subdir 2026-03-08 21:27:41 -04:00
consolidate.rs move LLM-dependent modules into agents/ subdir 2026-03-08 21:27:41 -04:00
daemon.rs poc-memory status: add ratatui TUI dashboard 2026-03-10 00:41:29 -04:00
digest.rs move LLM-dependent modules into agents/ subdir 2026-03-08 21:27:41 -04:00
enrich.rs experience-mine: per-segment dedup keys, retry backoff 2026-03-09 02:27:51 -04:00
fact_mine.rs extract shared transcript parser and similarity matching helpers 2026-03-08 21:42:53 -04:00
knowledge.rs extract shared transcript parser and similarity matching helpers 2026-03-08 21:42:53 -04:00
llm.rs move LLM-dependent modules into agents/ subdir 2026-03-08 21:27:41 -04:00
mod.rs extract shared transcript parser and similarity matching helpers 2026-03-08 21:42:53 -04:00
prompts.rs move LLM-dependent modules into agents/ subdir 2026-03-08 21:27:41 -04:00
transcript.rs extract shared transcript parser and similarity matching helpers 2026-03-08 21:42:53 -04:00