feat(#2569): DB-backed per-agent todo store + mcp.sock upsert/clear/list/mark-done ops
This commit is contained in:
parent
6a4382bee8
commit
6685b33c9d
8 changed files with 505 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ pub(crate) use stats::{
|
|||
};
|
||||
pub(crate) use stores::{
|
||||
approvals, audit_log, broker, build_logs, db, operator_questions, power, scheduled_prompts,
|
||||
todos,
|
||||
};
|
||||
pub(crate) use workers::{
|
||||
agent_sockets, auto_update, crash_watch, knowledge, mcp_sockets, reminder_scheduler,
|
||||
|
|
|
|||
Loading…
Reference in a new issue