An ACP-native model router/orchestrator written in Rust.
Goals:
cd mux
cargo build
# Try the stub ACP loop (line-delimited JSON)
cargo run -p mux-cli
# then type a line: {"Ping":{}}
# you should see: {"Pong":{}}
See fixtures/models.yaml for an example model registry.
8 activities