README.md
pyproject.toml
airoles/__init__.py
airoles/builder.py
airoles/grounding_config.py
airoles/grounding_rules.json
airoles/json_schemas.py
airoles/phrases.py
airoles/policies.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/requires.txt
airoles.egg-info/top_level.txt
airoles/adapters/__init__.py
airoles/adapters/autogen.py
airoles/adapters/crewai.py
airoles/adapters/dify.py
airoles/adapters/flowise.py
airoles/adapters/langgraph.py
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/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
tests/test_adapters.py
tests/test_builder.py
tests/test_compiler_and_validators.py
tests/test_exports.py
tests/test_grounding_rules.py
tests/test_json_utils.py
tests/test_prompt_profiler.py
tests/test_prompt_snapshot.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