consciousness/poc-memory/src
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
..
agents add {{conversation}} and {{seen_recent}} placeholders for surface agent 2026-03-22 02:27:43 -04:00
bin surface agent infrastructure: hook spawn, seen set rotation, config 2026-03-22 02:23:30 -04:00
cli add call_simple for non-agent LLM calls 2026-03-22 02:23:30 -04:00
neuro cleanup: fix all build warnings, delete dead DMN context code 2026-03-20 14:20:34 -04:00
query cleanup: auto-fix clippy warnings in poc-memory 2026-03-21 19:42:38 -04:00
store cleanup: auto-fix clippy warnings in poc-memory 2026-03-21 19:42:38 -04:00
config.rs surface agent infrastructure: hook spawn, seen set rotation, config 2026-03-22 02:23:30 -04:00
counters.rs counters: add redb-backed persistent counters (skeleton) 2026-03-10 23:59:39 -04:00
cursor.rs cleanup: auto-fix clippy warnings in poc-memory 2026-03-21 19:42:38 -04:00
graph.rs cleanup: auto-fix clippy warnings in poc-memory 2026-03-21 19:42:38 -04:00
lib.rs Remove dead action pipeline: parsing, depth tracking, knowledge loop, fact miner 2026-03-17 00:37:12 -04:00
lookups.rs split into workspace: poc-memory and poc-daemon subcrates 2026-03-08 20:43:59 -04:00
main.rs remove --debug flag from agent run 2026-03-22 02:23:30 -04:00
migrate.rs provenance: convert from enum to freeform string 2026-03-11 01:19:52 -04:00
similarity.rs Agent identity, parallel scheduling, memory-search fixes, stemmer optimization 2026-03-15 12:49:10 -04:00
spectral.rs cleanup: auto-fix clippy warnings in poc-memory 2026-03-21 19:42:38 -04:00
transcript.rs cleanup: auto-fix clippy warnings in poc-memory 2026-03-21 19:42:38 -04:00
tui.rs cleanup: auto-fix clippy warnings in poc-memory 2026-03-21 19:42:38 -04:00
util.rs cleanup: auto-fix clippy warnings in poc-memory 2026-03-21 19:42:38 -04:00