Admin Commands
Control your Teleton Agent via Telegram commands. Only admins can use these commands.
General Commands
| Command | Description |
/status | Show agent status and uptime |
/help | List all available commands |
/version | Show Teleton version |
/ping | Check agent responsiveness |
Wallet Commands
| Command | Description |
/wallet | Show wallet address and balance |
/send <amount> <address> | Send TON to address |
/history | Show recent transactions |
/export | Export wallet backup (encrypted) |
Transaction confirmation
Wallet commands require confirmation for transactions above configured threshold.
Memory Commands
| Command | Description |
/memory stats | Show memory statistics |
/memory search <query> | Search memory entries |
/memory clear <chatId> | Clear memory for a chat |
/memory compact | Trigger memory compaction |
Task Commands
| Command | Description |
/tasks | List scheduled tasks |
/task run <name> | Run task immediately |
/task pause <name> | Pause a task |
/task resume <name> | Resume a task |
Configuration Commands
| Command | Description |
/config | Show current configuration |
/config reload | Reload configuration file |
/scope <chatId> <scope> | Set access scope for chat |
System Commands
| Command | Description |
/restart | Restart the agent |
/logs | Show recent logs |
/debug on|off | Toggle debug mode |