.codecov.yml
.coveragerc
.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.txt
README.md
SECURITY.md
SUPPORT.md
architechture.md
mkdocs.yml
pyproject.toml
pytest.ini
requirements.txt
.github/workflows/dockerBuildPush.yml
.github/workflows/pages.yml
.github/workflows/publish.yml
.github/workflows/test.yml
.vscode/launch.json
.vscode/settings.json
docs/authentication.md
docs/copilot-bot.md
docs/index.md
docs/blog/index.md
docs/blog/microbots-safety-first-ai-agent.md
docs/images/overall_architecture.png
docs/images/microbots-safety-first-ai-agent/container_isolation.svg
docs/images/microbots-safety-first-ai-agent/dangerous_command.svg
docs/images/microbots-safety-first-ai-agent/defense_layers.svg
docs/images/microbots-safety-first-ai-agent/iteration_budget.svg
docs/images/microbots-safety-first-ai-agent/overlayfs.svg
docs/images/microbots-safety-first-ai-agent/permission_labels.svg
docs/images/microbots-safety-first-ai-agent/safety_first_agents.svg
docs/images/microbots-safety-first-ai-agent/unconstrained_agents.svg
docs/javascripts/lightbox.js
docs/stylesheets/extra.css
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/AgentBoss.py
src/microbots/bot/BrowsingBot.py
src/microbots/bot/CopilotBot.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/anthropic_api.py
src/microbots/llm/llm.py
src/microbots/llm/ollama_local.py
src/microbots/llm/openai_api.py
src/microbots/tools/external_tool.py
src/microbots/tools/internal_tool.py
src/microbots/tools/tool.py
src/microbots/tools/tool_yaml_parser.py
src/microbots/tools/tool_definitions/__init__.py
src/microbots/tools/tool_definitions/browser-use.yaml
src/microbots/tools/tool_definitions/cscope.yaml
src/microbots/tools/tool_definitions/memory_tool.py
src/microbots/tools/tool_definitions/microbot_sub_agent.py
src/microbots/tools/tool_definitions/browser-use/browser.py
src/microbots/utils/copilot_auth.py
src/microbots/utils/logger.py
src/microbots/utils/multi_agent_log_parser.py
src/microbots/utils/network.py
src/microbots/utils/path.py
test/conftest.py
test/test_constants.py
test/bot/test_agent_boss.py
test/bot/test_browsing_bot.py
test/bot/test_copilot_auth.py
test/bot/test_copilot_bot.py
test/bot/test_log_analysis_bot.py
test/bot/test_memory_tool_integration.py
test/bot/test_microbot.py
test/bot/test_reading_bot.py
test/bot/test_writing_bot.py
test/bot/test_writing_bot_copilot.py
test/environment/local_docker/test_execute_exceptions.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
test/llm/README_OLLAMA_TESTING.md
test/llm/conftest.py
test/llm/test_anthropic_api.py
test/llm/test_llm.py
test/llm/test_ollama_local.py
test/llm/test_openai_api.py
test/swe-bench-test/run_swe_bench.py
test/tools/__init__.py
test/tools/test_external_tool.py
test/tools/test_tool.py
test/tools/test_tool_abstract.py
test/tools/test_tool_yaml_parser.py
test/tools/tool_definitions/test_memory_tool.py
test/tools/tool_definitions/test_microbot_sub_agent.py