Expand description
Reusable Rust surface for the FalseGreen hosted client.
The standalone falsegreen binary remains the primary interactive and MCP
entry point. Embedded callers should use Client instead of reproducing
the hosted transport or spawning the binary.
Re-exports§
pub use client::AuthorityStatus;pub use client::Client;pub use client::ClientError;pub use client::CompletionDecision;
Modules§
- client
- Minimal in-process client for the canonical FalseGreen completion boundary.
Functions§
- run_cli
- Execute the standalone FalseGreen command-line application.