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;