consciousness/poc-memory/src/agents
Kent Overstreet 134f7308e3 surface agent: split seen_recent into seen_current/seen_previous placeholders
Two separate placeholders give the agent structural clarity about
which memories are already in context vs which were surfaced before
compaction and may need re-surfacing. Also adds memory_ratio
placeholder so the agent can self-regulate based on how much of
context is already recalled memories.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 16:27:42 -04:00
..
api.rs api: include turn/payload/message count in API error messages 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 surface agent: split seen_recent into seen_current/seen_previous placeholders 2026-03-22 16:27:42 -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 redundant 'response NKB' log line 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