consciousness/poc-memory/src/agents
Kent Overstreet ecc2cb7b20 replace tail_messages with TailMessages iterator
TailMessages is a proper iterator that yields (role, text, timestamp)
newest-first. Owns the mmap internally. Caller decides when to stop.

resolve_conversation collects up to 200KB, then reverses to
chronological order. No compaction check needed — the byte budget
naturally limits how far back we scan.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 03:22:17 -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 replace tail_messages with TailMessages iterator 2026-03-22 03:22:17 -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