Skip to main content

BotOSConfig

Defined in the config module.
AI Agent Configuration for BotOS — multi-platform bot orchestrator. Attributes: name: Human-readable name for this BotOS instance. platforms: Per-platform config dicts keyed by platform name. Example: {"telegram": {"token": "..."}, "discord": {"token": "..."}}

Properties

str
No description available.
Dict
No description available.
  • to_dict: Serialize to dict (hides tokens).

Source

View on GitHub

praisonaiagents/bots/config.py at line 442

Configuration Overview

Agent Config