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/load
crates/zeph-core/src/context.rs — include history messages
crates/zeph-core/Cargo.toml — add zeph-memory dep
src/main.rs — init SqliteStore, pass to Agent
Acceptance Criteria
Depends On
#17 (SQLite memory store), #16 (Shell execution — M2 complete)
Description
Integrate SQLite store into the agent: save messages, load history, include in context.
Parent: #4
Branch
feat/m3/memory-integrationFiles
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 AgentAcceptance Criteria
Depends On
#17 (SQLite memory store), #16 (Shell execution — M2 complete)