GatewayHealth
Defined in the gateway module.Rust AI Agent SDK Gateway health status.
Fields
| Name | Type | Description |
|---|---|---|
status | String | Health status |
uptime | f64 | Seconds since start |
agents | usize | Number of registered agents |
sessions | usize | Number of active sessions |
clients | usize | Number of connected clients |
Source
View on GitHub
praisonai/src/gateway/mod.rs at line 508
