From e330d681e927e6d1e2b03b577f6a08cab5e71613 Mon Sep 17 00:00:00 2001 From: Bryan-Roe <74067792+Bryan-Roe@users.noreply.github.com> Date: Mon, 13 Jul 2026 06:00:39 +0000 Subject: [PATCH] automated repo governance updates --- docs/reports/dependency-graph.md | 1908 +++++++++++------------------- 1 file changed, 674 insertions(+), 1234 deletions(-) diff --git a/docs/reports/dependency-graph.md b/docs/reports/dependency-graph.md index 484225bc2..7c2906fae 100644 --- a/docs/reports/dependency-graph.md +++ b/docs/reports/dependency-graph.md @@ -1,94 +1,23 @@ # Dependency Graph -## code_generation_quickstart.py - -- pathlib -- runpy -- sys - ## chat_providers.py - -- **future** -- importlib.util -- pathlib -- sys - -## function_app.py - -- PIL -- asyncio -- azure.cognitiveservices.speech -- azure.functions -- base64 -- chat_providers -- collections -- datetime -- function_app_domains -- gtts -- hmac +- __future__ - importlib.util -- io -- json -- logging -- numpy -- openai -- opentelemetry -- os - pathlib -- pennylane -- pyttsx3 -- qiskit -- quantum_ai.scripts.validate_qiskit_env -- quantum_ai.src.azure_quantum_integration -- quantum_classifier -- quantum_llm -- quantum_llm_trainer -- re -- requests -- shared -- shared.agi_backend_status -- shared.azure_utils -- shared.chat_memory -- shared.config -- shared.core.module_registry -- shared.db_logging -- shared.email_notifications -- shared.file_cache -- shared.import_helpers -- shared.json_utils -- shared.logging -- shared.referral_system -- shared.runtime_env -- shared.stripe_webhooks -- shared.subscription_manager -- shared.telemetry -- subprocess - sys -- tempfile -- threading -- tiktoken -- time -- torch -- types -- typing -- vision_inference -- wave ## blueprint.py - - azure.functions ## LMSTUDIO_AGI_INTEGRATION_IMPL.py - - os +- urllib.parse - urllib.request ## run_main_if_referenced.py - - sys ## run_continuous_automation.py - - argparse - datetime - os @@ -99,9 +28,9 @@ - time ## app.py - -- **future** +- __future__ - argparse +- collections.abc - importlib - json - logging @@ -113,38 +42,36 @@ - sys - typing - urllib +- urllib.parse ## autotrain.py - -- **future** -- scripts.autotrain +- __future__ +- importlib +- sys +- typing - warnings ## setup_monetization.py - +- importlib.util - json - pathlib - subprocess -- subscription_manager - sys ## lora_infer_bridge.py - -- **future** +- __future__ - importlib.util - pathlib - sys ## token_utils.py - -- **future** +- __future__ - importlib.util - pathlib - sys ## agi_provider.py - -- **future** +- __future__ - importlib.util - pathlib - sys @@ -153,14 +80,7 @@ ## main.py -## code_generation_demo.py - -- pathlib -- runpy -- sys - ## run_automation.py - - argparse - os - pathlib @@ -168,21 +88,15 @@ - subprocess - sys -## website_generator_demo.py - -- pathlib -- runpy -- sys - ## local_dev_adapter.py - -- **future** +- __future__ - argparse - azure.functions -- dotenv +- collections.abc - flask -- function_app +- flask_cors - http.server +- importlib - json - logging - os @@ -192,90 +106,77 @@ - types - typing -## aria_bot/**init**.py - -- **future** +## aria_bot/__init__.py +- __future__ - importlib.util - pathlib - sys -## aria_bot/**main**.py - -- **future** +## aria_bot/__main__.py +- __future__ - importlib ## generated_tools/data_datetime_utils.py - -- **future** +- __future__ - collections.abc - datetime ## generated_tools/data_table_utils.py - - collections - collections.abc - typing ## generated_tools/data_record_utils.py - -- **future** +- __future__ - collections.abc - typing ## generated_tools/data_compare_utils.py - - collections.abc - typing ## generated_tools/data_stats_utils.py - -- **future** +- __future__ - collections.abc ## generated_tools/data_text_utils.py - -- **future** +- __future__ - collections - collections.abc - re - typing ## generated_tools/data_validation_utils.py - -- **future** +- __future__ - collections.abc - re - typing ## generated_tools/data_struct_utils.py - -- **future** +- __future__ - collections.abc - typing -## ai_projects/**init**.py - -## ai_projects/quantum_ml/**init**.py +## ai_projects/__init__.py +## ai_projects/quantum_ml/__init__.py - pathlib ## core/agent.py - -- **future** +- __future__ - abc - core.task - typing ## core/notifications.py - -- **future** +- __future__ - json - typing - urllib.error +- urllib.parse - urllib.request -## core/**init**.py - +## core/__init__.py - agent - core.agent - core.registry @@ -286,31 +187,27 @@ - task ## core/cycle_observer.py - -- **future** +- __future__ - core.bus - core.memory.store - time - typing ## core/task.py - -- **future** +- __future__ - dataclasses - typing - uuid ## core/queue.py - -- **future** +- __future__ - asyncio - collections.abc - contextlib - typing ## core/runner.py - -- **future** +- __future__ - core.agents.critique_agent - core.agents.debate_agent - core.agents.goal_evolution_agent @@ -334,30 +231,26 @@ - typing ## core/router.py - -- **future** +- __future__ - core.agent - core.registry - core.task - typing ## core/registry.py - -- **future** +- __future__ - collections.abc - core.agent ## core/bus.py - -- **future** +- __future__ - collections - collections.abc - threading - typing -## core/**main**.py - -- **future** +## core/__main__.py +- __future__ - argparse - collections.abc - core.runner @@ -365,27 +258,24 @@ - pathlib - sys -## core/ingestion/**init**.py - +## core/ingestion/__init__.py - core.ingestion.pipeline ## core/ingestion/pipeline.py - -- **future** +- __future__ - abc - core.memory.store - csv - json - typing +- urllib.parse - urllib.request -## core/knowledge/**init**.py - +## core/knowledge/__init__.py - core.knowledge.graph ## core/knowledge/graph.py - -- **future** +- __future__ - collections - core.memory.store - json @@ -393,7 +283,6 @@ - yaml ## core/memory/store.py - - collections - collections.abc - copy @@ -403,36 +292,31 @@ - typing - uuid -## core/memory/**init**.py - -- **future** +## core/memory/__init__.py +- __future__ - core.memory.store - datetime - json - store ## core/memory/sqlite_backend.py - -- **future** +- __future__ - json - sqlite3 - typing -## core/llm/**init**.py - +## core/llm/__init__.py - core.llm.client ## core/llm/client.py - -- **future** +- __future__ - collections.abc - importlib - json - os ## core/agents/debate_agent.py - -- **future** +- __future__ - core.agent - core.llm.client - core.memory.store @@ -442,8 +326,7 @@ - re - typing -## core/agents/**init**.py - +## core/agents/__init__.py - core.agents.critique_agent - core.agents.debate_agent - core.agents.goal_evolution_agent @@ -457,8 +340,7 @@ - core.agents.training_agent ## core/agents/hypothesis_agent.py - -- **future** +- __future__ - core.agent - core.llm.client - core.memory.store @@ -469,8 +351,7 @@ - typing ## core/agents/summarizer_agent.py - -- **future** +- __future__ - core.agent - core.llm.client - core.memory.store @@ -481,8 +362,7 @@ - typing ## core/agents/critique_agent.py - -- **future** +- __future__ - core.agent - core.llm.client - core.memory.store @@ -493,8 +373,7 @@ - typing ## core/agents/human_feedback_agent.py - -- **future** +- __future__ - core.agent - core.bus - core.memory.store @@ -502,8 +381,7 @@ - typing ## core/agents/goal_evolution_agent.py - -- **future** +- __future__ - collections.abc - core.agent - core.llm.client @@ -514,8 +392,7 @@ - re ## core/agents/reasoning_agent.py - -- **future** +- __future__ - core.agent - core.llm.client - core.memory.store @@ -526,8 +403,7 @@ - typing ## core/agents/reflection_agent.py - -- **future** +- __future__ - core.agent - core.llm.client - core.memory.store @@ -538,18 +414,17 @@ - typing ## core/agents/tool_agent.py - -- **future** +- __future__ - collections.abc - core.agent - core.task - json - typing +- urllib.parse - urllib.request ## core/agents/planner_agent.py - -- **future** +- __future__ - core.agent - core.llm.client - core.memory.store @@ -559,8 +434,7 @@ - uuid ## core/agents/llm_agent.py - -- **future** +- __future__ - core.agent - core.llm.client - core.task @@ -569,8 +443,7 @@ - typing ## core/agents/training_agent.py - -- **future** +- __future__ - core.agent - core.task - json @@ -578,14 +451,12 @@ - typing ## scripts/check_docs_for_cli_note.py - - pathlib - re - sys ## scripts/auto_bootstrap.py - -- **future** +- __future__ - argparse - datetime - json @@ -595,8 +466,7 @@ - time ## scripts/validate_mcp_suite.py - -- **future** +- __future__ - argparse - json - pathlib @@ -605,7 +475,6 @@ - typing ## scripts/autonomous_training_demo.py - - argparse - datetime - json @@ -618,8 +487,7 @@ - time ## scripts/system_health_check.py - -- **future** +- __future__ - argparse - dataclasses - datetime @@ -633,13 +501,13 @@ - typing ## scripts/repo_automation.py - - argparse - config_paths - config_validator - dataclasses - datetime - importlib +- io - json - pathlib - psutil @@ -653,8 +521,7 @@ - typing ## scripts/validate_mcp_setup.py - -- **future** +- __future__ - argparse - asyncio - dataclasses @@ -667,7 +534,6 @@ - typing ## scripts/aria_demo.py - - pathlib - peft - re @@ -676,7 +542,6 @@ - transformers ## scripts/parallel_train.py - - argparse - asyncio - datetime @@ -695,14 +560,12 @@ - yaml ## scripts/ignore_verify.py - -- **future** +- __future__ - pathlib - subprocess ## scripts/autonomous_training_orchestrator.py - -- **future** +- __future__ - argparse - atexit - config_validator @@ -723,7 +586,6 @@ - yaml ## scripts/benchmark_performance.py - - json - pathlib - performance_utils @@ -732,7 +594,6 @@ - time ## scripts/test_ai_improvements.py - - hybrid_qnn - pathlib - pytest @@ -742,8 +603,7 @@ - train_lora ## scripts/agi_persistence_prune.py - -- **future** +- __future__ - argparse - json - os @@ -753,7 +613,6 @@ - typing ## scripts/setup_env_check.py - - json - os - pathlib @@ -762,8 +621,7 @@ - urllib.request ## scripts/evaluate_local_model.py - -- **future** +- __future__ - argparse - evaluation_utils - json @@ -772,18 +630,16 @@ - time - typing -## scripts/**init**.py +## scripts/__init__.py ## scripts/generate_site_bundle.py - -- **future** +- __future__ - argparse - datetime - json - pathlib ## scripts/job_queue.py - - dataclasses - datetime - enum @@ -793,13 +649,11 @@ - uuid ## scripts/config_paths.py - -- **future** +- __future__ - pathlib ## scripts/sql_local_tools.py - -- **future** +- __future__ - argparse - collections.abc - json @@ -811,8 +665,7 @@ - typing ## scripts/repair_data_out_status.py - -- **future** +- __future__ - argparse - datetime - json @@ -820,7 +673,6 @@ - re ## scripts/cleanup_artifacts.py - - argparse - datetime - json @@ -828,7 +680,6 @@ - time ## scripts/aria_test.py - - pathlib - peft - sys @@ -837,7 +688,6 @@ - typing ## scripts/distributed_benchmark.py - - argparse - datetime - functools @@ -857,7 +707,6 @@ - warnings ## scripts/aria_test_debug.py - - pathlib - peft - sys @@ -865,8 +714,7 @@ - transformers ## scripts/evaluate_azure_model.py - -- **future** +- __future__ - argparse - json - openai @@ -878,8 +726,7 @@ - typing ## scripts/fast_validate.py - -- **future** +- __future__ - argparse - collections.abc - datetime @@ -893,8 +740,7 @@ - typing ## scripts/generate_github_actions_dataset.py - -- **future** +- __future__ - argparse - dataclasses - datetime @@ -906,15 +752,13 @@ - yaml ## scripts/vram_calculator.py - -- **future** +- __future__ - argparse - json - subprocess - torch ## scripts/test_aria_automation.py - - os - pathlib - pytest @@ -922,8 +766,7 @@ - sys ## scripts/repo_health_automation.py - -- **future** +- __future__ - argparse - collections.abc - dataclasses @@ -935,17 +778,15 @@ - time ## scripts/generate_evaluation_set.py - -- **future** +- __future__ - hashlib - json - pathlib - typing ## scripts/vision_inference.py - - PIL -- **future** +- __future__ - argparse - base64 - io @@ -956,20 +797,17 @@ - torch ## scripts/final_validation.py - - functools - pathlib - re ## scripts/check_cli_scripts_sys_path.py - - pathlib - re - sys ## scripts/setup_local_llm.py - -- **future** +- __future__ - argparse - importlib.util - io @@ -985,7 +823,6 @@ - urllib.request ## scripts/gradio_demo.py - - collections - contextlib - datetime @@ -1010,8 +847,7 @@ - wave ## scripts/watch_continuous_automation.py - -- **future** +- __future__ - argparse - collections.abc - dataclasses @@ -1022,13 +858,11 @@ - time ## scripts/gradio_maintenance.py - - os - time ## scripts/validate_eval_artifacts.py - -- **future** +- __future__ - argparse - dataclasses - json @@ -1036,14 +870,12 @@ - typing ## scripts/sql_demo.py - - pathlib - shared.sql_engine - sys - typing ## scripts/aria_automation.py - - argparse - dataclasses - datetime @@ -1059,13 +891,11 @@ - typing ## scripts/validate_dashboard.py - - pathlib - re ## scripts/evaluate_quantum_model.py - -- **future** +- __future__ - argparse - json - pathlib @@ -1074,7 +904,6 @@ - typing ## scripts/backup_manager.py - - argparse - datetime - hashlib @@ -1088,8 +917,7 @@ - typing ## scripts/lmstudio_chat_fix.py - -- **future** +- __future__ - argparse - datetime - json @@ -1102,7 +930,6 @@ - urllib.request ## scripts/validate_optimizations.py - - aria_web.server - batch_evaluator - pathlib @@ -1112,7 +939,6 @@ - time ## scripts/notification_system.py - - argparse - json - pathlib @@ -1122,7 +948,6 @@ - win10toast ## scripts/dashboard.py - - datetime - os - pathlib @@ -1132,7 +957,6 @@ - typing ## scripts/test_runner.py - - argparse - datetime - importlib.util @@ -1144,8 +968,7 @@ - time ## scripts/quantum_llm_status_check.py - -- **future** +- __future__ - argparse - json - pathlib @@ -1154,7 +977,6 @@ - typing ## scripts/status_dashboard.py - - argparse - datetime - json @@ -1167,7 +989,6 @@ - typing ## scripts/training_analytics.py - - argparse - datetime - os @@ -1177,8 +998,7 @@ - sys ## scripts/provider_smoke.py - -- **future** +- __future__ - json - pathlib - shared.core.module_registry @@ -1186,8 +1006,7 @@ - sys ## scripts/autotrain.py - -- **future** +- __future__ - argparse - config_paths - dataclasses @@ -1202,8 +1021,7 @@ - yaml ## scripts/master_orchestrator.py - -- **future** +- __future__ - argparse - config_paths - config_validator @@ -1221,7 +1039,6 @@ - yaml ## scripts/quantum_llm_trainer.py - - argparse - datetime - hybrid_qnn @@ -1241,8 +1058,7 @@ - yaml ## scripts/run_pytest_parallel.py - -- **future** +- __future__ - argparse - collections.abc - math @@ -1253,11 +1069,9 @@ - typing ## scripts/self_learning_chat.py - - scripts.training.cli.self_learning_chat ## scripts/train_quantum_llm_chat.py - - argparse - datetime - inspect @@ -1271,8 +1085,7 @@ - torch.utils.data ## scripts/ci_orchestrator.py - -- **future** +- __future__ - argparse - concurrent.futures - config_paths @@ -1286,8 +1099,7 @@ - typing ## scripts/quantum_llm_health_check.py - -- **future** +- __future__ - argparse - json - pathlib @@ -1295,22 +1107,19 @@ - typing ## scripts/gradio_webhook.py - - json - os - time ## scripts/azureml_ci_validate.py - -- **future** +- __future__ - os - pathlib - shutil - subprocess ## scripts/model_deployer.py - -- **future** +- __future__ - argparse - datetime - json @@ -1320,12 +1129,10 @@ - typing ## scripts/task_complete_mcp_server.py - - json - sys ## scripts/aria_test_final.py - - pathlib - peft - re @@ -1334,8 +1141,7 @@ - transformers ## scripts/evaluate_openai_model.py - -- **future** +- __future__ - argparse - json - openai @@ -1347,23 +1153,20 @@ - typing ## scripts/validate_eval_workflow_setup.py - -- **future** +- __future__ - argparse - dataclasses - json - pathlib ## scripts/test_autonomous_agent.py - - pathlib - pytest - subprocess - sys ## scripts/resource_monitor.py - -- **future** +- __future__ - argparse - datetime - json @@ -1374,14 +1177,22 @@ - time - typing -## scripts/sync_docs_chat.py +## scripts/train_with_early_stopping.py +- asyncio +- datasets +- json +- logging +- pathlib +- shared.early_stopping +- transformers +- typing -- **future** +## scripts/sync_docs_chat.py +- __future__ - pathlib - shutil ## scripts/monitor_autonomous_training.py - - argparse - csv - datetime @@ -1392,8 +1203,7 @@ - time ## scripts/run_repo_agents.py - -- **future** +- __future__ - argparse - collections.abc - dataclasses @@ -1404,15 +1214,13 @@ - sys ## scripts/generate_synthetic_autonomous_datasets.py - -- **future** +- __future__ - argparse - json - pathlib ## scripts/gradio_hello.py - -- **future** +- __future__ - datetime - gradio - gtts @@ -1427,8 +1235,7 @@ - typing ## scripts/autonomous_code_agent.py - -- **future** +- __future__ - argparse - dataclasses - datetime @@ -1448,8 +1255,7 @@ - urllib.request ## scripts/multi_agent.py - -- **future** +- __future__ - argparse - concurrent.futures - dataclasses @@ -1463,8 +1269,7 @@ - typing ## scripts/quantum_autorun.py - -- **future** +- __future__ - argparse - config_paths - dataclasses @@ -1478,16 +1283,14 @@ - yaml ## scripts/generate_aria_schema.py - -- **future** +- __future__ - json - pathlib - server - sys ## scripts/integration_smoke.py - -- **future** +- __future__ - argparse - config_paths - dataclasses @@ -1502,8 +1305,7 @@ - urllib.request ## scripts/dab_verify.py - -- **future** +- __future__ - argparse - json - os @@ -1511,7 +1313,6 @@ - typing ## scripts/demo_quantum_llm.py - - json - pathlib - sys @@ -1519,8 +1320,7 @@ - yaml ## scripts/automate_core_files.py - -- **future** +- __future__ - argparse - datetime - json @@ -1530,8 +1330,7 @@ - typing ## scripts/batch_evaluator.py - -- **future** +- __future__ - argparse - concurrent.futures - dataclasses @@ -1547,11 +1346,9 @@ - yaml ## scripts/gradio_utils.py - - datetime ## scripts/lm_studio_analyzer.py - - argparse - json - os @@ -1559,8 +1356,7 @@ - subprocess ## scripts/generate_ai_tokens.py - -- **future** +- __future__ - argparse - dataclasses - json @@ -1578,12 +1374,10 @@ - urllib.request ## scripts/cleanup_query_metrics.py - -- **future** +- __future__ - re ## scripts/test_repo_automation.py - - importlib.util - pathlib - pytest @@ -1592,7 +1386,6 @@ - sys ## scripts/evaluate_model.py - - argparse - collections - datetime @@ -1602,30 +1395,26 @@ - sys ## scripts/validate_site_bundles.py - -- **future** +- __future__ - json - pathlib - sys ## scripts/validate_mcp_suite_drift.py - -- **future** +- __future__ - argparse - json - pathlib - typing ## scripts/autonomous_agent_tasks.py - -- **future** +- __future__ - dataclasses - enum - typing ## scripts/evaluation_autorun.py - -- **future** +- __future__ - argparse - datetime - json @@ -1635,7 +1424,6 @@ - yaml ## scripts/test_watcher.py - - argparse - pathlib - shlex @@ -1643,14 +1431,12 @@ - time ## scripts/validate_composite_actions.py - -- **future** +- __future__ - pathlib - yaml ## scripts/extract_chat_logs_dataset.py - -- **future** +- __future__ - argparse - hashlib - json @@ -1658,7 +1444,6 @@ - random ## scripts/pre_commit_check.py - - argparse - os - pathlib @@ -1667,14 +1452,12 @@ - sys ## scripts/validate_foundry_config.py - -- **future** +- __future__ - json - pathlib - re ## scripts/local_llm_server.py - - datetime - http.server - json @@ -1683,13 +1466,11 @@ - time ## scripts/sql_demo_simple.py - - pathlib - sqlite3 ## scripts/pid_auto_edit_agent.py - -- **future** +- __future__ - argparse - dataclasses - datetime @@ -1703,8 +1484,7 @@ - typing ## scripts/quantum_llm_metrics_analyzer.py - -- **future** +- __future__ - argparse - json - pathlib @@ -1712,8 +1492,7 @@ - typing ## scripts/inference/vision_avatar_integration.py - -- **future** +- __future__ - argparse - json - pathlib @@ -1722,11 +1501,10 @@ - torch - torch.utils.data -## scripts/inference/**init**.py +## scripts/inference/__init__.py ## scripts/agents/agents_md_audit_agent.py - -- **future** +- __future__ - argparse - collections.abc - datetime @@ -1736,14 +1514,12 @@ - scripts.agents.base - sys -## scripts/agents/**init**.py - -- **future** +## scripts/agents/__init__.py +- __future__ - scripts.agents.base ## scripts/agents/status_freshness_agent.py - -- **future** +- __future__ - argparse - collections.abc - datetime @@ -1753,8 +1529,7 @@ - sys ## scripts/agents/agi_health_agent.py - -- **future** +- __future__ - agi_provider - argparse - collections.abc @@ -1766,8 +1541,7 @@ - typing ## scripts/agents/docstring_audit_agent.py - -- **future** +- __future__ - argparse - ast - collections.abc @@ -1778,8 +1552,7 @@ - sys ## scripts/agents/base.py - -- **future** +- __future__ - collections.abc - dataclasses - datetime @@ -1787,8 +1560,7 @@ - pathlib ## scripts/agents/marker_audit_agent.py - -- **future** +- __future__ - argparse - collections.abc - json @@ -1797,11 +1569,10 @@ - scripts.agents.base - sys -## scripts/evaluation/**init**.py +## scripts/evaluation/__init__.py ## scripts/evaluation/evaluate_vision.py - -- **future** +- __future__ - argparse - json - numpy @@ -1811,12 +1582,11 @@ - torch - torch.utils.data -## scripts/training/**init**.py +## scripts/training/__init__.py ## scripts/training/train_vision.py - - PIL -- **future** +- __future__ - argparse - numpy - pathlib @@ -1826,29 +1596,40 @@ - torch.nn - torch.utils.data -## AI/evaluators.py +## scripts/demos/code_generation_quickstart.py +- pathlib +- runpy +- sys +## scripts/demos/code_generation_demo.py +- pathlib +- runpy +- sys + +## scripts/demos/website_generator_demo.py +- pathlib +- runpy +- sys + +## AI/evaluators.py - typing ## AI/test_agent.py - - dotenv - evaluators - os - pytest_agent_evals ## AI/microsoft_phi-silica-3.6_v1/scripts/otel_callback.py - -- **future** +- __future__ - importlib.util - pathlib - sys -## ai-projects/cooking-ai/src/**init**.py +## ai-projects/cooking-ai/src/__init__.py ## ai-projects/cooking-ai/src/main.py - -- **future** +- __future__ - agents.recipe_agent - argparse - os @@ -1856,36 +1637,31 @@ - providers.local ## ai-projects/cooking-ai/src/utils/json_utils.py - -- **future** +- __future__ - json - jsonschema - re ## ai-projects/cooking-ai/src/providers/github_models.py - -- **future** +- __future__ - openai - os - typing -## ai-projects/cooking-ai/src/providers/**init**.py +## ai-projects/cooking-ai/src/providers/__init__.py ## ai-projects/cooking-ai/src/providers/local.py - -- **future** +- __future__ - json - re ## ai-projects/cooking-ai/src/agents/recipe_agent.py - -- **future** +- __future__ - typing - utils.json_utils ## ai-projects/cooking-ai/tests/test_agent.py - -- **future** +- __future__ - agents.recipe_agent - json - pathlib @@ -1895,15 +1671,13 @@ - utils.json_utils ## ai-projects/cooking-ai/tests/run_tests.py - -- **future** +- __future__ - importlib - pathlib - sys ## ai-projects/cooking-ai/tests/test_schemas.py - -- **future** +- __future__ - json - pathlib - pytest @@ -1911,33 +1685,28 @@ - utils.json_utils ## ai-projects/cooking-ai/tests/debug_run_local.py - - pathlib - providers.local - sys ## ai-projects/cooking-ai/tests/debug_agent_extract.py - - agents.recipe_agent - pathlib - providers.local - sys ## ai-projects/cooking-ai/tests/_debug_local.py - - providers.local ## ai-projects/cooking-ai/tests/debug_extract_local.py - - pathlib - providers.local - sys -## ai-projects/chat-cli/src/**init**.py +## ai-projects/chat-cli/src/__init__.py ## ai-projects/chat-cli/src/chat_providers.py - -- **future** +- __future__ - agi_provider - collections.abc - dataclasses @@ -1965,7 +1734,6 @@ - urllib.request ## ai-projects/chat-cli/src/quantum_provider.py - - chat_providers - collections.abc - json @@ -1978,16 +1746,14 @@ - typing ## ai-projects/chat-cli/src/local_agi_provider.py - -- **future** +- __future__ - collections.abc - core.llm.client - json - typing ## ai-projects/chat-cli/src/test_chat_cli.py - -- **future** +- __future__ - chat_cli - contextlib - io @@ -1998,14 +1764,12 @@ - unittest.mock ## ai-projects/chat-cli/src/_smoke_test.py - -- **future** +- __future__ - importlib - typing ## ai-projects/chat-cli/src/chat_cli.py - -- **future** +- __future__ - argparse - colorama - datetime @@ -2018,14 +1782,12 @@ - typing ## ai-projects/chat-cli/src/api.py - - agi_provider - chat_providers - token_utils ## ai-projects/chat-cli/src/lora_infer_bridge.py - -- **future** +- __future__ - json - pathlib - peft @@ -2034,8 +1796,7 @@ - transformers ## ai-projects/chat-cli/src/token_utils.py - -- **future** +- __future__ - collections.abc - dataclasses - math @@ -2043,8 +1804,7 @@ - transformers ## ai-projects/chat-cli/src/agi_provider.py - -- **future** +- __future__ - asyncio - chat_providers - collections.abc @@ -2053,6 +1813,7 @@ - logging - math - os +- quantum_agent_selector - re - shared.agi_memory_redis - shared.agi_persistence @@ -2060,9 +1821,17 @@ - time - typing -## ai-projects/chat-cli/src/test_chat_providers.py +## ai-projects/chat-cli/src/quantum_agent_selector.py +- __future__ +- dataclasses +- enum +- os +- random +- time +- typing -- **future** +## ai-projects/chat-cli/src/test_chat_providers.py +- __future__ - agi_provider - chat_cli - chat_providers @@ -2078,8 +1847,7 @@ - unittest.mock ## ai-projects/lmstudio-mcp/lmstudio_agent_integration.py - -- **future** +- __future__ - asyncio - collections.abc - json @@ -2091,16 +1859,13 @@ - traceback - typing -## ai-projects/lmstudio-mcp/**init**.py - +## ai-projects/lmstudio-mcp/__init__.py - lmstudio_mcp_server ## ai-projects/lmstudio-mcp/privacy_deployment_config.py - - typing ## ai-projects/lmstudio-mcp/lmstudio_agi_integration.py - - asyncio - json - lmstudio_agent_integration @@ -2110,15 +1875,13 @@ - typing ## ai-projects/lmstudio-mcp/agi_mcp_tools.py - -- **future** +- __future__ - agi_provider - pathlib - sys - typing ## ai-projects/lmstudio-mcp/agi_provider_examples.py - - asyncio - lmstudio_agi_integration - pathlib @@ -2126,7 +1889,6 @@ - traceback ## ai-projects/lmstudio-mcp/privacy_first_ai.py - - asyncio - dataclasses - datetime @@ -2141,7 +1903,6 @@ - typing ## ai-projects/lmstudio-mcp/test_lmstudio_mcp.py - - asyncio - lmstudio_mcp_server - os @@ -2150,7 +1911,6 @@ - traceback ## ai-projects/lmstudio-mcp/quickstart.py - - asyncio - httpx - pathlib @@ -2159,7 +1919,6 @@ - traceback ## ai-projects/lmstudio-mcp/verify_agent_integration.py - - asyncio - lmstudio_agent_integration - lmstudio_mcp_server @@ -2169,7 +1928,6 @@ - traceback ## ai-projects/lmstudio-mcp/lmstudio_mcp_server.py - - agi_mcp_tools - asyncio - httpx @@ -2183,12 +1941,10 @@ - typing ## ai-projects/my-agent-230a13f1/main.py - - asyncio - azure.ai.agentserver.responses ## ai-projects/quantum-ml/train_ionosphere.py - - joblib - matplotlib.pyplot - numpy @@ -2203,7 +1959,6 @@ - torch.utils.data ## ai-projects/quantum-ml/benchmark_all_datasets.py - - datetime - json - matplotlib.pyplot @@ -2220,7 +1975,6 @@ - torch.utils.data ## ai-projects/quantum-ml/validate_quantum_llm.py - - argparse - importlib - json @@ -2236,13 +1990,11 @@ - typing ## ai-projects/quantum-ml/demo_dashboard.py - - requests - sys - time ## ai-projects/quantum-ml/quick_test_datasets.py - - datetime - json - numpy @@ -2259,7 +2011,6 @@ - torch.utils.data ## ai-projects/quantum-ml/train_pennylane_simple.py - - argparse - datetime - json @@ -2274,7 +2025,6 @@ - time ## ai-projects/quantum-ml/dataset_architecture_analyzer.py - - datetime - json - numpy @@ -2283,7 +2033,6 @@ - sklearn.preprocessing ## ai-projects/quantum-ml/train_custom_dataset.py - - argparse - joblib - json @@ -2304,13 +2053,11 @@ - yaml ## ai-projects/quantum-ml/submit_qsharp_circuit.py - - azure.quantum - time - traceback ## ai-projects/quantum-ml/example_mcp_client.py - - asyncio - azure.ai.inference - azure.ai.inference.models @@ -2321,7 +2068,6 @@ - os ## ai-projects/quantum-ml/deploy_banknote_to_azure.py - - azure.identity - azure.quantum - datetime @@ -2334,7 +2080,6 @@ - yaml ## ai-projects/quantum-ml/deploy_quantum_models_azure.py - - pathlib - pickle - qiskit @@ -2344,7 +2089,6 @@ - yaml ## ai-projects/quantum-ml/web_app.py - - datetime - flask - flask_cors @@ -2368,7 +2112,6 @@ - time ## ai-projects/quantum-ml/test_quantum_hardware.py - - azure.quantum - logging - numpy @@ -2378,7 +2121,6 @@ - sys ## ai-projects/quantum-ml/test_entanglement_patterns.py - - datetime - hybrid_qnn - matplotlib.pyplot @@ -2395,7 +2137,6 @@ - torch.utils.data ## ai-projects/quantum-ml/train_heart_disease.py - - joblib - matplotlib.pyplot - numpy @@ -2411,7 +2152,6 @@ - torch.utils.data ## ai-projects/quantum-ml/hyperparameter_optimization.py - - datetime - itertools - json @@ -2427,8 +2167,7 @@ - warnings ## ai-projects/quantum-ml/test_azure_quantum.py - -- **future** +- __future__ - argparse - azure_quantum_integration - datetime @@ -2442,7 +2181,6 @@ - yaml ## ai-projects/quantum-ml/submit_circuit_azure.py - - azure.quantum - qiskit - qiskit_qir @@ -2450,12 +2188,10 @@ - traceback ## ai-projects/quantum-ml/run_azure_quantum_free.py - - qiskit - src.azure_quantum_integration ## ai-projects/quantum-ml/quantum_mcp_server.py - - asyncio - azure_quantum_integration - collections @@ -2483,7 +2219,6 @@ - yaml ## ai-projects/quantum-ml/quantum_llm_demo.py - - ai_projects.quantum_ml.src.quantum_llm - asyncio - collections @@ -2494,7 +2229,6 @@ - traceback ## ai-projects/quantum-ml/hyperparameter_tuning.py - - dataset_loader - datetime - hybrid_qnn @@ -2507,8 +2241,7 @@ - torch.utils.data ## ai-projects/quantum-ml/quantum_llm_quickstart.py - -- **future** +- __future__ - argparse - json - logging @@ -2521,7 +2254,6 @@ - typing ## ai-projects/quantum-ml/classical_baseline_comparison.py - - datetime - json - matplotlib.pyplot @@ -2540,7 +2272,6 @@ - warnings ## ai-projects/quantum-ml/quantum_llm_integration.py - - argparse - json - logging @@ -2548,7 +2279,6 @@ - sys ## ai-projects/quantum-ml/deploy_to_azure_quantum.py - - argparse - datetime - json @@ -2557,8 +2287,7 @@ - src.azure_quantum_integration ## ai-projects/quantum-ml/scripts/test_provider_gates.py - -- **future** +- __future__ - argparse - azure_quantum_integration - datetime @@ -2571,8 +2300,7 @@ - yaml ## ai-projects/quantum-ml/scripts/upgrade_qiskit_to_1x.py - -- **future** +- __future__ - argparse - datetime - pathlib @@ -2583,23 +2311,20 @@ - sys ## ai-projects/quantum-ml/scripts/run_hardware_tests.py - -- **future** +- __future__ - argparse - pathlib - sys - test_azure_quantum ## ai-projects/quantum-ml/scripts/run_experiment_grid.py - -- **future** +- __future__ - pathlib - subprocess - sys ## ai-projects/quantum-ml/scripts/submit_small_stabilizer.py - -- **future** +- __future__ - argparse - azure_quantum_integration - datetime @@ -2611,16 +2336,14 @@ - yaml ## ai-projects/quantum-ml/scripts/validate_qiskit_env.py - -- **future** +- __future__ - importlib - json - pkgutil - sys ## ai-projects/quantum-ml/scripts/run_simulated_circuit.py - -- **future** +- __future__ - argparse - datetime - json @@ -2632,7 +2355,6 @@ - yaml ## ai-projects/quantum-ml/scripts/train_from_dataset.py - - argparse - json - numpy @@ -2646,8 +2368,7 @@ - yaml ## ai-projects/quantum-ml/scripts/visualize_hardware_results.py - -- **future** +- __future__ - json - matplotlib.pyplot - pandas @@ -2656,8 +2377,7 @@ - yaml ## ai-projects/quantum-ml/scripts/submit_variational_hardware.py - -- **future** +- __future__ - argparse - azure_quantum_integration - datetime @@ -2669,7 +2389,6 @@ - yaml ## ai-projects/quantum-ml/src/dataset_loader.py - - numpy - pandas - pathlib @@ -2678,10 +2397,9 @@ - sklearn.preprocessing - typing -## ai-projects/quantum-ml/src/**init**.py +## ai-projects/quantum-ml/src/__init__.py ## ai-projects/quantum-ml/src/quantum_circuit_optimizer.py - - collections - dataclasses - logging @@ -2693,14 +2411,12 @@ - typing ## ai-projects/quantum-ml/src/automate_quantum_job.py - - azure.quantum - azure.quantum.qiskit - qiskit - time ## ai-projects/quantum-ml/src/quantum_llm_hybrid_trainer.py - - dataclasses - json - logging @@ -2714,8 +2430,7 @@ - typing ## ai-projects/quantum-ml/src/quantum_code_llm.py - -- **future** +- __future__ - dataclasses - pathlib - string @@ -2725,7 +2440,6 @@ - typing ## ai-projects/quantum-ml/src/hybrid_qnn.py - - logging - pennylane - torch @@ -2733,14 +2447,12 @@ - yaml ## ai-projects/quantum-ml/src/api.py - - automate_quantum_job - azure_quantum_integration - quantum_classifier - quantum_llm_integrated ## ai-projects/quantum-ml/src/quantum_llm_datasets.py - - json - logging - numpy @@ -2751,7 +2463,6 @@ - typing ## ai-projects/quantum-ml/src/quantum_transformer.py - - hybrid_qnn - logging - math @@ -2762,7 +2473,6 @@ - torch.nn.functional ## ai-projects/quantum-ml/src/quantum_classifier.py - - logging - numpy - pathlib @@ -2774,7 +2484,6 @@ - yaml ## ai-projects/quantum-ml/src/quantum_llm_advanced.py - - collections - dataclasses - hybrid_qnn @@ -2785,7 +2494,6 @@ - torch.nn.functional ## ai-projects/quantum-ml/src/azure_ml_integration.py - - azureml.core - azureml.core.compute - azureml.core.model @@ -2796,7 +2504,6 @@ - typing ## ai-projects/quantum-ml/src/quantum_llm_monitor.py - - collections - dataclasses - json @@ -2809,7 +2516,6 @@ - typing ## ai-projects/quantum-ml/src/quantum_llm_integrated.py - - argparse - json - logging @@ -2825,7 +2531,6 @@ - yaml ## ai-projects/quantum-ml/src/azure_quantum_integration.py - - azure.identity - azure.quantum - azure.quantum.qiskit @@ -2837,7 +2542,6 @@ - yaml ## ai-projects/quantum-ml/src/quantum_classifier_enhanced.py - - logging - numpy - pathlib @@ -2849,8 +2553,7 @@ - torch.nn - yaml -## ai-projects/quantum-ml/src/quantum_llm/**init**.py - +## ai-projects/quantum-ml/src/quantum_llm/__init__.py - circuit_cache - config - pipeline @@ -2859,24 +2562,21 @@ - quantum_sampler ## ai-projects/quantum-ml/src/quantum_llm/config.py - -- **future** +- __future__ - dataclasses - math - os - typing ## ai-projects/quantum-ml/src/quantum_llm/quantum_router.py - -- **future** +- __future__ - logging - numpy - pennylane - quantum_sampler ## ai-projects/quantum-ml/src/quantum_llm/circuit_cache.py - -- **future** +- __future__ - collections - hashlib - logging @@ -2885,8 +2585,7 @@ - typing ## ai-projects/quantum-ml/src/quantum_llm/quantum_embeddings.py - -- **future** +- __future__ - logging - numpy - pennylane @@ -2896,8 +2595,7 @@ - quantum_sampler ## ai-projects/quantum-ml/src/quantum_llm/quantum_sampler.py - -- **future** +- __future__ - circuit_cache - collections.abc - logging @@ -2909,8 +2607,7 @@ - warnings ## ai-projects/quantum-ml/src/quantum_llm/pipeline.py - -- **future** +- __future__ - asyncio - chat_providers - collections.abc @@ -2927,7 +2624,6 @@ - typing ## ai-projects/quantum-ml/production/test_api.py - - datetime - json - pytest @@ -2935,7 +2631,6 @@ - time ## ai-projects/quantum-ml/production/banknote_api.py - - datetime - flask - flask_cors @@ -2949,7 +2644,6 @@ - torch ## ai-projects/quantum-ml/experiments/auto_optimize.py - - matplotlib.pyplot - numpy - pathlib @@ -2965,7 +2659,6 @@ - yaml ## ai-projects/quantum-ml/experiments/parameter_tuning.py - - matplotlib - matplotlib.pyplot - numpy @@ -2979,7 +2672,6 @@ - yaml ## ai-projects/quantum-ml/experiments/extended_datasets.py - - matplotlib - matplotlib.pyplot - numpy @@ -2993,11 +2685,9 @@ - sys ## ai-projects/quantum-ml/experiments/analyze_plots.py - - pathlib ## ai-projects/quantum-ml/experiments/quick_demo.py - - extended_datasets - pathlib - sys @@ -3005,7 +2695,6 @@ - traceback ## ai-projects/quantum-ml/experiments/run_all_experiments.py - - datetime - experiments.analyze_plots - experiments.extended_datasets @@ -3015,7 +2704,6 @@ - time ## ai-projects/quantum-ml/examples/train_models.py - - matplotlib - matplotlib.pyplot - numpy @@ -3028,7 +2716,6 @@ - sys ## ai-projects/quantum-ml/examples/create_circuits.py - - numpy - pathlib - pennylane @@ -3038,7 +2725,6 @@ - sys ## ai-projects/quantum-ml/examples/azure_integration.py - - pathlib - qiskit - src.azure_quantum_integration @@ -3046,7 +2732,6 @@ - yaml ## ai-projects/quantum-ml/examples/run_simulations.py - - matplotlib - matplotlib.pyplot - numpy @@ -3057,7 +2742,6 @@ - qiskit_aer.noise ## ai-projects/llm-maker/web_server.py - - http.server - json - logging @@ -3072,7 +2756,6 @@ - website_maker ## ai-projects/llm-maker/llm_maker_mcp_server.py - - asyncio - json - logging @@ -3086,8 +2769,7 @@ - src.tool_validator - sys -## ai-projects/llm-maker/src/**init**.py - +## ai-projects/llm-maker/src/__init__.py - tool_executor - tool_maker - tool_registry @@ -3095,7 +2777,6 @@ - website_maker ## ai-projects/llm-maker/src/tool_maker.py - - logging - pathlib - shared.chat_providers @@ -3105,14 +2786,12 @@ - yaml ## ai-projects/llm-maker/src/tool_validator.py - - ast - logging - pathlib - yaml ## ai-projects/llm-maker/src/tool_executor.py - - RestrictedPython - RestrictedPython.Guards - contextlib @@ -3124,7 +2803,6 @@ - typing ## ai-projects/llm-maker/src/website_maker.py - - argparse - datetime - json @@ -3135,7 +2813,6 @@ - sys ## ai-projects/llm-maker/src/tool_registry.py - - dataclasses - datetime - json @@ -3145,14 +2822,12 @@ - uuid ## ai-projects/llm-maker/tests/test_validator.py - - pathlib - pytest - sys - tool_validator ## ai-projects/llm-maker/tests/test_executor.py - - pathlib - pytest - src.tool_executor @@ -3160,14 +2835,12 @@ - tool_executor ## ai-projects/llm-maker/tests/test_validate_perf.py - - pathlib - sys - time - tool_validator ## ai-projects/llm-maker/tests/test_registry.py - - pathlib - pytest - sys @@ -3177,11 +2850,9 @@ ## ai-projects/llm-maker/examples/fibonacci.py ## ai-projects/llm-maker/examples/text_processor.py - - re ## ai-projects/llm-maker/examples/quick_start.py - - pathlib - sys - tool_executor @@ -3189,7 +2860,6 @@ - tool_registry ## ai-projects/lora-training/microsoft_phi-silica-3.6_v1/python mcp.py - - asyncio - azure.ai.inference - azure.ai.inference.models @@ -3203,7 +2873,6 @@ - os ## ai-projects/lora-training/microsoft_phi-silica-3.6_v1/azure_ml_training.py - - argparse - azure.ai.ml - azure.ai.ml.constants @@ -3213,7 +2882,6 @@ - typing ## ai-projects/lora-training/microsoft_phi-silica-3.6_v1/azure_foundry_deploy.py - - argparse - azure.ai.ml - azure.ai.ml.constants @@ -3223,7 +2891,6 @@ - time ## ai-projects/lora-training/microsoft_phi-silica-3.6_v1/scripts/lr_finder.py - - argparse - json - matplotlib.pyplot @@ -3236,8 +2903,7 @@ - typing ## ai-projects/lora-training/microsoft_phi-silica-3.6_v1/scripts/otel_callback.py - -- **future** +- __future__ - logging - opentelemetry - opentelemetry.exporter.otlp.proto.grpc.trace_exporter @@ -3249,7 +2915,6 @@ - typing ## ai-projects/lora-training/microsoft_phi-silica-3.6_v1/scripts/model_exporter.py - - argparse - huggingface_hub - onnx @@ -3260,8 +2925,7 @@ - transformers ## ai-projects/lora-training/microsoft_phi-silica-3.6_v1/scripts/train_sentence_transformer.py - -- **future** +- __future__ - argparse - contextlib - datasets @@ -3277,7 +2941,6 @@ - traceback ## ai-projects/lora-training/microsoft_phi-silica-3.6_v1/scripts/data_augmenter.py - - argparse - dataclasses - json @@ -3286,7 +2949,6 @@ - typing ## ai-projects/lora-training/microsoft_phi-silica-3.6_v1/scripts/gpu_optimizer.py - - argparse - dataclasses - pathlib @@ -3296,7 +2958,6 @@ - yaml ## ai-projects/lora-training/microsoft_phi-silica-3.6_v1/scripts/dataset_analyzer.py - - argparse - collections - dataclasses @@ -3307,7 +2968,6 @@ - typing ## ai-projects/lora-training/microsoft_phi-silica-3.6_v1/scripts/auto_eval.py - - argparse - dataclasses - datasets @@ -3324,7 +2984,6 @@ - yaml ## ai-projects/lora-training/microsoft_phi-silica-3.6_v1/scripts/model_server.py - - argparse - asyncio - datetime @@ -3339,7 +2998,6 @@ - uvicorn ## ai-projects/lora-training/microsoft_phi-silica-3.6_v1/scripts/semantic_pruning.py - - argparse - dataclasses - json @@ -3349,7 +3007,6 @@ - typing ## ai-projects/lora-training/microsoft_phi-silica-3.6_v1/scripts/prepare_dataset.py - - argparse - collections.abc - csv @@ -3359,7 +3016,6 @@ - typing ## ai-projects/lora-training/microsoft_phi-silica-3.6_v1/scripts/train_lora.py - - argparse - collections.abc - dataclasses @@ -3384,7 +3040,6 @@ - yaml ## ai-projects/lora-training/microsoft_phi-silica-3.6_v1/scripts/run_pipeline.py - - argparse - json - pathlib @@ -3394,7 +3049,6 @@ - typing ## ai-projects/lora-training/microsoft_phi-silica-3.6_v1/scripts/metrics_logger.py - - applicationinsights - base64 - datetime @@ -3412,7 +3066,6 @@ - urllib.request ## ai-projects/lora-training/microsoft_phi-silica-3.6_v1/scripts/training_monitor.py - - argparse - dataclasses - datetime @@ -3424,7 +3077,6 @@ - typing ## ai-projects/lora-training/microsoft_phi-silica-3.6_v1/scripts/rag_pipeline.py - - argparse - dataclasses - json @@ -3436,8 +3088,7 @@ - typing ## ai-projects/lora-training/microsoft_phi-silica-3.6_v1/azureml/submit_sentence_transformer_azureml.py - -- **future** +- __future__ - argparse - os - pathlib @@ -3446,7 +3097,6 @@ - sys ## ai-projects/lora-training/microsoft_phi-silica-3.6_v1/local_train/train_local.py - - argparse - dataclasses - datasets @@ -3459,7 +3109,6 @@ - yaml ## ai-projects/lora-training/microsoft_phi-silica-3.6_v1/foundry/score_foundry.py - - json - os - pathlib @@ -3468,7 +3117,6 @@ - transformers ## ai-projects/lora-training/quantum-ai/src/hybrid_qnn.py - - logging - numpy - qiskit @@ -3485,7 +3133,6 @@ - torch.utils.data ## ai-projects/lora-training/quantum-ai/src/quantum_classifier.py - - logging - numpy - qiskit @@ -3500,7 +3147,6 @@ - sklearn.preprocessing ## ai-projects/lora-training/quantum-ai/src/azure_quantum_integration.py - - azure.quantum - azure.quantum.qiskit - logging @@ -3510,8 +3156,7 @@ - typing ## ai-projects/email-spam-workflow/workflow.py - -- **future** +- __future__ - agent_framework - agent_framework.azure - azure.identity.aio @@ -3520,8 +3165,7 @@ - typing ## ai-projects/email-spam-workflow/main.py - -- **future** +- __future__ - agent_framework - argparse - asyncio @@ -3531,14 +3175,12 @@ - workflow ## ai-projects/writer-reviewer-workflow/workflow.py - - agent_framework - agent_framework.azure - azure.identity.aio - os ## ai-projects/writer-reviewer-workflow/main.py - - agent_framework - argparse - asyncio @@ -3550,8 +3192,7 @@ - workflow ## ai-projects/writer-reviewer-workflow/prototype_workflow.py - -- **future** +- __future__ - dataclasses - json - keyword @@ -3564,8 +3205,7 @@ - typing ## aria-bot/aria_bot/validator.py - -- **future** +- __future__ - collections.abc - dataclasses - logging @@ -3573,9 +3213,8 @@ - shutil - subprocess -## aria-bot/aria_bot/**init**.py - -- **future** +## aria-bot/aria_bot/__init__.py +- __future__ - analyzer - commit_system - defaults @@ -3587,8 +3226,7 @@ - validator ## aria-bot/aria_bot/analyzer.py - -- **future** +- __future__ - collections.abc - dataclasses - logging @@ -3597,8 +3235,7 @@ - risk_manager ## aria-bot/aria_bot/executor.py - -- **future** +- __future__ - collections.abc - dataclasses - logging @@ -3607,8 +3244,7 @@ - risk_manager ## aria-bot/aria_bot/commit_system.py - -- **future** +- __future__ - collections.abc - dataclasses - logging @@ -3617,12 +3253,14 @@ - subprocess ## aria-bot/aria_bot/defaults.py +- __future__ -- **future** +## aria-bot/aria_bot/from collections.py +- collections.abc +- typing ## aria-bot/aria_bot/planner.py - -- **future** +- __future__ - analyzer - collections.abc - dataclasses @@ -3631,13 +3269,16 @@ - pathlib - risk_manager -## aria-bot/aria_bot/registry.py +## aria-bot/aria_bot/extract_helpers.py +- __future__ +- collections.abc +- typing -- **future** +## aria-bot/aria_bot/registry.py +- __future__ ## aria-bot/aria_bot/cli.py - -- **future** +- __future__ - argparse - collections.abc - defaults @@ -3646,10 +3287,10 @@ - orchestrator - pathlib - sys +- typing ## aria-bot/aria_bot/orchestrator.py - -- **future** +- __future__ - analyzer - collections.abc - commit_system @@ -3664,56 +3305,49 @@ - planner - risk_manager - time +- typing - validator -## aria-bot/aria_bot/**main**.py - -- **future** +## aria-bot/aria_bot/__main__.py +- __future__ - cli ## aria-bot/aria_bot/risk_manager.py - -- **future** +- __future__ - collections.abc - dataclasses - os - pathlib -## function_app_domains/**init**.py +## function_app_domains/__init__.py ## function_app_domains/subscriptions.py - -- **future** +- __future__ - function_app_domains.access - shared.email_notifications - shared.stripe_webhooks - shared.subscription_manager ## function_app_domains/agi.py - -- **future** +- __future__ - agi_provider - function_app_domains.access - shared.agi_persistence_sqlite ## function_app_domains/referrals.py - -- **future** +- __future__ - function_app_domains.access - shared.referral_system ## function_app_domains/access.py - -- **future** +- __future__ ## function_app_domains/aria_proxy.py - -- **future** +- __future__ - function_app_domains.access ## function_app_domains/quantum.py - -- **future** +- __future__ - function_app_domains.access - numpy - pennylane @@ -3722,19 +3356,16 @@ - torch ## function_app_domains/chat.py - -- **future** +- __future__ - function_app_domains.access - tiktoken -## functions/http_ai_routes/**init**.py - +## functions/http_ai_routes/__init__.py - azure.functions - json - pathlib -## functions/http_ai_runner/**init**.py - +## functions/http_ai_runner/__init__.py - azure.functions - chat_providers - json @@ -3745,14 +3376,12 @@ - typing ## functions/http_chat_web/function_app.py - - azure.functions - pathlib - shared.http_utils - sys -## functions/http_ai_status/**init**.py - +## functions/http_ai_status/__init__.py - azure.functions - chat_providers - importlib.util @@ -3761,14 +3390,12 @@ - pathlib - runtime_env - shared.runtime_env -- subprocess - sys - threading - time - yaml -## functions/http_ai_provider_probe/**init**.py - +## functions/http_ai_provider_probe/__init__.py - azure.functions - chat_providers - json @@ -3777,7 +3404,6 @@ - sys ## functions/http_chat/function_app.py - - azure.functions - chat_providers - json @@ -3786,8 +3412,7 @@ - shared.http_utils - sys -## functions/timer_ai_runner/**init**.py - +## functions/timer_ai_runner/__init__.py - azure.functions - chat_providers - datetime @@ -3797,8 +3422,7 @@ - sys ## shared/agi_persistence.py - -- **future** +- __future__ - json - os - threading @@ -3807,8 +3431,7 @@ - uuid ## shared/db_logging.py - -- **future** +- __future__ - json - os - pathlib @@ -3817,7 +3440,6 @@ - yaml ## shared/email_notifications.py - - datetime - enum - json @@ -3826,8 +3448,7 @@ - re - typing -## shared/**init**.py - +## shared/__init__.py - shared.file_cache - shared.http_utils - shared.import_helpers @@ -3836,8 +3457,7 @@ - shared.script_utils ## shared/config_validator.py - -- **future** +- __future__ - argparse - dataclasses - pathlib @@ -3847,8 +3467,7 @@ - yaml ## shared/agi_memory_redis.py - -- **future** +- __future__ - collections.abc - json - logging @@ -3858,28 +3477,24 @@ - typing ## shared/request_validator.py - -- **future** +- __future__ - json - logging ## shared/chat_providers.py - -- **future** +- __future__ - importlib.util - pathlib - shared.local_settings - sys ## shared/import_helpers.py - - collections.abc - logging - typing ## shared/runtime_env.py - -- **future** +- __future__ - collections.abc - functools - json @@ -3889,14 +3504,12 @@ - textwrap ## shared/consensus_engine.py - -- **future** +- __future__ - collections.abc - dataclasses ## shared/config.py - -- **future** +- __future__ - azure.identity - azure.keyvault.secrets - functools @@ -3908,8 +3521,7 @@ - typing ## shared/chat_memory.py - -- **future** +- __future__ - collections.abc - hashlib - logging @@ -3924,7 +3536,6 @@ - typing ## shared/performance_utils.py - - collections - collections.abc - functools @@ -3936,7 +3547,6 @@ - typing ## shared/stripe_webhooks.py - - datetime - json - logging @@ -3946,23 +3556,20 @@ - typing ## shared/evaluation_utils.py - -- **future** +- __future__ - json - pathlib - typing ## shared/local_calc.py - -- **future** +- __future__ - ast - math - operator - re ## shared/sql_engine.py - -- **future** +- __future__ - collections - hashlib - logging @@ -3974,8 +3581,7 @@ - urllib.parse ## shared/cosmos_client.py - -- **future** +- __future__ - azure.cosmos - logging - os @@ -3984,29 +3590,25 @@ - uuid ## shared/json_utils.py - -- **future** +- __future__ - json - pathlib - time - typing ## shared/script_utils.py - -- **future** +- __future__ - pathlib - sys ## shared/telemetry.py - -- **future** +- __future__ - azure.monitor.opentelemetry - logging - os ## shared/logging.py - -- **future** +- __future__ - json - logging - os @@ -4015,8 +3617,7 @@ - typing ## shared/file_cache.py - -- **future** +- __future__ - json - pathlib - threading @@ -4024,15 +3625,13 @@ - typing ## shared/token_utils.py - -- **future** +- __future__ - importlib.util - pathlib - sys ## shared/ai_safety_middleware.py - -- **future** +- __future__ - collections.abc - dataclasses - datetime @@ -4040,21 +3639,18 @@ - typing ## shared/local_settings.py - -- **future** +- __future__ - collections.abc - json - os - pathlib ## shared/http_utils.py - - logging - pathlib - typing ## shared/subscription_manager.py - - datetime - enum - json @@ -4063,32 +3659,29 @@ - typing ## shared/agi_backend_status.py - -- **future** +- __future__ - os - typing ## shared/ai_runner.py - -- **future** +- __future__ - datetime - logging - os - pathlib - re +- shared.ai_safety_middleware - shared.local_settings - subprocess - sys ## shared/local_summary.py - -- **future** +- __future__ - collections - re ## shared/sql_repository.py - -- **future** +- __future__ - datetime - logging - os @@ -4097,7 +3690,6 @@ - sqlite3 ## shared/referral_system.py - - datetime - json - logging @@ -4107,8 +3699,7 @@ - typing ## shared/agi_persistence_sqlite.py - -- **future** +- __future__ - json - os - sqlite3 @@ -4117,19 +3708,22 @@ - typing - uuid -## shared/core/entrypoints_registry.py +## shared/early_stopping.py +- dataclasses +- json +- logging +- pathlib +## shared/core/entrypoints_registry.py - logging - pathlib - typing - yaml -## shared/core/**init**.py - +## shared/core/__init__.py - module_registry ## shared/core/module_registry.py - - importlib - importlib.util - logging @@ -4137,16 +3731,15 @@ - sys - typing -## shared/domain/**init**.py +## shared/domain/__init__.py -## shared/utilities/**init**.py +## shared/utilities/__init__.py -## shared/infrastructure/**init**.py +## shared/infrastructure/__init__.py -## shared/premium/**init**.py +## shared/premium/__init__.py ## mount/quantum_integration.py - - json - pathlib - re @@ -4155,10 +3748,9 @@ - typing - yaml -## mount/**init**.py +## mount/__init__.py ## mount/train_max_performance.py - - argparse - os - pathlib @@ -4170,7 +3762,6 @@ - typing ## mount/app.py - - asyncio - chat_integration - contextlib @@ -4191,7 +3782,6 @@ - uvicorn ## mount/training_integration.py - - asyncio - json - logging @@ -4203,15 +3793,13 @@ - typing ## mount/path_resolver.py - -- **future** +- __future__ - copy - pathlib - typing - yaml ## mount/chat_integration.py - - datetime - json - os @@ -4220,18 +3808,16 @@ - sys - typing -## aria_web/**init**.py +## aria_web/__init__.py ## aria_web/server.py - -- **future** +- __future__ - importlib.util - pathlib - sys ## quantum-ai/web_app.py - -- **future** +- __future__ - collections.abc - importlib.util - logging @@ -4241,26 +3827,22 @@ - typing ## quantum-ai/scripts/smoke_quantum_code_llm.py - -- **future** +- __future__ - api - argparse - pathlib - sys ## quantum-ai/scripts/validate_qiskit_env.py - -- **future** +- __future__ - importlib.util - pathlib -## quantum-ai/src/**init**.py - +## quantum-ai/src/__init__.py - api ## quantum-ai/src/quantum_code_llm.py - -- **future** +- __future__ - dataclasses - importlib.util - math @@ -4275,42 +3857,37 @@ - typing ## quantum-ai/src/api.py - - quantum_code_llm - typing ## quantum-ai/examples/quantum_code_llm_demo.py - -- **future** +- __future__ - os - quantum_code_llm - sys ## quantum-ai/examples/quantum_code_chat.py - -- **future** +- __future__ - argparse - os - quantum_code_llm - sys ## tests/test_setup_verify_workflow_wiring.py - -- **future** +- __future__ - pathlib - pytest +- tests.workflow_test_helpers - yaml ## tests/test_train_quantum_llm_chat.py - -- **future** +- __future__ - importlib.util - pathlib - types ## tests/test_sql_repository_extended.py - -- **future** +- __future__ - os - pytest - shared.sql_engine @@ -4318,8 +3895,7 @@ - unittest.mock ## tests/test_watch_continuous_automation.py - -- **future** +- __future__ - datetime - importlib - os @@ -4327,8 +3903,7 @@ - sys ## tests/test_status_schema_fixtures.py - -- **future** +- __future__ - json - pathlib - pytest @@ -4337,14 +3912,12 @@ - scripts.integration_smoke ## tests/test_consolidated_html.py - - pathlib - pytest - re ## tests/test_multi_agent.py - -- **future** +- __future__ - importlib - json - pathlib @@ -4353,26 +3926,22 @@ - types ## tests/test_provider_response_handling.py - - chat_providers - pathlib - sys - unittest.mock ## tests/test_local_dev_adapter.py - -- **future** +- __future__ - json - local_dev_adapter - pytest ## tests/workflow_test_helpers.py - -- **future** +- __future__ ## tests/test_autonomous_code_agent.py - -- **future** +- __future__ - autonomous_code_agent - pathlib - pytest @@ -4381,22 +3950,19 @@ - types ## tests/test_agi_smoke.py - - function_app - json - pytest - unittest.mock ## tests/test_quantum_autorun_dry_run_behavior.py - -- **future** +- __future__ - pathlib - quantum_autorun - sys ## tests/test_hypothesis_agent.py - -- **future** +- __future__ - core.agents.hypothesis_agent - core.memory.store - core.task @@ -4404,11 +3970,9 @@ - typing ## tests/test_aria_index_provider_wiring.py - - pathlib ## tests/test_lmstudio_cache_thread_safety.py - - chat_providers - pathlib - sys @@ -4416,8 +3980,19 @@ - time - unittest -## tests/test_training_integration.py +## tests/test_code_coverage_workflow.py +- __future__ +- pathlib +- pytest +- re + +## tests/test_devcontainer_config.py +- __future__ +- json +- pathlib +- pytest +## tests/test_training_integration.py - asyncio - mount.training_integration - pathlib @@ -4427,42 +4002,48 @@ - unittest.mock ## tests/test_agent_mode_delegation_contracts.py - -- **future** +- __future__ - pathlib - pytest - re ## tests/test_status_dashboard.py - -- **future** +- __future__ - datetime - importlib.util - json - pathlib -## tests/test_root_shims.py +## tests/test_markdown_quality_workflow.py +- __future__ +- pathlib +- pytest +- yaml + +## tests/test_summary_workflow.py +- __future__ +- pathlib +- pytest +- yaml -- **future** +## tests/test_root_shims.py +- __future__ - importlib.util - pathlib ## tests/test_gradio_autoimprove.py - - importlib.util - os ## tests/test_agi_stream_utils_js.py - -- **future** +- __future__ - pathlib - pytest - shutil - subprocess ## tests/test_quantum_command_gate_hook.py - -- **future** +- __future__ - json - os - pathlib @@ -4470,8 +4051,7 @@ - sys ## tests/test_sql_engine_extended.py - -- **future** +- __future__ - os - pytest - shared.sql_engine @@ -4479,8 +4059,7 @@ - unittest.mock ## tests/test_requirements_security_gate_hook.py - -- **future** +- __future__ - importlib.util - io - json @@ -4488,8 +4067,7 @@ - sys ## tests/test_quantum_mcp_server_security.py - -- **future** +- __future__ - asyncio - os - pathlib @@ -4502,8 +4080,7 @@ - unittest.mock ## tests/test_docstring_audit_agent.py - -- **future** +- __future__ - json - pathlib - scripts.agents.base @@ -4511,40 +4088,34 @@ - sys ## tests/test_lmstudio_agi_integration_impl.py - -- **future** +- __future__ - importlib.util - pathlib - urllib.request ## tests/test_provider_gates.py - -- **future** +- __future__ - importlib.util - pathlib - pytest ## tests/test_agi_backend_status.py - - shared.agi_backend_status ## tests/test_azure_openai_provider_resilience.py - -- **future** +- __future__ - importlib - pytest - typing - unittest.mock ## tests/test_gradio_hello.py - - importlib.util - os -- pathlib +- pytest ## tests/test_config.py - -- **future** +- __future__ - os - pathlib - pytest @@ -4552,19 +4123,24 @@ - sys - unittest.mock -## tests/test_ai_runner.py +## tests/test_auto_assign_reviewers_workflow.py +- __future__ +- pathlib +- pytest +- yaml -- **future** +## tests/test_ai_runner.py +- __future__ - os - pathlib - pytest - shared.ai_runner +- shared.ai_safety_middleware - subprocess - unittest.mock ## tests/test_quantum_provider.py - -- **future** +- __future__ - importlib.util - json - pathlib @@ -4573,8 +4149,7 @@ - torch ## tests/test_test_runner.py - -- **future** +- __future__ - datetime - json - pathlib @@ -4583,21 +4158,24 @@ - subprocess - sys -## tests/test_qai_path_resolver.py +## tests/test_dependabot_automerge_workflow.py +- __future__ +- pathlib +- pytest +- yaml -- **future** +## tests/test_qai_path_resolver.py +- __future__ - mount.path_resolver - pathlib - pytest ## tests/test_chat_web_embedded_script.py - -- **future** +- __future__ - pathlib ## tests/test_job_queue.py - -- **future** +- __future__ - importlib.util - pathlib - pytest @@ -4605,7 +4183,6 @@ - time ## tests/test_training_integration_validation.py - - asyncio - mount.training_integration - pathlib @@ -4614,8 +4191,7 @@ - unittest.mock ## tests/test_module_registry.py - -- **future** +- __future__ - pathlib - pytest - shared.core.module_registry @@ -4623,15 +4199,13 @@ - unittest.mock ## tests/test_cosmos_client.py - -- **future** +- __future__ - os - shared.cosmos_client - unittest.mock ## tests/test_quantum_provider_checkpoint_loading.py - -- **future** +- __future__ - json - pathlib - pytest @@ -4640,18 +4214,15 @@ - typing ## tests/test_connection_pool_mock.py - - shared.chat_memory ## tests/test_setup_env_check.py - -- **future** +- __future__ - importlib.util - json - pathlib ## tests/test_orchestrator_health_integration.py - - datetime - importlib.util - json @@ -4661,13 +4232,11 @@ - types ## tests/test_local_summary.py - - shared.local_summary - unittest ## tests/test_lmstudio_mcp_agi_tools.py - -- **future** +- __future__ - agi_mcp_tools - importlib.util - pathlib @@ -4676,26 +4245,22 @@ - types ## tests/test_gradio_webhook_ui.py - - importlib.util - os ## tests/test_auto_fix_workflow.py - -- **future** +- __future__ - pathlib - pytest - yaml ## tests/test_lora_cleanup.py - - json - pathlib - pytest ## tests/test_core_models.py - -- **future** +- __future__ - core - core.agent - core.registry @@ -4706,8 +4271,7 @@ - sys ## tests/test_orchestrator_backoff.py - -- **future** +- __future__ - json - pathlib - pytest @@ -4717,8 +4281,7 @@ - tenacity ## tests/test_secrets_leak_guard_hook.py - -- **future** +- __future__ - json - os - pathlib @@ -4726,8 +4289,7 @@ - sys ## tests/test_training_analytics_cli.py - -- **future** +- __future__ - pathlib - pytest - subprocess @@ -4735,7 +4297,6 @@ - tempfile ## tests/test_training_analytics.py - - importlib.util - json - pathlib @@ -4743,23 +4304,20 @@ - sys ## tests/test_gradio_focused_workflow.py - -- **future** +- __future__ - pathlib - pytest - tests.workflow_test_helpers - yaml ## tests/test_script_utils.py - -- **future** +- __future__ - pathlib - shared.script_utils - sys ## tests/test_quantum_cost_gate_hook.py - -- **future** +- __future__ - json - os - pathlib @@ -4767,8 +4325,7 @@ - sys ## tests/test_route_access_gates.py - -- **future** +- __future__ - function_app - json - pathlib @@ -4777,52 +4334,66 @@ - unittest.mock ## tests/test_local_dev_adapter_http.py - -- **future** +- __future__ - json - local_dev_adapter - pytest ## tests/test_request_validator.py - -- **future** +- __future__ - json - pytest - shared.request_validator - unittest.mock -## tests/test_validate_qiskit_env.py +## tests/test_workflow_yamllint_regressions.py +- __future__ +- pathlib +- pytest +- yaml +## tests/test_stripe_webhooks.py +- __future__ +- json +- pathlib +- shared.stripe_webhooks +- sys + +## tests/test_validate_qiskit_env.py - importlib.util - pathlib ## tests/test_azureml_submission_gating.py - - importlib - pathlib -## tests/test_gradio_maintenance.py +## tests/test_shared_logging.py +- __future__ +- io +- json +- logging +- pathlib +- shared.logging +- sys +## tests/test_gradio_maintenance.py - os - scripts - time ## tests/test_mount_app_health.py - -- **future** +- __future__ - datetime - fastapi.testclient - importlib ## tests/test_aria_tests_workflow.py - -- **future** +- __future__ - pathlib - pytest ## tests/test_generate_ai_tokens.py - -- **future** +- __future__ - json - pathlib - pytest @@ -4832,16 +4403,14 @@ - unittest.mock ## tests/test_agent_with_tools_example.py - -- **future** +- __future__ - importlib.util - pathlib - pytest - sys ## tests/test_core_infra.py - -- **future** +- __future__ - core.agents.human_feedback_agent - core.bus - core.memory.store @@ -4851,15 +4420,13 @@ - pytest ## tests/test_master_orchestrator_schedule.py - -- **future** +- __future__ - datetime - pytest - scripts.master_orchestrator ## tests/test_http_ai_status_function.py - -- **future** +- __future__ - importlib.util - json - pathlib @@ -4868,9 +4435,8 @@ - types ## tests/test_vision_inference.py - - PIL -- **future** +- __future__ - base64 - binascii - importlib.util @@ -4886,13 +4452,11 @@ - unittest.mock ## tests/test_aria_command_presets.py - - json - pathlib ## tests/test_quantum_mcp_server_qiskit_compat.py - -- **future** +- __future__ - asyncio - pathlib - pytest @@ -4902,11 +4466,15 @@ - types ## tests/test_agi_panel_integration.py +- pathlib +## tests/test_markdown_links_no_root_relative.py +- __future__ - pathlib +- pytest +- re ## tests/test_server_start_sys_executable.py - - pathlib - pytest - socket @@ -4915,15 +4483,30 @@ - time ## tests/test_config_validation_gates.py - - os - pathlib +- pytest - subprocess - sys -## tests/test_integration_smoke_schema.py +## tests/test_groq_provider.py +- __future__ +- chat_providers +- pathlib +- pytest +- sys +- unittest.mock +- urllib.error +- urllib.parse + +## tests/test_auto_merge_workflow.py +- __future__ +- pathlib +- pytest +- yaml -- **future** +## tests/test_integration_smoke_schema.py +- __future__ - pytest - re - scripts.integration_smoke @@ -4931,7 +4514,6 @@ - typing ## tests/test_quantum_llm_trainer.py - - json - pathlib - pytest @@ -4940,14 +4522,12 @@ - tempfile ## tests/test_aria_bot_dev_entrypoints.py - -- **future** +- __future__ - json - pathlib - pytest ## tests/validate_performance_optimizations.py - - pathlib - server - shared.chat_memory @@ -4956,20 +4536,17 @@ - traceback ## tests/test_aria_auto_execute.py - - pytest - requests ## tests/test_quantum_provider_checkpoint_metadata.py - - json - pathlib - pytest - sys ## tests/test_dataset_write_guard_hook.py - -- **future** +- __future__ - json - os - pathlib @@ -4977,14 +4554,12 @@ - sys ## tests/test_agi_launcher_task.py - -- **future** +- __future__ - json - pathlib - pytest ## tests/test_quantum_llm_health_check.py - - json - pathlib - pytest @@ -4992,29 +4567,33 @@ - sys ## tests/test_aria_accessibility_html.py - - pathlib - re ## tests/test_lmstudio_http_fallback.py - -- **future** +- __future__ - chat_providers - json - pathlib - sys - unittest.mock -## tests/test_scorecard_workflow.py +## tests/test_json_utils_load_status.py +- __future__ +- os +- pathlib +- shared.json_utils +- sys +- time -- **future** +## tests/test_scorecard_workflow.py +- __future__ - pathlib - pytest - yaml ## tests/test_writer_reviewer_prototype_workflow.py - -- **future** +- __future__ - importlib.util - json - pathlib @@ -5023,8 +4602,7 @@ - sys ## tests/test_lora_adapter_completeness_guard_hook.py - -- **future** +- __future__ - json - os - pathlib @@ -5033,14 +4611,12 @@ - tempfile ## tests/test_merge_gate_setup_guardrails.py - -- **future** +- __future__ - pathlib - pytest - yaml ## tests/test_monitor_autonomous_training.py - - importlib.util - io - json @@ -5049,15 +4625,13 @@ - sys ## tests/test_app_main.py - -- **future** +- __future__ - app - os - pytest - sys ## tests/test_performance_critical_fixes.py - - aria_web.server - pathlib - shared.chat_memory @@ -5067,7 +4641,6 @@ - unittest.mock ## tests/test_agi_persistence_auth.py - - function_app - json - pathlib @@ -5077,30 +4650,26 @@ - unittest.mock ## tests/test_import_helpers.py - - pathlib - shared.import_helpers - sys ## tests/test_quantum_llm_stream_errors.py - -- **future** +- __future__ - asyncio - pathlib - quantum_llm - sys ## tests/test_subscription_manager.py - -- **future** +- __future__ - datetime - json - pytest - shared.subscription_manager ## tests/test_pr_checklist_guard_hook.py - -- **future** +- __future__ - importlib.util - io - json @@ -5108,16 +4677,14 @@ - sys ## tests/test_site_bundle_validation_workflow.py - -- **future** +- __future__ - pathlib - pytest - tests.workflow_test_helpers - yaml ## tests/test_quantum_integration.py - -- **future** +- __future__ - asyncio - json - mount.quantum_integration @@ -5126,16 +4693,14 @@ - types ## tests/test_quantum_web_ui.py - -- **future** +- __future__ - importlib.util - pathlib - pytest - sys ## tests/test_app_local_logic.py - -- **future** +- __future__ - app - builtins - os @@ -5143,8 +4708,7 @@ - sys ## tests/test_repair_data_out_status.py - -- **future** +- __future__ - datetime - json - pathlib @@ -5152,12 +4716,10 @@ - sys ## tests/test_gradio_utils.py - - scripts ## tests/test_reflection_agent.py - -- **future** +- __future__ - core.agents.reflection_agent - core.memory.store - core.task @@ -5165,8 +4727,7 @@ - typing ## tests/test_provider_fallback.py - -- **future** +- __future__ - os - pathlib - pytest @@ -5176,13 +4737,11 @@ - unittest.mock ## tests/test_token_utils.py - -- **future** +- __future__ - shared.token_utils ## tests/test_dab_verify.py - -- **future** +- __future__ - json - os - pathlib @@ -5190,8 +4749,7 @@ - scripts.dab_verify ## tests/test_quantum_provider_selection.py - -- **future** +- __future__ - importlib - pytest - sys @@ -5199,7 +4757,6 @@ - typing ## tests/test_notification_system.py - - importlib.util - pathlib - scripts.notification_system @@ -5208,14 +4765,12 @@ - unittest.mock ## tests/test_avatar_integration.py - - importlib - pathlib - pytest ## tests/test_quantum_llm_metrics_analyzer.py - -- **future** +- __future__ - importlib - importlib.util - pathlib @@ -5223,8 +4778,7 @@ - sys ## tests/test_scope_drift_guard_hook.py - -- **future** +- __future__ - json - os - pathlib @@ -5232,28 +4786,31 @@ - sys ## tests/test_aria_bot_root_shim.py - -- **future** +- __future__ - importlib.util - pathlib +- pytest - subprocess - sys ## tests/test_fast_validate.py - -- **future** +- __future__ - importlib - importlib.util - pathlib - pytest -## tests/test_azureml_validation.py +## tests/test_http_utils_extended.py +- __future__ +- pathlib +- shared.http_utils +- sys +## tests/test_azureml_validation.py - importlib - pathlib ## tests/test_local_agi_sse_integration.py - - importlib.util - json - pathlib @@ -5261,8 +4818,7 @@ - unittest.mock ## tests/test_git_commit_hygiene_hook.py - -- **future** +- __future__ - importlib.util - io - json @@ -5270,8 +4826,7 @@ - sys ## tests/test_performance_utils.py - -- **future** +- __future__ - json - pathlib - shared.performance_utils @@ -5280,8 +4835,7 @@ - types ## tests/test_run_repo_agents.py - -- **future** +- __future__ - json - pathlib - scripts @@ -5289,7 +4843,6 @@ - sys ## tests/test_aria_server.py - - http - importlib.util - json @@ -5298,8 +4851,7 @@ - sys ## tests/test_provider_detection_cache.py - -- **future** +- __future__ - chat_providers - pathlib - sys @@ -5307,23 +4859,21 @@ - unittest.mock ## tests/test_core_cli.py - -- **future** -- core.**main** +- __future__ +- core.__main__ - json - pytest ## tests/test_quantum_code_llm.py - -- **future** +- __future__ - pathlib - pytest - quantum_code_llm - sys +- torch ## tests/test_db_logging.py - -- **future** +- __future__ - json - os - pathlib @@ -5332,13 +4882,11 @@ - unittest.mock ## tests/test_ai_safety_middleware.py - -- **future** +- __future__ - shared.ai_safety_middleware ## tests/test_quantum_llm_quickstart.py - -- **future** +- __future__ - importlib.util - pathlib - pytest @@ -5346,23 +4894,20 @@ - sys ## tests/test_stage_state_store.py - -- **future** +- __future__ - importlib.util - json - pathlib - sys ## tests/test_task_complete_stub.py - -- **future** +- __future__ - os - pathlib - subprocess ## tests/test_parallel_train.py - -- **future** +- __future__ - asyncio - importlib.util - json @@ -5371,7 +4916,6 @@ - sys ## tests/test_phase_optimizations.py - - aria_web.server - batch_evaluator - pathlib @@ -5382,7 +4926,6 @@ - unittest.mock ## tests/test_evaluation_utils.py - - evaluation_utils - json - pathlib @@ -5390,8 +4933,7 @@ - tempfile ## tests/test_object_api_integration.py - -- **future** +- __future__ - http.server - json - pathlib @@ -5405,31 +4947,35 @@ - urllib.request ## tests/test_quantum_llm_local_smoke.py - -- **future** +- __future__ - asyncio - pathlib - quantum_llm - sys ## tests/test_ci_orchestrator_integration_baseline.py - -- **future** +- __future__ - pytest - scripts.ci_orchestrator ## tests/test_dry_run_reminder_hook.py - -- **future** +- __future__ - json - os - pathlib - subprocess - sys -## tests/test_file_cache.py +## tests/test_local_settings.py +- __future__ +- json +- os +- pathlib +- shared.local_settings +- sys -- **future** +## tests/test_file_cache.py +- __future__ - json - pathlib - pytest @@ -5439,15 +4985,13 @@ - time ## tests/test_core_runtime.py - -- **future** +- __future__ - core.agents.tool_agent - core.runner - core.task ## tests/test_agents_base.py - -- **future** +- __future__ - json - pathlib - pytest @@ -5455,19 +4999,16 @@ - sys ## tests/test_evaluation_framework.py - - json - pathlib - subprocess - sys ## tests/test_local_calc.py - - shared.local_calc - unittest ## tests/test_quantum_web_app.py - - importlib.util - logging - numpy @@ -5477,8 +5018,7 @@ - types ## tests/test_agents_md_audit_agent.py - -- **future** +- __future__ - json - pathlib - scripts.agents.agents_md_audit_agent @@ -5486,12 +5026,10 @@ - sys ## tests/test_aria_auto_execute_html.py - - pathlib ## tests/test_system_health_check.py - -- **future** +- __future__ - importlib.util - json - pathlib @@ -5499,14 +5037,12 @@ - types ## tests/test_validate_site_bundles.py - -- **future** +- __future__ - json - scripts.validate_site_bundles ## tests/test_app_providers.py - -- **future** +- __future__ - app - json - os @@ -5515,7 +5051,6 @@ - types ## tests/test_github_actions_dataset.py - - json - pathlib - pytest @@ -5523,7 +5058,6 @@ - sys ## tests/test_agi_persistence_endpoint.py - - function_app - json - pytest @@ -5532,29 +5066,31 @@ - unittest.mock ## tests/test_pages_workflow.py +- __future__ +- pathlib +- pytest +- yaml -- **future** +## tests/test_workflow_lint_blockers.py +- __future__ - pathlib - pytest - yaml ## tests/test_vram_calculator.py - -- **future** +- __future__ - pathlib - pytest - sys - vram_calculator ## tests/test_train_vision.py - - importlib - pathlib - pytest ## tests/test_app_validation.py - -- **future** +- __future__ - app - io - os @@ -5563,23 +5099,20 @@ - types ## tests/test_openai_provider_resilience.py - -- **future** +- __future__ - importlib - pytest - typing - unittest.mock ## tests/test_quantum_autorun_unit.py - - importlib - pathlib - sys - unittest.mock ## tests/test_agi_features.py - -- **future** +- __future__ - core.agents.critique_agent - core.agents.debate_agent - core.agents.goal_evolution_agent @@ -5611,7 +5144,6 @@ - uuid ## tests/test_ui_selenium.py - - json - logging - os @@ -5628,46 +5160,39 @@ - urllib.parse ## tests/test_shared_config.py - -- **future** +- __future__ - shared.config ## tests/test_validate_mcp_setup.py - - pathlib - scripts.validate_mcp_setup ## tests/test_cleanup_query_metrics.py - - cleanup_query_metrics - pathlib - pytest - sys ## tests/test_train_lora_model_resolution.py - -- **future** +- __future__ - importlib.util - pathlib ## tests/test_keep_working_config.py - -- **future** +- __future__ - importlib.util - json - pathlib - pytest ## tests/test_database_integration.py - -- **future** +- __future__ - math - pathlib - shared.chat_memory - sys ## tests/test_regex_optimizations.py - - email_notifications - final_validation - function_app @@ -5680,7 +5205,6 @@ - validate_dashboard ## tests/conftest.py - - json - pathlib - pytest @@ -5690,16 +5214,14 @@ - websockets.client ## tests/test_codeql_workflow_paths_ignore.py - -- **future** +- __future__ - pathlib - pytest - subprocess - yaml ## tests/test_aria_bot.py - -- **future** +- __future__ - aria_bot - aria_bot.commit_system - aria_bot.defaults @@ -5714,15 +5236,13 @@ - sys ## tests/test_config_paths.py - -- **future** +- __future__ - pathlib - pytest - scripts.config_paths ## tests/test_quantum_llm.py - -- **future** +- __future__ - asyncio - json - numpy @@ -5732,20 +5252,17 @@ - sys ## tests/test_chat_memory_unit.py - - pytest - shared - threading - unittest.mock ## tests/test_evaluate_vision.py - - importlib - pathlib - pytest ## tests/test_quantum_autorun_integration.py - - json - pathlib - pytest @@ -5753,26 +5270,30 @@ - sys ## tests/test_agi_memory_redis.py - - agi_provider - shared.agi_memory_redis ## tests/test_no_orphaned_gitlinks.py - -- **future** +- __future__ - pathlib - subprocess ## tests/test_email_notifications.py - -- **future** +- __future__ - json - pytest - shared.email_notifications -## tests/test_quantum_llm_status_check.py +## tests/test_runtime_env_extended.py +- __future__ +- json +- pathlib +- shared.runtime_env +- subprocess +- sys -- **future** +## tests/test_quantum_llm_status_check.py +- __future__ - json - pathlib - pytest @@ -5780,8 +5301,7 @@ - sys ## tests/test_ui_pyppeteer.py - -- **future** +- __future__ - asyncio - contextlib - json @@ -5797,24 +5317,21 @@ - time ## tests/test_qai_app_startup.py - -- **future** +- __future__ - importlib.util - pathlib - pytest - sys ## tests/test_quantum_llm_provider_result_normalization.py - -- **future** +- __future__ - asyncio - pathlib - quantum_llm - sys ## tests/test_cleanup_artifacts.py - -- **future** +- __future__ - importlib - importlib.util - os @@ -5823,27 +5340,24 @@ - time ## tests/test_runtime_env.py - -- **future** +- __future__ - json - shared.runtime_env - subprocess ## tests/test_parallel_status.py - - json - pathlib - pytest ## tests/test_copilot_setup_workflow.py - -- **future** +- __future__ - pathlib - pytest +- yaml ## tests/test_autonomous_training_orchestrator.py - -- **future** +- __future__ - datetime - importlib.util - json @@ -5853,7 +5367,6 @@ - signal ## tests/test_azure_quantum_integration.py - - enum - importlib - json @@ -5863,15 +5376,13 @@ - unittest.mock ## tests/test_telemetry.py - -- **future** +- __future__ - os - shared.telemetry - sys - unittest.mock ## tests/test_agi_prune.py - - json - pathlib - scripts.agi_persistence_prune @@ -5880,30 +5391,26 @@ - time ## tests/test_autotrain_root_shim.py - -- **future** +- __future__ - importlib.util - pathlib - scripts.autotrain - warnings ## tests/test_data_struct_utils.py - -- **future** +- __future__ - generated_tools.data_struct_utils - pathlib - sys ## tests/test_referral_system.py - -- **future** +- __future__ - json - pytest - shared.referral_system - unittest.mock ## tests/test_ui_playwright.py - - json - os - pathlib @@ -5916,8 +5423,7 @@ - time ## tests/test_dependabot_alert_gate_hook.py - -- **future** +- __future__ - importlib.util - io - json @@ -5927,34 +5433,43 @@ - time ## tests/test_run_main_if_referenced.py - -- **future** +- __future__ - importlib.util - pathlib - pytest +## tests/test_local_calc_extended.py +- __future__ +- pathlib +- shared.local_calc +- sys + ## tests/test_best_model_selection.py ## tests/test_run_continuous_automation.py - -- **future** +- __future__ - datetime - importlib.util - pathlib - subprocess ## tests/test_ignore_verify.py - -- **future** +- __future__ - pathlib - pytest - scripts.ignore_verify - sys - typing -## tests/test_status_freshness_agent.py +## tests/test_local_summary_extended.py +- __future__ +- pathlib +- pytest +- shared.local_summary +- sys -- **future** +## tests/test_status_freshness_agent.py +- __future__ - datetime - json - pathlib @@ -5963,8 +5478,7 @@ - sys ## tests/test_chat_memory.py - -- **future** +- __future__ - math - os - random @@ -5972,8 +5486,7 @@ - unittest.mock ## tests/test_quantum_llm_circuit_cache.py - -- **future** +- __future__ - asyncio - json - numpy @@ -5984,7 +5497,6 @@ - time ## tests/test_agi_provider.py - - agi_provider - asyncio - chat_providers @@ -5994,14 +5506,18 @@ - sys ## tests/test_resource_monitor.py - -- **future** +- __future__ - importlib.util - json - pathlib -## tests/test_config_validator.py +## tests/test_request_validator_agi.py +- __future__ +- pathlib +- shared.request_validator +- sys +## tests/test_config_validator.py - config_validator - pathlib - pytest @@ -6009,8 +5525,7 @@ - tempfile ## tests/test_cycle_observer.py - -- **future** +- __future__ - core.bus - core.cycle_observer - core.memory.store @@ -6018,8 +5533,7 @@ - pytest ## tests/test_ollama_provider.py - -- **future** +- __future__ - chat_providers - pathlib - pytest @@ -6028,23 +5542,26 @@ - urllib.error ## tests/test_http_utils.py - - os - pathlib - shared.http_utils - sys - tempfile -## tests/test_quantum_sampler_nonfinite.py +## tests/test_aria_tags_extended.py +- __future__ +- pathlib +- server +- sys -- **future** +## tests/test_quantum_sampler_nonfinite.py +- __future__ - pathlib - quantum_llm - sys ## tests/test_core_agents.py - -- **future** +- __future__ - collections.abc - core.agents.critique_agent - core.agents.debate_agent @@ -6064,7 +5581,6 @@ - pytest ## tests/test_performance_keyword_sets.py - - pyodbc - pytest - server @@ -6072,39 +5588,39 @@ - time ## tests/test_integration_contract_gate_script.py - -- **future** +- __future__ - pathlib - pytest ## tests/test_autotrain.py - - datetime - importlib.util - pathlib - pytest - sys -## tests/test_agi_persistence_sqlite.py +## tests/test_actionlint_workflow.py +- __future__ +- pathlib +- pytest +- yaml +## tests/test_agi_persistence_sqlite.py - agi_provider ## tests/test_azure_quantum_runner.py - - importlib - pathlib - pytest - sys ## tests/test_setup_monetization.py - -- **future** +- __future__ - importlib.util - json - pathlib ## tests/test_serve_api_routes.py - - http.server - importlib.util - json @@ -6119,22 +5635,19 @@ - urllib.request ## tests/test_agi_health_agent.py - -- **future** +- __future__ - json - pathlib - scripts.agents.agi_health_agent - sys ## tests/test_backup_manager.py - - json - os - pathlib - scripts.backup_manager ## tests/test_lmstudio_agi_integration.py - - agi_provider - chat_providers - os @@ -6143,7 +5656,6 @@ - unittest.mock ## tests/test_function_app_endpoints.py - - azure.functions - function_app - inspect @@ -6158,21 +5670,18 @@ - unittest.mock ## tests/test_consensus_engine.py - - pathlib - pytest - shared.consensus_engine - sys ## tests/test_job_yaml_schema.py - - pathlib - pytest - yaml ## tests/test_no_verify_bypass_guard_hook.py - -- **future** +- __future__ - importlib.util - io - json @@ -6180,15 +5689,13 @@ - sys ## tests/test_core_knowledge.py - -- **future** +- __future__ - core.knowledge.graph - core.memory.store - json ## tests/test_json_utils.py - -- **future** +- __future__ - json - pathlib - pytest @@ -6196,15 +5703,13 @@ - sys ## tests/test_run_automation.py - -- **future** +- __future__ - importlib.util - pathlib - subprocess - sys ## tests/test_web_app_security.py - - collections.abc - flask.testing - importlib.util @@ -6217,12 +5722,10 @@ - unittest.mock ## tests/test_gradio_webhook.py - - os - scripts ## tests/test_sql_integration.py - - logging - os - pytest @@ -6232,8 +5735,7 @@ - typing ## tests/test_sql_local_tools.py - -- **future** +- __future__ - json - os - pathlib @@ -6244,8 +5746,7 @@ - typing ## tests/test_local_dev_adapter-v2.py - -- **future** +- __future__ - json - local_dev_adapter - os @@ -6253,13 +5754,11 @@ - pytest ## tests/test_agi_persistence.py - - agi_provider - json ## tests/test_training_health_report_workflow.py - -- **future** +- __future__ - json - os - pathlib @@ -6269,21 +5768,19 @@ - yaml ## tests/test_actionlint_shellcheck_workflows.py - -- **future** +- __future__ - pathlib - pytest ## tests/test_workflow_validation_workflow.py - -- **future** +- __future__ +- json - pathlib - pytest - tests.workflow_test_helpers - yaml ## tests/test_orchestrator_health_in_status_endpoint.py - - importlib.util - json - pathlib @@ -6292,7 +5789,6 @@ - types ## tests/test_performance_optimizations.py - - ai_runner - chat_memory - collections @@ -6311,36 +5807,31 @@ - training_analytics ## tests/test_dashboard_utils.py - - importlib.util - json - pathlib - sys ## tests/test_auto_create_pr_workflow.py - -- **future** +- __future__ - pathlib - pytest ## tests/test_gradio_demo.py - - importlib.util - os - sys - types ## tests/test_app_cli.py - -- **future** +- __future__ - app - os - pytest - sys ## tests/test_status_schema.py - -- **future** +- __future__ - json - pathlib - pytest @@ -6349,20 +5840,17 @@ - scripts.repo_automation ## tests/test_notifications.py - -- **future** +- __future__ - core.notifications - urllib.error ## tests/test_app_local_fallback.py - - app - os - sys ## tests/test_marker_audit_agent.py - -- **future** +- __future__ - json - pathlib - scripts.agents.base @@ -6370,8 +5858,7 @@ - sys ## tests/test_enforce_task_complete_hook.py - -- **future** +- __future__ - json - os - pathlib @@ -6380,8 +5867,7 @@ - sys ## tests/test_core_router.py - -- **future** +- __future__ - core.agent - core.agents.llm_agent - core.agents.planner_agent @@ -6392,21 +5878,18 @@ - core.task ## tests/integration/test_quantum_llm_pipeline.py - - ai_projects.quantum_ml.src.quantum_llm.config - ai_projects.quantum_ml.src.quantum_llm.pipeline - pytest ## tests/keep_working/test_keep_working.py - - json - notebooks.keep_working_launcher - pathlib - sys ## tests/unit/test_aria_schema_endpoint.py - -- **future** +- __future__ - http.server - importlib.util - json @@ -6416,33 +5899,38 @@ - threading - urllib.request -## tests/unit/test_lm_studio_analyzer.py +## tests/unit/__init__.py -- **future** +## tests/unit/test_lm_studio_analyzer.py +- __future__ - importlib.util - json - pathlib - pytest - subprocess -## tests/unit/test_chat_cli_no_stream.py +## tests/unit/test_hello_world.py -- **future** +## tests/unit/test_chat_cli_no_stream.py +- __future__ - argparse - importlib.util - pathlib - types ## tests/unit/test_aria_schema_in_sync.py - -- **future** +- __future__ - json - pathlib - server - sys -## tests/unit/test_quantum_llm_components.py +## tests/unit/test_devcontainer_json.py +- __future__ +- json +- pathlib +## tests/unit/test_quantum_llm_components.py - ai_projects.quantum_ml.src.quantum_llm.quantum_embeddings - ai_projects.quantum_ml.src.quantum_llm.quantum_router - ai_projects.quantum_ml.src.quantum_llm.quantum_sampler @@ -6450,8 +5938,7 @@ - pytest ## tests/unit/test_local_settings.py - -- **future** +- __future__ - json - os - pathlib @@ -6459,41 +5946,36 @@ - shared.local_settings ## tests/unit/test_tags_to_actions.py - - pathlib - server - sys ## tests/unit/test_circuit_cache.py - - ai_projects.quantum_ml.src.quantum_llm.circuit_cache - numpy - pytest - time ## tests/unit/test_quantum_llm_config.py - - ai_projects.quantum_ml.src.quantum_llm.config - json - pytest ## tests/unit/test_fallback_gesture_parser.py - -- **future** +- __future__ - pathlib - server - sys ## my-agent-0b2avt/provision_memory_store.py - -- azure.ai.projects - azure.core.exceptions - azure.identity - dotenv +- importlib - os +- typing ## my-agent-0b2avt/main.py - - agent_framework - agent_framework.foundry - agent_framework_foundry_hosting @@ -6504,18 +5986,15 @@ - os ## notebooks/evaluators.py - - typing ## notebooks/test_agent.py - - dotenv - evaluators - os - pytest_agent_evals ## notebooks/keep_working_launcher.py - - argparse - dataclasses - datetime @@ -6533,20 +6012,18 @@ - time ## notebooks/notebook_utils/utils.py - - json - numpy - pathlib - random +- typing ## apps/dashboard/gpu_monitor.py - - json - psutil - subprocess ## apps/dashboard/app.py - - csv - datetime - flask @@ -6568,17 +6045,17 @@ - yaml ## apps/dashboard/websocket_server.py - - asyncio +- contextlib - datetime +- importlib - json +- os - pathlib - watchdog.events - watchdog.observers -- websockets ## apps/dashboard/serve.py - - collections - datetime - gpu_monitor @@ -6600,7 +6077,6 @@ - yaml ## apps/aria/test_auto_execute.py - - json - pytest - requests @@ -6608,8 +6084,7 @@ - traceback ## apps/aria/stage_state_store.py - -- **future** +- __future__ - copy - json - os @@ -6618,8 +6093,7 @@ - typing ## apps/aria/Repository analyzer.py - -- **future** +- __future__ - collections.abc - dataclasses - logging @@ -6629,10 +6103,8 @@ - typing ## apps/aria/server.py - - agi_provider - datetime -- hashlib - http.server - importlib.util - json @@ -6653,8 +6125,7 @@ - urllib.request ## examples/ai_starters/agent_with_tools.py - -- **future** +- __future__ - ast - collections.abc - dataclasses @@ -6662,11 +6133,9 @@ - re ## examples/ai_starters/local_model_chat.py - - transformers ## examples/ai_starters/fastapi_local_chat.py - - examples.ai_starters.local_model_chat - fastapi - fastapi.responses @@ -6675,8 +6144,7 @@ - uvicorn ## examples/ai_starters/sql_to_local_ai_orchestrator.py - -- **future** +- __future__ - argparse - examples.ai_starters.local_model_chat - importlib @@ -6689,8 +6157,7 @@ - urllib.parse ## tools/codegen_from_input.py - -- **future** +- __future__ - argparse - dataclasses - datetime @@ -6700,24 +6167,22 @@ - typing ## tools/codegen/code_generation_quickstart.py - -- code_generation_templates +- collections.abc +- importlib - pathlib - subprocess - sys - traceback +- typing ## tools/codegen/website_generator_guide.py - - sys - traceback ## tools/codegen/code_generation_templates.py - - sys ## tools/codegen/code_generation_examples.py - - pathlib - sys - tool_maker @@ -6725,61 +6190,48 @@ - website_maker ## tools/codegen/code_generation_demo.py - - sys - traceback ## tools/codegen/website_generator_demo.py - - sys - traceback ## tools/repo_cleanup/generate_repo_inventory.py - - pathlib ## tools/repo_cleanup/detect_duplicate_code.py - - collections - pathlib ## tools/repo_cleanup/detect_large_files.py - - pathlib ## tools/repo_cleanup/generate_dependency_graph.py - - ast - pathlib ## tools/repo_cleanup/autofix_cleanup.py - - pathlib - shutil ## tools/repo_cleanup/validate_structure.py - - pathlib ## tools/repo_cleanup/ai_cleanup_agent.py - - pathlib ## tools/repo_cleanup/repo_scorecard.py - - pathlib ## tools/repo_cleanup/detect_dead_code.py - - pathlib ## tools/repo_cleanup/architecture_drift.py - - pathlib ## .github/hooks/scripts/scope_drift_guard.py - -- **future** +- __future__ - collections.abc - json - os @@ -6788,8 +6240,7 @@ - typing ## .github/hooks/scripts/quantum_command_gate.py - -- **future** +- __future__ - collections.abc - json - os @@ -6798,8 +6249,7 @@ - typing ## .github/hooks/scripts/dependabot_alert_gate.py - -- **future** +- __future__ - json - os - pathlib @@ -6809,8 +6259,7 @@ - typing ## .github/hooks/scripts/requirements_security_gate.py - -- **future** +- __future__ - json - os - re @@ -6823,8 +6272,7 @@ - typing ## .github/hooks/scripts/dataset_write_guard.py - -- **future** +- __future__ - json - os - re @@ -6832,8 +6280,7 @@ - typing ## .github/hooks/scripts/enforce_task_complete.py - -- **future** +- __future__ - json - os - re @@ -6841,8 +6288,7 @@ - typing ## .github/hooks/scripts/git_commit_hygiene.py - -- **future** +- __future__ - collections.abc - json - os @@ -6853,8 +6299,7 @@ - typing ## .github/hooks/scripts/secrets_leak_guard.py - -- **future** +- __future__ - collections.abc - json - os @@ -6863,8 +6308,7 @@ - typing ## .github/hooks/scripts/no_verify_bypass_guard.py - -- **future** +- __future__ - collections.abc - json - os @@ -6873,7 +6317,6 @@ - typing ## .github/hooks/scripts/quantum_cost_gate.py - - collections.abc - json - os @@ -6882,8 +6325,7 @@ - typing ## .github/hooks/scripts/lora_adapter_completeness_guard.py - -- **future** +- __future__ - collections.abc - json - os @@ -6893,20 +6335,18 @@ - typing ## .github/hooks/scripts/pr_checklist_guard.py - -- **future** +- __future__ - json - os - subprocess - sys -- typing ## .github/hooks/scripts/dry_run_reminder.py - -- **future** +- __future__ - collections.abc - json - os - re - sys - typing +