LICENSE
README.md
pyproject.toml
agent_bench/__init__.py
agent_bench/cli.py
agent_bench/config.py
agent_bench/interactive.py
agent_bench/maintainer.py
agent_bench/openclaw.py
agent_bench/pairings.py
agent_bench/session.py
agent_bench/agent/__init__.py
agent_bench/agent/interface.py
agent_bench/agent/loader.py
agent_bench/agents/__init__.py
agent_bench/agents/chain_agent.py
agent_bench/agents/cheater_agent.py
agent_bench/agents/dice_game_agent.py
agent_bench/agents/log_stream_monitor_agent.py
agent_bench/agents/multi_agent_orchestrator.py
agent_bench/agents/multi_role_ops_agent.py
agent_bench/agents/naive_llm_agent.py
agent_bench/agents/ops_triage_agent.py
agent_bench/agents/planner_agent.py
agent_bench/agents/rate_limit_agent.py
agent_bench/agents/runbook_verifier_agent.py
agent_bench/agents/sandboxed_code_auditor_agent.py
agent_bench/agents/toy_agent.py
agent_bench/env/__init__.py
agent_bench/env/environment.py
agent_bench/env/filesystem.py
agent_bench/env/hidden_state.py
agent_bench/integrations/__init__.py
agent_bench/integrations/_task_helpers.py
agent_bench/integrations/autogen_adapter.py
agent_bench/integrations/langchain_adapter.py
agent_bench/integrations/llm_shims.py
agent_bench/integrations/llm_telemetry.py
agent_bench/ledger/__init__.py
agent_bench/ledger/manifest.schema.json
agent_bench/ledger/pubkey.pem
agent_bench/ledger/registry.json
agent_bench/ledger/signing.py
agent_bench/runner/__init__.py
agent_bench/runner/baseline.py
agent_bench/runner/batch.py
agent_bench/runner/budgets.py
agent_bench/runner/bundle.py
agent_bench/runner/episode_config.py
agent_bench/runner/export_otlp.py
agent_bench/runner/failures.py
agent_bench/runner/isolation.py
agent_bench/runner/metrics.py
agent_bench/runner/migration.py
agent_bench/runner/replay.py
agent_bench/runner/results.py
agent_bench/runner/runlog.py
agent_bench/runner/runner.py
agent_bench/runner/spec_check.py
agent_bench/spec/artifact-schema-v0.1.json
agent_bench/spec/artifact-schema-v1.0.json
agent_bench/spec/compliance-checklist-v0.1.md
agent_bench/spec/determinism.md
agent_bench/spec/episode-config-schema-v1.0.json
agent_bench/spec/tracecore-spec-v0.1.md
agent_bench/spec/tracecore-spec-v1.0.md
agent_bench/tasks/__init__.py
agent_bench/tasks/loader.py
agent_bench/tasks/registry.py
agent_bench/webui/__init__.py
agent_bench/webui/app.py
agent_bench/webui/templates/guide.html
agent_bench/webui/templates/index.html
agent_bench/webui/templates/ledger.html
agent_bench/webui/templates/metrics.html
agent_bench/webui/templates/old.html
tasks/__init__.py
tasks/registry.json
tasks/config_drift_remediation/__init__.py
tasks/config_drift_remediation/actions.py
tasks/config_drift_remediation/setup.py
tasks/config_drift_remediation/task.toml
tasks/config_drift_remediation/task.yaml
tasks/config_drift_remediation/validate.py
tasks/customer_support_escalation/__init__.py
tasks/customer_support_escalation/actions.py
tasks/customer_support_escalation/setup.py
tasks/customer_support_escalation/task.toml
tasks/customer_support_escalation/validate.py
tasks/deterministic_rate_service/__init__.py
tasks/deterministic_rate_service/actions.py
tasks/deterministic_rate_service/service.py
tasks/deterministic_rate_service/setup.py
tasks/deterministic_rate_service/shared.py
tasks/deterministic_rate_service/task.toml
tasks/deterministic_rate_service/task.yaml
tasks/deterministic_rate_service/validate.py
tasks/dice_game/actions.py
tasks/dice_game/manifest.json
tasks/dice_game/setup.py
tasks/dice_game/task.toml
tasks/dice_game/task.yaml
tasks/dice_game/validate.py
tasks/filesystem_hidden_config/actions.py
tasks/filesystem_hidden_config/setup.py
tasks/filesystem_hidden_config/task.toml
tasks/filesystem_hidden_config/task.yaml
tasks/filesystem_hidden_config/validate.py
tasks/incident_recovery_chain/__init__.py
tasks/incident_recovery_chain/actions.py
tasks/incident_recovery_chain/setup.py
tasks/incident_recovery_chain/task.toml
tasks/incident_recovery_chain/task.yaml
tasks/incident_recovery_chain/validate.py
tasks/log_alert_triage/__init__.py
tasks/log_alert_triage/actions.py
tasks/log_alert_triage/setup.py
tasks/log_alert_triage/task.toml
tasks/log_alert_triage/task.yaml
tasks/log_alert_triage/validate.py
tasks/log_stream_monitor/__init__.py
tasks/log_stream_monitor/actions.py
tasks/log_stream_monitor/setup.py
tasks/log_stream_monitor/task.toml
tasks/log_stream_monitor/validate.py
tasks/multi_role_escalation/__init__.py
tasks/multi_role_escalation/actions.py
tasks/multi_role_escalation/setup.py
tasks/multi_role_escalation/task.toml
tasks/multi_role_escalation/validate.py
tasks/rate_limited_api/actions.py
tasks/rate_limited_api/service.py
tasks/rate_limited_api/setup.py
tasks/rate_limited_api/shared.py
tasks/rate_limited_api/task.toml
tasks/rate_limited_api/task.yaml
tasks/rate_limited_api/validate.py
tasks/rate_limited_chain/actions.py
tasks/rate_limited_chain/service.py
tasks/rate_limited_chain/setup.py
tasks/rate_limited_chain/shared.py
tasks/rate_limited_chain/task.toml
tasks/rate_limited_chain/task.yaml
tasks/rate_limited_chain/validate.py
tasks/runbook_verifier/__init__.py
tasks/runbook_verifier/actions.py
tasks/runbook_verifier/setup.py
tasks/runbook_verifier/shared.py
tasks/runbook_verifier/task.toml
tasks/runbook_verifier/validate.py
tasks/sandboxed_code_auditor/__init__.py
tasks/sandboxed_code_auditor/actions.py
tasks/sandboxed_code_auditor/setup.py
tasks/sandboxed_code_auditor/task.toml
tasks/sandboxed_code_auditor/validate.py
tasks/security_incident_triage/__init__.py
tasks/security_incident_triage/actions.py
tasks/security_incident_triage/setup.py
tasks/security_incident_triage/task.toml
tasks/security_incident_triage/validate.py
tests/test_action_contracts.py
tests/test_agent_contract.py
tests/test_agent_discovery.py
tests/test_autogen_adapter.py
tests/test_baseline.py
tests/test_baseline_diff_pretty.py
tests/test_bundle_audit.py
tests/test_bundle_signing.py
tests/test_chain_agent_runner.py
tests/test_cli_baseline.py
tests/test_cli_bundle.py
tests/test_cli_new_agent.py
tests/test_cli_openclaw.py
tests/test_cli_runs.py
tests/test_cli_runs_migrate.py
tests/test_cli_tasks_validate.py
tests/test_cli_verify.py
tests/test_config.py
tests/test_determinism.py
tests/test_deterministic_rate_service_task.py
tests/test_dice_game_agent.py
tests/test_dice_game_pydantic.py
tests/test_diff_contracts.py
tests/test_episode_config.py
tests/test_export_otlp.py
tests/test_inspect_cli.py
tests/test_interactive_cli.py
tests/test_langchain_adapter.py
tests/test_ledger_signing.py
tests/test_maintainer.py
tests/test_multi_agent_orchestrator.py
tests/test_naive_llm_agent.py
tests/test_negative_cases.py
tests/test_operations_tasks.py
tests/test_otlp_export.py
tests/test_pairing_contracts.py
tests/test_planner_agent.py
tests/test_rate_limited_api_task.py
tests/test_rate_limited_chain_task.py
tests/test_record_mode.py
tests/test_replay_audit.py
tests/test_run_migration.py
tests/test_runbook_verifier_agent.py
tests/test_runlog_security.py
tests/test_runner_contract.py
tests/test_runner_failure_taxonomy.py
tests/test_runner_smoke.py
tests/test_sandbox_env.py
tests/test_sandboxed_code_auditor_agent.py
tests/test_strict_spec.py
tests/test_task_loading.py
tests/test_task_registry.py
tests/test_terminal_logic_failure.py
tests/test_webui_context.py
tests/test_webui_routes.py
tracecore.egg-info/PKG-INFO
tracecore.egg-info/SOURCES.txt
tracecore.egg-info/dependency_links.txt
tracecore.egg-info/entry_points.txt
tracecore.egg-info/requires.txt
tracecore.egg-info/top_level.txt