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
8
9
10
11
//! Scaffolding for new image-configs: `outrig image add`
//! generates a Dockerfile plus a `[images.<name>]` block by rendering
//! a curated set of base-image templates.

pub mod add;
pub mod build;
pub mod init;
pub mod inspect;
pub mod render;

pub use add::DOC_SYNC_FIELDS;