daat-locus 0.1.0

A long-running local agent runtime with memory, workflows, apps, and sleep-time self-improvement.
1
2
3
4
5
6
pub mod runtime_error_correction_planner;
#[allow(dead_code)]
pub mod runtime_turn_trace_judge;
pub mod workflow_candidate_rollout_evaluator;
pub mod workflow_evolution_planner;
pub mod workflow_merge_planner;