Skip to main content
Deploy your agents as chat bots on various platforms.

Quick Start

1

Create Bot Agent

use praisonai::Agent;

let agent = Agent::new()
    .name("Support Bot")
    .instructions("Help users with their questions")
    .build()?;

// Deploy to platform
bot::deploy(agent, "slack").await?;

Supported Platforms

PlatformIntegration
SlackWebhook
DiscordBot API
TelegramBot API
WebWebSocket