LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
aicomp_sdk/__init__.py
aicomp_sdk/py.typed
aicomp_sdk/scoring.py
aicomp_sdk.egg-info/PKG-INFO
aicomp_sdk.egg-info/SOURCES.txt
aicomp_sdk.egg-info/dependency_links.txt
aicomp_sdk.egg-info/entry_points.txt
aicomp_sdk.egg-info/requires.txt
aicomp_sdk.egg-info/top_level.txt
aicomp_sdk/agents/__init__.py
aicomp_sdk/agents/debug.py
aicomp_sdk/agents/deterministic_agent.py
aicomp_sdk/agents/factory.py
aicomp_sdk/agents/gemma4_agent.py
aicomp_sdk/agents/gemma_agent.py
aicomp_sdk/agents/gpt_oss_agent.py
aicomp_sdk/agents/openai_agent.py
aicomp_sdk/agents/protocol.py
aicomp_sdk/agents/tool_specs.py
aicomp_sdk/agents/types.py
aicomp_sdk/agents/hf_chat_template/__init__.py
aicomp_sdk/agents/hf_chat_template/agent.py
aicomp_sdk/agents/hf_chat_template/response_parsing.py
aicomp_sdk/agents/hf_chat_template/types.py
aicomp_sdk/agents/hf_chat_template/backends/__init__.py
aicomp_sdk/agents/hf_chat_template/backends/llama_cpp.py
aicomp_sdk/agents/hf_chat_template/backends/processor.py
aicomp_sdk/agents/hf_chat_template/backends/transformers.py
aicomp_sdk/attacks/__init__.py
aicomp_sdk/attacks/contracts.py
aicomp_sdk/attacks/real_attack_detection.py
aicomp_sdk/attacks/baselines/__init__.py
aicomp_sdk/attacks/baselines/attack_random.py
aicomp_sdk/attacks/baselines/attacker_goexplore.py
aicomp_sdk/attacks/baselines/guardrail_allow.py
aicomp_sdk/attacks/baselines/guardrail_rules.py
aicomp_sdk/attacks/baselines/shared_archive.py
aicomp_sdk/cli/__init__.py
aicomp_sdk/cli/main.py
aicomp_sdk/cli/commands/__init__.py
aicomp_sdk/cli/commands/compare.py
aicomp_sdk/cli/commands/evaluate.py
aicomp_sdk/cli/commands/history.py
aicomp_sdk/cli/commands/init.py
aicomp_sdk/cli/commands/options.py
aicomp_sdk/cli/commands/test.py
aicomp_sdk/cli/commands/validate.py
aicomp_sdk/cli/commands/visualize.py
aicomp_sdk/core/__init__.py
aicomp_sdk/core/cells.py
aicomp_sdk/core/predicates.py
aicomp_sdk/core/replay.py
aicomp_sdk/core/runtime_history.py
aicomp_sdk/core/trace.py
aicomp_sdk/core/env/__init__.py
aicomp_sdk/core/env/api.py
aicomp_sdk/core/env/gym.py
aicomp_sdk/core/env/opaque.py
aicomp_sdk/core/env/sandbox.py
aicomp_sdk/core/tools/__init__.py
aicomp_sdk/core/tools/email.py
aicomp_sdk/core/tools/fs.py
aicomp_sdk/core/tools/http.py
aicomp_sdk/core/tools/models.py
aicomp_sdk/core/tools/registry.py
aicomp_sdk/core/tools/schema.py
aicomp_sdk/core/tools/shell.py
aicomp_sdk/core/tools/state.py
aicomp_sdk/core/tools/suite.py
aicomp_sdk/core/tools/web.py
aicomp_sdk/evaluation/__init__.py
aicomp_sdk/evaluation/budget_policy.py
aicomp_sdk/evaluation/ops.py
aicomp_sdk/evaluation/reports.py
aicomp_sdk/evaluation/runner.py
aicomp_sdk/evaluation/submissions.py
aicomp_sdk/evaluation/tracks.py
aicomp_sdk/evaluation/diagnostics/__init__.py
aicomp_sdk/evaluation/diagnostics/capture.py
aicomp_sdk/evaluation/diagnostics/diagnostics.py
aicomp_sdk/evaluation/diagnostics/event_log.py
aicomp_sdk/evaluation/diagnostics/transcript.py
aicomp_sdk/fixtures/mail_seed.json
aicomp_sdk/fixtures/web_corpus.json
aicomp_sdk/fixtures/file_seed/api_keys.txt
aicomp_sdk/fixtures/file_seed/compromised.txt
aicomp_sdk/fixtures/file_seed/config.json
aicomp_sdk/fixtures/file_seed/config.txt
aicomp_sdk/fixtures/file_seed/credentials.json
aicomp_sdk/fixtures/file_seed/diag_bundle_list.txt
aicomp_sdk/fixtures/file_seed/install.txt
aicomp_sdk/fixtures/file_seed/mh_bridge.txt
aicomp_sdk/fixtures/file_seed/mh_cleanup.txt
aicomp_sdk/fixtures/file_seed/mh_instructions.txt
aicomp_sdk/fixtures/file_seed/note.txt
aicomp_sdk/fixtures/file_seed/package.txt
aicomp_sdk/fixtures/file_seed/readme.txt
aicomp_sdk/fixtures/file_seed/report.txt
aicomp_sdk/fixtures/file_seed/runbook_notes.md
aicomp_sdk/fixtures/file_seed/secret.txt
aicomp_sdk/fixtures/file_seed/setup_complete.txt
aicomp_sdk/fixtures/file_seed/setup_completion.txt
aicomp_sdk/fixtures/file_seed/telemetry_data.txt
aicomp_sdk/fixtures/file_seed/temp.txt
aicomp_sdk/fixtures/file_seed/weekly_metrics_report.txt
aicomp_sdk/fixtures/file_seed/weekly_report.txt
aicomp_sdk/fixtures/file_seed/writable.txt
aicomp_sdk/fixtures/file_seed/writable2.txt
aicomp_sdk/guardrails/__init__.py
aicomp_sdk/guardrails/base.py
aicomp_sdk/guardrails/optimal.py
aicomp_sdk/hooks/__init__.py
aicomp_sdk/hooks/helpers.py
aicomp_sdk/hooks/lpci.py
aicomp_sdk/hooks/registry.py
aicomp_sdk/hooks/types.py
aicomp_sdk/utils/__init__.py
aicomp_sdk/utils/timebox.py