forked from kent/consciousness
Raw agent responses were being stored as nodes in the graph (_consolidate-*, _knowledge-*), creating thousands of nodes per day that polluted search results and bloated the store. Now logged to ~/.claude/memory/llm-logs/<agent>/<timestamp>.txt instead. Node creation should only happen through explicit agent actions (WRITE_NODE, REFINE) or direct poc-memory write tool calls. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| audit.rs | ||
| consolidate.rs | ||
| daemon.rs | ||
| defs.rs | ||
| digest.rs | ||
| enrich.rs | ||
| fact_mine.rs | ||
| knowledge.rs | ||
| llm.rs | ||
| mod.rs | ||
| prompts.rs | ||
| transcript.rs | ||