README.md
pyproject.toml
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/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/policies.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.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/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/sso.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/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/summarizer.py
airoles/runtime/summary_grounding.py
airoles/runtime/task_profiler.py
airoles/runtime/validators.py
airoles/schemas/execution_contract.schema.json
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_execution_contract.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_locales.py
tests/test_mcp_tools.py
tests/test_permissions.py
tests/test_prompt_budget.py
tests/test_prompt_profiler.py
tests/test_providers.py
tests/test_registry.py
tests/test_runtime.py
tests/test_schema.py
tests/test_selector.py
tests/test_session_and_tier.py
tests/test_summary_grounding.py