ARCHITECTURE.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
botted_library/__init__.py
botted_library/simple_worker.py
botted_library.egg-info/PKG-INFO
botted_library.egg-info/SOURCES.txt
botted_library.egg-info/dependency_links.txt
botted_library.egg-info/requires.txt
botted_library.egg-info/top_level.txt
botted_library/browser_interface/__init__.py
botted_library/browser_interface/actions.py
botted_library/browser_interface/browser_controller.py
botted_library/browser_interface/scraper.py
botted_library/core/__init__.py
botted_library/core/code_executor.py
botted_library/core/error_handler.py
botted_library/core/exceptions.py
botted_library/core/factory.py
botted_library/core/interfaces.py
botted_library/core/knowledge.py
botted_library/core/llm_interface.py
botted_library/core/memory.py
botted_library/core/reasoning_engine.py
botted_library/core/simple_llm.py
botted_library/core/task_executor.py
botted_library/core/worker.py
botted_library/core/worker_registry.py
botted_library/utils/__init__.py
botted_library/utils/config.py
botted_library/utils/helpers.py
botted_library/utils/logger.py