README.md
pyproject.toml
ail/__init__.py
ail/__main__.py
ail/authoring.py
ail/cli.py
ail/reference_card.md
ail/agentic/__init__.py
ail/agentic/agent.py
ail/agentic/authoring_chat.py
ail/agentic/authoring_ui.py
ail/agentic/chat.py
ail/agentic/diagnosis.py
ail/agentic/home_ui.py
ail/agentic/intent_md.py
ail/agentic/process_manager.py
ail/agentic/project.py
ail/agentic/scheduler.py
ail/agentic/server.py
ail/agentic/ui.py
ail/agentic/watcher.py
ail/agentic/web_ui.py
ail/parser/__init__.py
ail/parser/ast.py
ail/parser/lexer.py
ail/parser/parser.py
ail/parser/purity.py
ail/runtime/__init__.py
ail/runtime/anthropic_adapter.py
ail/runtime/calibration.py
ail/runtime/context.py
ail/runtime/evolution.py
ail/runtime/executor.py
ail/runtime/intent_validation.py
ail/runtime/json_parsing.py
ail/runtime/model.py
ail/runtime/ollama_adapter.py
ail/runtime/openai_adapter.py
ail/runtime/parallel.py
ail/runtime/provenance.py
ail/runtime/trace.py
ail/stdlib/__init__.py
ail/stdlib/core.ail
ail/stdlib/language.ail
ail/stdlib/utils.ail
ail_interpreter.egg-info/PKG-INFO
ail_interpreter.egg-info/SOURCES.txt
ail_interpreter.egg-info/dependency_links.txt
ail_interpreter.egg-info/entry_points.txt
ail_interpreter.egg-info/requires.txt
ail_interpreter.egg-info/top_level.txt
tests/test_agent_loop.py
tests/test_agentic_agent.py
tests/test_agentic_autofix.py
tests/test_agentic_chat.py
tests/test_agentic_diagnosis.py
tests/test_agentic_intent_md.py
tests/test_agentic_project.py
tests/test_agentic_server.py
tests/test_agentic_watcher.py
tests/test_agentic_web_ui.py
tests/test_ail_parse_check.py
tests/test_ail_run.py
tests/test_anthropic_parsing.py
tests/test_attempt.py
tests/test_authoring.py
tests/test_authoring_chat.py
tests/test_authoring_prompt_examples_parse.py
tests/test_authoring_prompt_structure.py
tests/test_calibration.py
tests/test_cli_save_source.py
tests/test_clock_effect.py
tests/test_db_effects.py
tests/test_deny_first.py
tests/test_dotenv.py
tests/test_effects.py
tests/test_env_effect.py
tests/test_evolution.py
tests/test_evolve_effects.py
tests/test_evolve_server_return.py
tests/test_executor.py
tests/test_fn.py
tests/test_home_ui.py
tests/test_http_graphql.py
tests/test_http_headers.py
tests/test_human_approve.py
tests/test_human_approve_stoa.py
tests/test_image_embed.py
tests/test_imports.py
tests/test_input_hint.py
tests/test_integration.py
tests/test_intent_validation.py
tests/test_json_effects.py
tests/test_match.py
tests/test_math_builtins.py
tests/test_ollama_adapter.py
tests/test_on_compact.py
tests/test_parallel.py
tests/test_parse_json.py
tests/test_parser.py
tests/test_perform_as_expression.py
tests/test_perform_nested.py
tests/test_physis.py
tests/test_process_manager.py
tests/test_provenance.py
tests/test_purity.py
tests/test_purity_indirect.py
tests/test_schedule_effect.py
tests/test_search_web.py
tests/test_spec_bundled.py
tests/test_state_effect.py
tests/test_strip_html.py
tests/test_trust_level.py
tests/test_trust_level_auto.py
tests/test_undefined_call_and_null_check.py
tests/test_vision_attachments.py