daat-locus 0.2.0

A long-running local agent runtime with memory, workflows, apps, and sleep-time self-improvement.
1
2
3
4
5
6
pub(crate) mod bootstrap;
pub(crate) mod daemon_server;
pub(crate) mod runtime_loop;
pub(crate) mod scope_client;
pub(crate) mod session_server;
pub(crate) mod session_title;