consciousness/poc-memory/src/agents
Kent Overstreet b04a98c6e5 api: singleton ApiClient, fix log closure threading
Make ApiClient a process-wide singleton via OnceLock so the
connection pool is reused across agent calls. Fix the sync wrapper
to properly pass the caller's log closure through thread::scope
instead of dropping it.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 23:09:11 -04:00
..
api.rs api: singleton ApiClient, fix log closure threading 2026-03-18 23:09:11 -04:00
audit.rs move LLM-dependent modules into agents/ subdir 2026-03-08 21:27:41 -04:00
consolidate.rs Remove dead action pipeline: parsing, depth tracking, knowledge loop, fact miner 2026-03-17 00:37:12 -04:00
daemon.rs agent run: queue targeted runs to daemon, one task per node 2026-03-17 01:24:54 -04:00
defs.rs agents: {{HUBS}} placeholder for top 20 spread-apart hub nodes 2026-03-16 21:00:31 -04:00
digest.rs experience-mine: link at creation time, remove # from new keys 2026-03-14 16:25:31 -04:00
enrich.rs Remove experience_mine, journal_enrich, and old mining helpers 2026-03-17 00:54:12 -04:00
knowledge.rs Clean up unused imports, dead code, and compiler warnings 2026-03-17 00:47:52 -04:00
llm.rs Add direct API backend for agent execution 2026-03-18 23:05:14 -04:00
mod.rs Add direct API backend for agent execution 2026-03-18 23:05:14 -04:00
prompts.rs agents: surface search hit counts to guide keep/demote decisions 2026-03-11 00:18:58 -04:00
transcript.rs extract shared transcript parser and similarity matching helpers 2026-03-08 21:42:53 -04:00