Adopt cf_core.memory (mnemo) for persistent knowledge graph #25
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Once circuitforge-core#63 lands (mnemo as a shared
cf_core.memorymodule), raven should adopt it.raven-specific use
BCI/adaptive input: gesture calibration history, command mapping preferences, which input modes work best under which conditions. Persistent model of the user's adaptive input patterns and ergonomic needs over time.
Implementation
No product-level implementation needed beyond:
mnemosidecar to the product compose stack (via cf-core compose template)cf_core.memory.remember(conversation)after each user interactioncf_core.memory.recall(query)to inject relevant context into promptsLinked