Available Commands
/status
Shows agent name, model, platform, session ID, and uptime.
/new
Resets the conversation session. Starts a fresh chat with the agent.
/help
Lists all available commands with descriptions.
Quick Start
Platform Examples
Command Details
/status
Shows current bot information:| Field | Description |
|---|---|
| Agent | Name of the AI agent |
| Model | LLM model being used |
| Platform | telegram, discord, or slack |
| Session | Current session ID (if set) |
| Uptime | How long the bot has been running |
/new
Resets the conversation:- Clears all previous messages from the agent’s memory
- Replies with a confirmation message
- Next message starts a completely new conversation
/help
Lists all available commands with their descriptions. Useful for discovering what your bot can do.Python Usage
You can also start bots programmatically with the same built-in commands:Bot tokens should never be hardcoded. Use environment variables or a
.env file to store them securely.
