refactor: Split conversational.py into modular structure (fixes #63)

Split conversational.py (2271 lines) into modular files:
- tools.py: TOOL_REGISTRY, get_tool_registry(), SKILL_EMOJIS
- help.py: format_* functions for slash command help
- client.py: MiniMaxClient, SYSTEM_PROMPT, TOOLS definitions
- agent.py: ConversationalAgent class with all methods
- __init__.py: Public exports from all modules

Updated bots.py import to use new module path.
Deleted conversational.py.
This commit is contained in:
shokollm
2026-04-14 02:36:23 +00:00
parent 8acce849f4
commit f705269e34
6 changed files with 809 additions and 675 deletions

File diff suppressed because it is too large Load Diff