-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
M3Milestone 3: Memory + ClaudeMilestone 3: Memory + ClaudefeatureNew functionalityNew functionalitymemoryPersistence and memoryPersistence and memory
Description
Description
Integrate SQLite store into the agent: save messages, load history, include in context.
Parent: #4
Branch
feat/m3/memory-integration
Files
crates/zeph-core/src/agent.rs— add SqliteStore, save/loadcrates/zeph-core/src/context.rs— include history messagescrates/zeph-core/Cargo.toml— add zeph-memory depsrc/main.rs— init SqliteStore, pass to Agent
Acceptance Criteria
- Each message (user + assistant) saved to SQLite
- On restart, last conversation history loaded
- History limit from config (default: 50)
- Context includes history before user message
Depends On
#17 (SQLite memory store), #16 (Shell execution — M2 complete)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
M3Milestone 3: Memory + ClaudeMilestone 3: Memory + ClaudefeatureNew functionalityNew functionalitymemoryPersistence and memoryPersistence and memory