LICENSE
README.md
pyproject.toml
docs/PYPI.md
src/benchpress/__init__.py
src/benchpress/adapter.py
src/benchpress/api.py
src/benchpress/audit.py
src/benchpress/cli.py
src/benchpress/context.py
src/benchpress/controller.py
src/benchpress/demo.py
src/benchpress/gate.py
src/benchpress/gate_corpus.py
src/benchpress/model.py
src/benchpress/normalize.py
src/benchpress/packs.py
src/benchpress/prompts.py
src/benchpress/py.typed
src/benchpress/realapp.py
src/benchpress/receipt_html.py
src/benchpress/regress.py
src/benchpress/rehearse.py
src/benchpress/report.py
src/benchpress/tools.py
src/benchpress/corpus/control-plane.yaml
src/benchpress/corpus/cross-provider.yaml
src/benchpress/corpus/github.yaml
src/benchpress/corpus/gmail.yaml
src/benchpress/corpus/hubspot.yaml
src/benchpress/corpus/policy-packs.yaml
src/benchpress/corpus/slack.yaml
src/benchpress/corpus/stripe.yaml
src/benchpress/phases/common.py
src/benchpress/phases/deliver.py
src/benchpress/phases/dod.py
src/benchpress/phases/execute.py
src/benchpress/phases/orient.py
src/benchpress/phases/plan.py
src/benchpress/phases/policy.py
src/benchpress/phases/resolve.py
src/benchpress/phases/schemas.py
src/benchpress/phases/verify.py
src/benchpress/playbooks/__init__.py
src/benchpress/playbooks/github.py
src/benchpress/playbooks/gmail.py
src/benchpress/playbooks/hubspot.py
src/benchpress/playbooks/slack.py
src/benchpress/playbooks/stripe.py
src/benchpress/policy_packs/billing.yaml
src/benchpress/policy_packs/customer-success.yaml
src/benchpress/policy_packs/it-offboarding.yaml
src/benchpress/policy_packs/release-engineering.yaml
src/benchpress/shims/__init__.py
src/benchpress/shims/composio.py
src/benchpress/shims/guard_policy.py
src/benchpress/shims/mcp.py
src/benchpress/shims/mcp_guard.py
src/benchpress/shims/openai_agents.py
src/benchpress_agent.egg-info/PKG-INFO
src/benchpress_agent.egg-info/SOURCES.txt
src/benchpress_agent.egg-info/dependency_links.txt
src/benchpress_agent.egg-info/entry_points.txt
src/benchpress_agent.egg-info/requires.txt
src/benchpress_agent.egg-info/top_level.txt
tests/test_api.py
tests/test_assertions_unit.py
tests/test_audit.py
tests/test_baseline.py
tests/test_cli_policy_pack.py
tests/test_compare.py
tests/test_composio_executor.py
tests/test_composio_guard.py
tests/test_contract_trajectories.py
tests/test_controller.py
tests/test_demo.py
tests/test_gate.py
tests/test_gate_corpus.py
tests/test_gate_replay.py
tests/test_github_e2e.py
tests/test_harness_bridge.py
tests/test_mcp_executor.py
tests/test_mcp_guard.py
tests/test_model.py
tests/test_model_anthropic.py
tests/test_openai_agents_guard.py
tests/test_playbook_github.py
tests/test_playbooks.py
tests/test_policy_packs.py
tests/test_prompts.py
tests/test_realapp_gateway.py
tests/test_realapp_github.py
tests/test_realapps_hubspot_gmail.py
tests/test_realapps_slack_stripe.py
tests/test_receipt_html.py
tests/test_regress.py
tests/test_rehearse.py
tests/test_rehearse_cli.py
tests/test_replay.py
tests/test_replay_page.py
tests/test_run_loop.py
tests/test_scenarios.py
tests/test_site.py