Adopt cf_core.memory (mnemo) for persistent knowledge graph #32
Labels
No labels
a11y
backlog
blocked
bug
cf-core-dep
design
enhancement
infrastructure
internal
privacy
tier:free
tier:paid
ux
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/linnet#32
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), linnet should adopt it.linnet-specific use
Tone annotation: per-contact communication style patterns, tone preferences, historical annotation decisions. Personalizes tone suggestions based on who the user is actually communicating with.
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