consciousness/poc-memory/src/agents
Kent Overstreet 4183b28b1d add {{conversation}} and {{seen_recent}} placeholders for surface agent
{{conversation}} reads POC_SESSION_ID, finds the transcript, extracts
the last segment (post-compaction), returns the tail ~100K chars.

{{seen_recent}} merges current + prev seen files for the session,
returns the 20 most recently surfaced memory keys with timestamps.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 02:27:43 -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 add {{conversation}} and {{seen_recent}} placeholders for surface agent 2026-03-22 02:27:43 -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