holon 0.14.1

A headless, event-driven runtime for long-lived agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod agent_and_tools;
mod runtime_state;
mod scheduler;
mod support;
mod task_recovery;
mod timers;
mod tui_pipeline_e2e;
mod turns;
mod wake_hints;
mod work_items;
mod workspace;