choreo-daemon 0.1.0

Agentic coding assistant — daemon, TUI, and bridges
1
2
3
4
5
pub mod acl;
pub(crate) mod connection;
pub(crate) mod lifecycle;

pub use lifecycle::run_server;