consciousness/poc-memory/src
Kent Overstreet 03310dafa4 agent logging: single log file, --debug prints to stdout
Consolidate agent logging to one file per run in llm-logs/{agent}/.
Prompt written before LLM call, response appended after. --debug
additionally prints the same content to stdout.

Remove duplicate eprintln! calls and AgentResult.prompt field.
Kill experience_mine and fact_mine job functions from daemon —
observation.agent handles all transcript mining.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 20:44:09 -04:00
..
agents agent logging: single log file, --debug prints to stdout 2026-03-16 20:44:09 -04:00
bin poc-hook: raise compaction threshold to 900k for 1M context 2026-03-16 17:10:00 -04:00
cli agent logging: single log file, --debug prints to stdout 2026-03-16 20:44:09 -04:00
neuro daemon: add distill agent to consolidation plan 2026-03-16 17:10:09 -04:00
query Agent identity, parallel scheduling, memory-search fixes, stemmer optimization 2026-03-15 12:49:10 -04:00
store transcript progress: capnp append-only log replaces stub nodes 2026-03-16 17:40:32 -04:00
config.rs scoring: configurable agent_budget, squared Elo distribution 2026-03-14 20:05:53 -04:00
counters.rs counters: add redb-backed persistent counters (skeleton) 2026-03-10 23:59:39 -04:00
cursor.rs cursor: spatial memory navigation 2026-03-13 22:31:23 -04:00
graph.rs graph: normalize link strengths from Jaccard neighborhood similarity 2026-03-14 11:13:58 -04:00
lib.rs cli: extract graph commands from main.rs into cli/graph.rs 2026-03-14 17:59:46 -04:00
lookups.rs split into workspace: poc-memory and poc-daemon subcrates 2026-03-08 20:43:59 -04:00
main.rs poc-memory agent run --debug: dump prompt and response 2026-03-16 19:13:43 -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 memory-search: add --query mode and prompt key boost 2026-03-13 15:26:35 -04:00
transcript.rs Agent identity, parallel scheduling, memory-search fixes, stemmer optimization 2026-03-15 12:49:10 -04:00
tui.rs daemon: add distill agent to consolidation plan 2026-03-16 17:10:09 -04:00
util.rs util: add jsonl_load/jsonl_append helpers, convert graph.rs 2026-03-10 15:22:03 -04:00