Crate terraphim_agent

Crate terraphim_agent 

Source

Re-exports§

pub use robot::ExitCode;
pub use robot::FieldMode;
pub use robot::OutputFormat;
pub use robot::RobotConfig;
pub use robot::RobotError;
pub use robot::RobotFormatter;
pub use robot::RobotResponse;
pub use robot::SelfDocumentation;
pub use forgiving::AliasRegistry;
pub use forgiving::ForgivingParser;
pub use forgiving::ParseResult;
pub use client::*;
pub use repl::*;

Modules§

client
forgiving
Forgiving CLI Parser
repl
REPL (Read-Eval-Print-Loop) interface for Terraphim TUI
robot
Robot Mode - Machine-readable output for AI agents
service