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.
GatewayClientProtocol
Defined in the gateway module.Rust AI Agent SDK Protocol for gateway client connections. Clients are external connections (WebSocket, HTTP, etc.) that communicate with agents through the gateway.
Methods
client_id
is_connected
connected_at
send
| Name | Type |
|---|---|
event | GatewayEvent |
receive
close
Source
View on GitHub
praisonai/src/gateway/mod.rs at line 0
