consciousness/src
ProofOfConcept 85fa54cba9 journal tools: use NodeType instead of string key matching
- journal_new: create EpisodicSession node with auto-generated key
- journal_tail: query by node_type, not by parsing a monolithic node
- journal_update: find latest EpisodicSession by timestamp
- No string key matching anywhere — all typed
- Fixes journal entries not appearing in 'poc-memory journal tail'
- Also: added --provenance/-p filter to 'poc-memory tail'
- Also: fix early return in surface_observe_cycle store load failure
- Also: scale max_turns by number of steps (50 per step)

Co-Authored-By: Kent Overstreet <kent.overstreet@linux.dev>
2026-03-26 18:41:10 -04:00
..
agent journal tools: use NodeType instead of string key matching 2026-03-26 18:41:10 -04:00
bin session: --session flag, journal agent cycle, conversation bytes config 2026-03-26 14:22:29 -04:00
cli journal tools: use NodeType instead of string key matching 2026-03-26 18:41:10 -04:00
hippocampus journal tools: use NodeType instead of string key matching 2026-03-26 18:41:10 -04:00
subconscious journal tools: use NodeType instead of string key matching 2026-03-26 18:41:10 -04:00
config.rs session: --session flag, journal agent cycle, conversation bytes config 2026-03-26 14:22:29 -04:00
lib.rs hippocampus: move MemoryNode + store ops to where they belong 2026-03-25 01:55:21 -04:00
main.rs journal tools: use NodeType instead of string key matching 2026-03-26 18:41:10 -04:00
session.rs session: --session flag, journal agent cycle, conversation bytes config 2026-03-26 14:22:29 -04:00
tui.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00
util.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00