README.md
pyproject.toml
airoles/VERSION
airoles/__init__.py
airoles/audit_log.py
airoles/builder.py
airoles/capability_catalog.py
airoles/cli.py
airoles/compliance.py
airoles/constitution.py
airoles/crud_disclosure.py
airoles/deployment.py
airoles/enforcement.py
airoles/execution_contract.py
airoles/executor.py
airoles/grounding_config.py
airoles/grounding_rules.json
airoles/json_schemas.py
airoles/mcp_server.py
airoles/mcp_tools.py
airoles/permissions.py
airoles/phrases.py
airoles/plan_risk.py
airoles/policies.py
airoles/profile_utils.py
airoles/prompt_budget.py
airoles/prompt_profiler.py
airoles/prompt_trace.py
airoles/py.typed
airoles/registry.py
airoles/roles.py
airoles/rules.py
airoles/schema.py
airoles/selector.py
airoles/session.py
airoles/task_types.py
airoles/templates.py
airoles/tree.py
airoles/upgrade.py
airoles/version_info.py
airoles.egg-info/PKG-INFO
airoles.egg-info/SOURCES.txt
airoles.egg-info/dependency_links.txt
airoles.egg-info/entry_points.txt
airoles.egg-info/requires.txt
airoles.egg-info/top_level.txt
airoles/acceptance/__init__.py
airoles/acceptance/checklist.py
airoles/acceptance/checks.py
airoles/acceptance/compiler.py
airoles/acceptance/context.py
airoles/acceptance/deliverables.py
airoles/acceptance/engine.py
airoles/acceptance/registry.py
airoles/acceptance/result.py
airoles/compiled/acceptance_compiler_enterprise.txt
airoles/compiled/acceptance_compiler_fast.txt
airoles/compiled/acceptance_compiler_nano.txt
airoles/compiled/acceptance_verifier_enterprise.txt
airoles/compiled/acceptance_verifier_fast.txt
airoles/compiled/acceptance_verifier_nano.txt
airoles/compiled/clarifier_enterprise.txt
airoles/compiled/clarifier_fast.txt
airoles/compiled/clarifier_nano.txt
airoles/compiled/hypothesis.txt
airoles/compiled/planner_free_form_enterprise.txt
airoles/compiled/planner_free_form_fast.txt
airoles/compiled/planner_free_form_nano.txt
airoles/compiled/planner_high_risk_enterprise.txt
airoles/compiled/planner_high_risk_fast.txt
airoles/compiled/planner_high_risk_nano.txt
airoles/compiled/planner_knowledge_reference_enterprise.txt
airoles/compiled/planner_knowledge_reference_fast.txt
airoles/compiled/planner_knowledge_reference_nano.txt
airoles/compiled/planner_planning_enterprise.txt
airoles/compiled/planner_planning_fast.txt
airoles/compiled/planner_planning_nano.txt
airoles/compiled/planner_sop_enforced_enterprise.txt
airoles/compiled/planner_sop_enforced_fast.txt
airoles/compiled/planner_sop_enforced_nano.txt
airoles/compiled/router_enterprise.txt
airoles/compiled/router_fast.txt
airoles/compiled/router_nano.txt
airoles/compiled/summarizer_enterprise.txt
airoles/compiled/summarizer_fast.txt
airoles/compiled/summarizer_nano.txt
airoles/compiled/task_profiler_enterprise.txt
airoles/compiled/task_profiler_fast.txt
airoles/compiled/task_profiler_nano.txt
airoles/compiler/__init__.py
airoles/compiler/compile_prompts.py
airoles/compiler/loader.py
airoles/integrator/__init__.py
airoles/integrator/redis_confirm.py
airoles/integrator/sso.py
airoles/integrator/standard_registry.py
airoles/providers/__init__.py
airoles/providers/_http.py
airoles/providers/anthropic_provider.py
airoles/providers/anthropic_sdk_provider.py
airoles/providers/base.py
airoles/providers/callable_provider.py
airoles/providers/config.py
airoles/providers/ollama_provider.py
airoles/providers/openai_compatible.py
airoles/providers/openai_sdk_provider.py
airoles/runtime/__init__.py
airoles/runtime/acceptance_compiler.py
airoles/runtime/acceptance_verifier.py
airoles/runtime/agent.py
airoles/runtime/base.py
airoles/runtime/clarifier.py
airoles/runtime/execution_context.py
airoles/runtime/grounding.py
airoles/runtime/json_utils.py
airoles/runtime/planner.py
airoles/runtime/router.py
airoles/runtime/rule_engine.py
airoles/runtime/summarizer.py
airoles/runtime/summary_grounding.py
airoles/runtime/task_profiler.py
airoles/runtime/validators.py
airoles/schemas/execution_contract.schema.json
tests/test_acceptance_checklist.py
tests/test_acceptance_cli_mcp.py
tests/test_acceptance_compiler.py
tests/test_acceptance_confirm.py
tests/test_acceptance_enforcement.py
tests/test_acceptance_engine.py
tests/test_acceptance_selector.py
tests/test_acceptance_semantic.py
tests/test_builder.py
tests/test_capability_catalog.py
tests/test_compiler_and_validators.py
tests/test_compliance.py
tests/test_constitution.py
tests/test_crud_disclosure.py
tests/test_docs_alignment.py
tests/test_enforcement.py
tests/test_enforcement_warning.py
tests/test_execution_contract.py
tests/test_export_prompts.py
tests/test_exports.py
tests/test_grounding_rules.py
tests/test_http_audit_logger.py
tests/test_impact_level.py
tests/test_integration_e2e.py
tests/test_json_utils.py
tests/test_kafka_audit.py
tests/test_lazy_import.py
tests/test_locales.py
tests/test_mcp_tools.py
tests/test_p7_trusted_runtime.py
tests/test_permissions.py
tests/test_plan_risk.py
tests/test_preflight_live.py
tests/test_preflight_unit.py
tests/test_prompt_budget.py
tests/test_prompt_profiler.py
tests/test_providers.py
tests/test_pypi_credentials.py
tests/test_redis_confirm.py
tests/test_registry.py
tests/test_rule_engine.py
tests/test_runtime.py
tests/test_schema.py
tests/test_selector.py
tests/test_session_and_tier.py
tests/test_summary_grounding.py
tests/test_upgrade.py
tests/test_version_info.py