consciousness/src/bin
Kent Overstreet b9e3568385 ConversationEntry enum: typed memory vs conversation messages
Replace untyped message list with ConversationEntry enum:
- Message(Message) — regular conversation turn
- Memory { key, message } — memory content with preserved message
  for KV cache round-tripping

Budget counts memory vs conversation by matching on enum variant.
Debug screen labels memory entries with [memory: key]. No heuristic
tool-name scanning.

Custom serde: Memory serializes with a memory_key field alongside
the message fields, deserializes by checking for the field.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-02 03:26:00 -04:00
..
diag-key.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00
find-deleted.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00
memory-search.rs Rename Session -> HookSession 2026-04-02 00:42:25 -04:00
merge-logs.rs move data home from ~/.claude/memory to ~/.consciousness 2026-03-27 21:07:17 -04:00
parse-claude-conversation.rs move telegram and remaining tmp paths to ~/.consciousness/ 2026-03-27 21:26:28 -04:00
poc-agent.rs ConversationEntry enum: typed memory vs conversation messages 2026-04-02 03:26:00 -04:00
poc-hook.rs move telegram and remaining tmp paths to ~/.consciousness/ 2026-03-27 21:26:28 -04:00
test-conversation.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00