mermaid-cli 0.5.1

Open-source AI pair programmer with agentic capabilities. Local-first with Ollama, native tool calling, and beautiful TUI.
Documentation
1
2
3
4
5
6
7
pub mod agent_loop;
mod non_interactive;
/// Runtime orchestrator module - Gateway
mod orchestrator;

pub use non_interactive::{NonInteractiveResult, NonInteractiveRunner, format_result};
pub use orchestrator::Orchestrator;