Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

GatewayHealth

Defined in the gateway module.
Rust AI Agent SDK Gateway health status.

Fields

NameTypeDescription
statusStringHealth status
uptimef64Seconds since start
agentsusizeNumber of registered agents
sessionsusizeNumber of active sessions
clientsusizeNumber of connected clients

Source

View on GitHub

praisonai/src/gateway/mod.rs at line 508

Rust Gateway