consciousness/src/subconscious
Kent Overstreet a0245c1279 Refactor hook: split agent orchestration from formatting
- Remove POC_AGENT early return (was from old claude -p era)
- Split hook into run_agent_cycles() -> AgentCycleOutput (returns
  memory keys + reflection) and format_agent_output() (renders for
  Claude Code injection). poc-agent can call run_agent_cycles
  directly and handle output its own way.
- Fix UTF-8 panic in runner.rs display_buf slicing (floor_char_boundary)
- Add priority debug label to API requests
- Wire up F2 agents screen: live pid status, output files, hook log
  tail, arrow key navigation, Enter for log detail view

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-02 00:32:23 -04:00
..
agents vLLM priority scheduling for agents 2026-04-01 23:21:39 -04:00
prompts subconscious: flatten agents/ nesting, move prompts in 2026-03-25 01:10:25 -04:00
api.rs vLLM priority scheduling for agents 2026-04-01 23:21:39 -04:00
audit.rs subconscious: flatten agents/ nesting, move prompts in 2026-03-25 01:10:25 -04:00
consolidate.rs subconscious: flatten agents/ nesting, move prompts in 2026-03-25 01:10:25 -04:00
daemon.rs logs: consolidate all logging under ~/.consciousness/logs/ 2026-03-28 20:39:20 -04:00
defs.rs vLLM priority scheduling for agents 2026-04-01 23:21:39 -04:00
digest.rs digest: use created_at instead of timestamp for date matching 2026-03-26 19:18:14 -04:00
enrich.rs subconscious: flatten agents/ nesting, move prompts in 2026-03-25 01:10:25 -04:00
hook.rs Refactor hook: split agent orchestration from formatting 2026-04-02 00:32:23 -04:00
knowledge.rs Log effective tool list, not just whitelist 2026-04-01 15:20:00 -04:00
llm.rs vLLM priority scheduling for agents 2026-04-01 23:21:39 -04:00
mod.rs move memory_search from hippocampus to subconscious/hook 2026-03-27 20:50:24 -04:00
prompts.rs rename agent: fix tool calls and target override 2026-03-27 15:10:55 -04:00
transcript.rs subconscious: flatten agents/ nesting, move prompts in 2026-03-25 01:10:25 -04:00