LICENSE
README.md
pyproject.toml
agent_playground/__init__.py
agent_playground.egg-info/PKG-INFO
agent_playground.egg-info/SOURCES.txt
agent_playground.egg-info/dependency_links.txt
agent_playground.egg-info/entry_points.txt
agent_playground.egg-info/requires.txt
agent_playground.egg-info/top_level.txt
agent_playground/agents/__init__.py
agent_playground/agents/base.py
agent_playground/cli/__init__.py
agent_playground/cli/main.py
agent_playground/models/__init__.py
agent_playground/models/base.py
agent_playground/models/fake.py
agent_playground/models/openai_compatible.py
agent_playground/models/providers.py
agent_playground/sandbox/__init__.py
agent_playground/sandbox/base.py
agent_playground/sandbox/docker.py
agent_playground/sandbox/subprocess.py
agent_playground/teams/__init__.py
agent_playground/teams/review_team.py
agent_playground/tools/__init__.py
agent_playground/tools/base.py
agent_playground/tools/python.py
agent_playground/trace/__init__.py
agent_playground/trace/events.py
agent_playground/trace/export.py
agent_playground/trace/html.py
agent_playground/trace/recorder.py
agent_playground/trace/viewer.py
tests/test_agent.py
tests/test_cli.py
tests/test_openai_compatible_model.py
tests/test_package.py
tests/test_provider_config.py
tests/test_python_tool.py
tests/test_review_team.py
tests/test_sandbox.py
tests/test_trace.py