orchestral-cli 0.3.1

A runtime for reliable, interactive AI agents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod api;
mod assets;
mod auth;
mod server;
mod session_coordinator;
mod state;

pub use api::{router, RemoteApiState};
pub use assets::{router as asset_router, router_with_artifact_origin};
pub use auth::{GatewayAuthenticator, GatewayPrincipal, JwtGatewayAuthenticator, JwtGatewayConfig};
pub(crate) use server::serve;
pub use server::ServeCommand;
pub use state::{PairingTicket, RemoteRegistry};