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/document_loaders.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/documents/__init__.py
manolo_bot/storage/documents/base.py
manolo_bot/storage/documents/file.py
manolo_bot/storage/documents/utils.py
manolo_bot/storage/messages/__init__.py
manolo_bot/storage/messages/base.py
manolo_bot/storage/messages/memory.py
manolo_bot/storage/messages/redis.py
manolo_bot/telegram/__init__.py
manolo_bot/telegram/utils.py
tests/test_config.py