base_routes

Attributes

project_root

base_routes

Classes

BotManager

Centralized bot management class

Functions

index()

Main dashboard showing all bots

create_bot()

Create a new chatbot

Module Contents

project_root = b'.'[source]
base_routes[source]
class BotManager[source]

Centralized bot management class

static get_bots_dir(app)[source]

Get the directory for storing bot configurations

classmethod load_bots(app)[source]

Load existing bots from JSON files

classmethod save_bot(app, bot_id, bot_config)[source]

Save bot configuration to a JSON file

index()[source]

Main dashboard showing all bots

create_bot()[source]

Create a new chatbot