Skip to main content

Module app_server

Module app_server 

Source
Expand description

Shared app-server module router.

This parent module intentionally exposes child modules and re-exports the public API for provider-neutral app-server contracts, prompt shaping, runtime registries, and restart/retry orchestration.

Re-exports§

pub use contract::AppServerClient;
pub use contract::AppServerFuture;
pub use contract::AppServerStreamEvent;
pub use contract::AppServerTurnRequest;
pub use contract::AppServerTurnResponse;
pub use error::AppServerError;
pub use registry::AppServerSessionRegistry;
pub use retry::RuntimeInspector;
pub use retry::run_turn_with_restart_retry;

Modules§

contract
Shared app-server contracts and request/response types.
error
prompt
Shared app-server prompt shaping helpers.
registry
Shared app-server runtime registry helpers.
retry
Shared app-server restart and retry orchestration.