LICENSE
README.md
pyproject.toml
manolo_bot/__init__.py
manolo_bot/config.py
manolo_bot/main.py
manolo_bot.egg-info/PKG-INFO
manolo_bot.egg-info/SOURCES.txt
manolo_bot.egg-info/dependency_links.txt
manolo_bot.egg-info/entry_points.txt
manolo_bot.egg-info/requires.txt
manolo_bot.egg-info/top_level.txt
manolo_bot/ai/__init__.py
manolo_bot/ai/config.py
manolo_bot/ai/llmagent.py
manolo_bot/ai/llmbot.py
manolo_bot/ai/mcp_manager.py
manolo_bot/ai/tools.py
manolo_bot/storage/__init__.py
manolo_bot/storage/base.py
manolo_bot/storage/memory_storage.py
manolo_bot/storage/redis_storage.py
manolo_bot/telegram/__init__.py
manolo_bot/telegram/utils.py
tests/test_config.py