consciousness/poc-memory/src/agents
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
..
audit.rs move LLM-dependent modules into agents/ subdir 2026-03-08 21:27:41 -04:00
consolidate.rs agents: tool-enabled LLM calls + DELETE action support 2026-03-13 18:50:06 -04:00
daemon.rs agent logging: single log file, --debug prints to stdout 2026-03-16 20:44:09 -04:00
defs.rs observation: use transcript progress log, mark after success 2026-03-16 17:44:20 -04:00
digest.rs experience-mine: link at creation time, remove # from new keys 2026-03-14 16:25:31 -04:00
enrich.rs experience-mine: link at creation time, remove # from new keys 2026-03-14 16:25:31 -04:00
fact_mine.rs provenance: convert from enum to freeform string 2026-03-11 01:19:52 -04:00
knowledge.rs agent logging: single log file, --debug prints to stdout 2026-03-16 20:44:09 -04:00
llm.rs llm: catch empty and rate-limited responses as errors 2026-03-16 19:28:13 -04:00
mod.rs agents: self-contained agent files with embedded prompts 2026-03-10 15:29:55 -04:00
prompts.rs agents: surface search hit counts to guide keep/demote decisions 2026-03-11 00:18:58 -04:00
transcript.rs extract shared transcript parser and similarity matching helpers 2026-03-08 21:42:53 -04:00