consciousness/poc-memory/src/agents
Kent Overstreet be2b499978 remove claude CLI subprocess code from llm.rs
All LLM calls now go through the direct API backend. Removes
call_model, call_model_with_tools, call_sonnet, call_haiku,
log_usage, and their dependencies (Command, prctl, watchdog).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 02:23:30 -04:00
..
api.rs logging: single output stream through caller's log closure 2026-03-22 02:23:30 -04:00
audit.rs add call_simple for non-agent LLM calls 2026-03-22 02:23:30 -04:00
consolidate.rs cleanup: auto-fix clippy warnings in poc-memory 2026-03-21 19:42:38 -04:00
daemon.rs remove --debug flag from agent run 2026-03-22 02:23:30 -04:00
defs.rs fix: cap neighborhood size in agent prompts to prevent oversized prompts 2026-03-21 22:44:59 -04:00
digest.rs add call_simple for non-agent LLM calls 2026-03-22 02:23:30 -04:00
enrich.rs Remove experience_mine, journal_enrich, and old mining helpers 2026-03-17 00:54:12 -04:00
knowledge.rs remove --debug flag from agent run 2026-03-22 02:23:30 -04:00
llm.rs remove claude CLI subprocess code from llm.rs 2026-03-22 02:23:30 -04:00
mod.rs Add direct API backend for agent execution 2026-03-18 23:05:14 -04:00
prompts.rs cleanup: fix all build warnings, delete dead DMN context code 2026-03-20 14:20:34 -04:00
transcript.rs extract shared transcript parser and similarity matching helpers 2026-03-08 21:42:53 -04:00