Adopt cf_core.memory (mnemo) for persistent knowledge graph #69
Labels
No labels
backend
backlog
bug
duplicate
enhancement
frontend
good first issue
help wanted
invalid
ml
phase-2
phase-3
question
reorg
status:blocked
status:in-progress
status:review
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/avocet#69
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), avocet should adopt it.avocet-specific use
Email classifier training: labeling decision history, which label patterns the user tends to correct, edge cases previously encountered. Helps surface relevant past decisions during active labeling sessions.
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
Blocked on cf-core memory module — now shipped in circuitforge-core. Adoption tracked separately once mnemo sidecar is wired into compose.