Skip to main content

Module rest

Module rest 

Source

Re-exports§

pub use controllers::A2aController;
pub use controllers::AppsController;
pub use controllers::ArtifactsController;
pub use controllers::DebugController;
pub use controllers::RuntimeController;
pub use controllers::SessionController;

Modules§

controllers

Structs§

ServerBuilder
Builder for constructing an ADK server with custom routes.
ShutdownHandle
Handle for triggering graceful server shutdown.

Functions§

create_app
Create the server application with optional A2A support
create_app_with_a2a
Create the server application with A2A support at the specified base URL
shutdown_signal
Wait for a process shutdown signal.