GatewayProtocol
Defined in the gateway module.Rust AI Agent SDK Protocol for gateway/control plane implementations. The gateway coordinates communication between clients and agents, manages sessions, and provides health/presence tracking.
Methods
is_running
port
host
start
stop
register_agent
unregister_agent
get_agent
list_agents
create_session
get_session
close_session
list_sessions
emit
broadcast
health
Source
View on GitHub
praisonai/src/gateway/mod.rs at line 0
