.codecov.yml
.gitignore
LICENSE
README.md
architechture.md
pyproject.toml
pytest.ini
requirements.txt
.github/workflows/dockerBuildPush.yml
.github/workflows/publish.yml
.github/workflows/test.yml
.vscode/launch.json
.vscode/settings.json
docs/images/overall_architecture.png
src/microbots/MicroBot.py
src/microbots/__init__.py
src/microbots/constants.py
src/microbots.egg-info/PKG-INFO
src/microbots.egg-info/SOURCES.txt
src/microbots.egg-info/dependency_links.txt
src/microbots.egg-info/requires.txt
src/microbots.egg-info/top_level.txt
src/microbots/bot/BrowsingBot.py
src/microbots/bot/LogAnalysisBot.py
src/microbots/bot/ReadingBot.py
src/microbots/bot/WritingBot.py
src/microbots/bot/__init__.py
src/microbots/environment/Environment.py
src/microbots/environment/local_docker/LocalDockerEnvironment.py
src/microbots/environment/local_docker/__init__.py
src/microbots/environment/local_docker/image_builder/Dockerfile
src/microbots/environment/local_docker/image_builder/ShellCommunicator.py
src/microbots/environment/local_docker/image_builder/dockerShell.py
src/microbots/environment/swe-rex/LocalDocker.py
src/microbots/extras/__init__.py
src/microbots/extras/mount.py
src/microbots/llm/__init__.py
src/microbots/llm/openai_api.py
src/microbots/tools/tool.py
src/microbots/tools/tool_test.ipynb
src/microbots/tools/tool_definitions/browser-use.yaml
src/microbots/tools/tool_definitions/cscope.yaml
src/microbots/tools/tool_definitions/browser-use/browser.py
src/microbots/utils/logger.py
src/microbots/utils/network.py
src/microbots/utils/path.py
test/conftest.py
test/bot/test_browsing_bot.py
test/bot/test_log_analysis_bot.py
test/bot/test_microbot.py
test/bot/test_reading_bot.py
test/bot/test_writing_bot.py
test/bot/calculator/calculator.log
test/bot/calculator/code/calculator.py
test/environment/local_docker/test_local_docker_environment.py
test/environment/swe-rex/test_local_docker.py.disabled
test/extras/test_mount.py
test/fixtures/fixture_issue_1.py
test/fixtures/fixture_issue_22.py
test/fixtures/fixture_test_repo.py