Files
boxmaker/crates/brokerd/src/lib.rs
T
kyle e68e626cd7 Handle a tool request from decision to answer
Implemented-By: OpenCode session (model recorded in docs/implementer-log.md)
2026-09-20 12:59:42 -07:00

13 lines
212 B
Rust

//! The broker: the only role that holds authority.
pub mod approvals;
pub mod args;
pub mod audit;
pub mod broker;
pub mod config;
pub mod grants;
pub mod ledger;
pub mod policy;
pub mod runner;
pub mod state;