consciousness/src/subconscious
Kent Overstreet 271e09adcc fix: run_one_agent uses memory tools as base, not filter
When def.tools was non-empty, it was filtering to ONLY those tools
instead of using memory tools as base + adding extras. This broke
digest agent (and any agent with explicit tools list) by removing
all 13 base memory tools.

Fixed to match the pattern in unconscious.rs:
- base = memory_tools()
- extras from journal_tools() if listed in def.tools

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-11 21:20:44 -04:00
..
agents fix: run_one_agent uses memory tools as base, not filter 2026-04-11 21:20:44 -04:00
audit.rs Kill log callback — use ConversationEntry::Log for debug traces 2026-04-07 01:23:22 -04:00
consolidate.rs Delete similarity module, rewrite module, and all text-similarity code 2026-04-10 15:44:10 -04:00
daemon.rs Remove poc-memory daemon and RPC infrastructure 2026-04-09 20:07:05 -04:00
defs.rs query: unify PEG and engine parsers 2026-04-11 20:42:58 -04:00
digest.rs Delete similarity module, rewrite module, and all text-similarity code 2026-04-10 15:44:10 -04:00
learn.rs Restore full N×M memory scoring matrix (/score command) 2026-04-10 01:47:54 -04:00
mod.rs Fix: reap stale agent pid files in poc-hook 2026-04-07 13:27:59 -04:00
prompts.rs delete dead code 2026-04-10 16:17:28 -04:00