outrig-cli 0.1.0

Command-line tool for running LLM agents with podman-isolated MCP servers.
Documentation
1
2
3
4
5
6
7
#![doc = include_str!("../README.md")]

use std::process::ExitCode;

fn main() -> ExitCode {
    outrig_cli::cli::app::run()
}