holon 0.14.1

A headless, event-driven runtime for long-lived agents
Documentation
pub mod agent_template;
pub mod agents_md;
mod auth;
mod callbacks;

pub mod brief;
pub mod client;
pub mod config;
pub mod context;
pub mod daemon;
pub mod fd_limit;
pub mod host;
mod host_registry;
pub mod http;
pub mod ingress;
pub mod memory;
pub mod model_catalog;
pub mod operator_event;
pub mod policy;
pub mod presentation;
pub mod prompt;
pub mod provider;
pub mod queue;
pub mod run_once;
pub mod runtime;
pub mod skills;
pub mod solve;
pub mod storage;
pub mod system;
mod token_estimate;
pub mod tool;
pub mod tui;
mod tui_markdown;
pub mod types;
pub mod web;
pub mod work_item_plan;

#[cfg(test)]
mod worktree_tests;