AGENTS.md
CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
setup.cfg
setup.py
docs/README.md
docs/architecture.md
docs/benchmarks.md
docs/library.md
docs/machine-images.md
docs/references.md
docs/validation-record.json
docs/validation.md
examples/corpus.jsonl
examples/library_quickstart.py
src/mini_agent/__init__.py
src/mini_agent/__main__.py
src/mini_agent/_grader_probe.py
src/mini_agent/_hash.py
src/mini_agent/_http.py
src/mini_agent/agent.py
src/mini_agent/cli.py
src/mini_agent/doctor.py
src/mini_agent/grading.py
src/mini_agent/models.py
src/mini_agent/orchestrator.py
src/mini_agent/profiles.py
src/mini_agent/providers.py
src/mini_agent/py.typed
src/mini_agent/runtime.py
src/mini_agent/specs.py
src/mini_agent/storage.py
src/mini_agent/types.py
src/mini_agent/benchmarks/__init__.py
src/mini_agent/benchmarks/base.py
src/mini_agent/benchmarks/checkout.py
src/mini_agent/benchmarks/cua_speedrun.py
src/mini_agent/benchmarks/osworld.py
src/mini_agent/benchmarks/swebench.py
src/mini_agent/benchmarks/web.py
src/mini_agent/environments/__init__.py
src/mini_agent/environments/base.py
src/mini_agent/environments/cua.py
src/mini_agent/environments/osworld_apptainer.py
src/mini_agent/environments/swe.py
src/mini_agent/environments/swebench.py
src/mini_agent/environments/web.py
src/mini_agent_cmu.egg-info/PKG-INFO
src/mini_agent_cmu.egg-info/SOURCES.txt
src/mini_agent_cmu.egg-info/dependency_links.txt
src/mini_agent_cmu.egg-info/entry_points.txt
src/mini_agent_cmu.egg-info/requires.txt
src/mini_agent_cmu.egg-info/top_level.txt
tests/support.py
tests/test_agent.py
tests/test_benchmarks.py
tests/test_cli.py
tests/test_environments.py
tests/test_examples.py
tests/test_http.py
tests/test_orchestrator.py
tests/test_osworld_apptainer.py
tests/test_providers.py
tests/test_runtime.py
tests/test_specs.py