BotProtocol
Defined in the protocols module.Rust AI Agent SDK Bot protocol for chat integrations.
Methods
name
on_message
| Name | Type |
|---|---|
message | BotMessage |
on_command
| Name | Type |
|---|---|
command | &str |
args | &[&str] |
start
stop
Source
View on GitHub
praisonai/src/protocols/mod.rs at line 0
