-
Notifications
You must be signed in to change notification settings - Fork 0
feat: implement AgentStateRepository for runtime state persistence #261
Copy link
Copy link
Closed
Labels
prio:mediumShould do, but not blockingShould do, but not blockingscope:medium1-3 days of work1-3 days of workspec:agent-systemDESIGN_SPEC Section 3 - Agent SystemDESIGN_SPEC Section 3 - Agent Systemspec:task-workflowDESIGN_SPEC Section 6 - Task & Workflow EngineDESIGN_SPEC Section 6 - Task & Workflow Enginetype:featureNew feature implementationNew feature implementation
Description
Summary
Agent runtime state is not persisted. An AgentStateRepository is planned for persisting agent execution state (enabling checkpoint recovery and cross-restart continuity).
Design Spec Reference
- §7.6 Entities Persisted table — Agent runtime state row (planned M7)
Scope
AgentStateRepositoryprotocol definition- SQLite implementation
- Queries: by agent_id, active agents
- Integration with checkpoint recovery strategy (separate issue)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
prio:mediumShould do, but not blockingShould do, but not blockingscope:medium1-3 days of work1-3 days of workspec:agent-systemDESIGN_SPEC Section 3 - Agent SystemDESIGN_SPEC Section 3 - Agent Systemspec:task-workflowDESIGN_SPEC Section 6 - Task & Workflow EngineDESIGN_SPEC Section 6 - Task & Workflow Enginetype:featureNew feature implementationNew feature implementation