macp-modes
Coordination mode implementations for the Multi-Agent Coordination Protocol (MACP) reference runtime, plus the mode registry.
Standards-track modes: decision, proposal, task, handoff, quorum.
Built-in extension: multi_round. Dynamically registered extensions are backed
by a generic passthrough handler.
Modes evaluate governance through the macp_core::PolicyEvaluator trait — an
evaluator is injected at construction — so this crate has no dependency on any
concrete policy engine. Pair it with
macp-policy for the default behavior,
or supply your own evaluator.
This crate is part of the macp-runtime
workspace and depends on macp-core.
License
Licensed under the Apache License, Version 2.0.