Skip to main content

BotProtocol

Defined in the protocols module.
Rust AI Agent SDK Bot protocol for chat integrations.

Methods

name

Get bot name

on_message

Handle incoming message Parameters:

on_command

Handle command Parameters:

start

Start the bot

stop

Stop the bot

Source

View on GitHub

praisonai/src/protocols/mod.rs at line 0

Rust Bots

Rust AGUI