quorum-rs 0.7.0-rc.6

Rust SDK and CLI for multi-agent deliberation systems — ships the `quorum` binary (run / status / trace / tui / init) plus the underlying agent, LLM, tool, prompt, and worker library.
1
2
3
4
5
6
pub mod commands;
pub mod remote;
pub mod request;
#[cfg(feature = "tui")]
pub mod tui;
pub mod workspace;