PyPI project
aat-devqa
35 indexed releases ยท newest sdist 1.6.1 with 186 indexed members
Files in 1.6.1 aat_devqa-1.6.1.tar.gz
- cloud/app/__init__.py
- cloud/app/auth.py
- cloud/app/auth_patterns.py
- cloud/app/config.py
- cloud/app/crawler.py
- cloud/app/crypto.py
- cloud/app/database.py
- cloud/app/docparse.py
- cloud/app/executor.py
- cloud/app/fast_mode.py
- cloud/app/fix_guide_ai.py
- cloud/app/health.py
- cloud/app/main.py
- cloud/app/middleware.py
- cloud/app/models.py
- cloud/app/routers/__init__.py
- cloud/app/routers/ai_config.py
- cloud/app/routers/billing.py
- cloud/app/routers/documents.py
- cloud/app/routers/fix_guides.py
- cloud/app/routers/github.py
- cloud/app/routers/keys.py
- cloud/app/routers/scan.py
- cloud/app/routers/tests.py
- cloud/app/routers/v1.py
- cloud/app/scan_diff.py
- cloud/app/scenario_builder.py
- cloud/app/scenario_utils.py
- cloud/app/schemas.py
- cloud/app/test_patterns.py
- cloud/app/worker.py
- cloud/app/ws.py
- cloud/scripts/capture_fixture.py
- cloud/tests/__init__.py
- cloud/tests/conftest.py
- cloud/tests/test_api_key_auth.py
- cloud/tests/test_api_keys.py
- cloud/tests/test_auth.py
- cloud/tests/test_daily_limit.py
- cloud/tests/test_e2e_cloud.py
- cloud/tests/test_executor.py
- cloud/tests/test_health.py
- cloud/tests/test_patterns.py
- cloud/tests/test_phase_c.py
- cloud/tests/test_plan_ab.py
- cloud/tests/test_rate_limit.py
- cloud/tests/test_scenario_builder.py
- cloud/tests/test_schema.py
- cloud/tests/test_tests_api.py
- cloud/tests/test_v1_api.py
- cloud/tests/test_worker.py
- mcp/server.py
- scripts/cleanup_firebase_user.py
- src/aat/__init__.py
- src/aat/__main__.py
- src/aat/adapters/__init__.py
- src/aat/adapters/base.py
- src/aat/adapters/claude.py
- src/aat/adapters/deepseek.py
- src/aat/adapters/gemini.py
- src/aat/adapters/ollama.py
- src/aat/adapters/openai_adapter.py
- src/aat/cli/__init__.py
- src/aat/cli/commands/__init__.py
- src/aat/cli/commands/analyze_cmd.py
- src/aat/cli/commands/config_cmd.py
- src/aat/cli/commands/cost_cmd.py
- src/aat/cli/commands/dashboard_cmd.py
- src/aat/cli/commands/devqa_cmd.py
- src/aat/cli/commands/doctor_cmd.py
- src/aat/cli/commands/generate_cmd.py
- src/aat/cli/commands/hook_cmd.py
- src/aat/cli/commands/init_cmd.py
- src/aat/cli/commands/learn_cmd.py
- src/aat/cli/commands/learned_cmd.py
- src/aat/cli/commands/loop_cmd.py
- src/aat/cli/commands/report_cmd.py
- src/aat/cli/commands/run_cmd.py
- src/aat/cli/commands/scan_cmd.py
- src/aat/cli/commands/serve_cmd.py
- src/aat/cli/commands/setup_cmd.py
- src/aat/cli/commands/start_cmd.py
- src/aat/cli/commands/validate_cmd.py
- src/aat/cli/main.py
- src/aat/core/__init__.py
- src/aat/core/config.py
- src/aat/core/connection.py
- src/aat/core/cost.py
- src/aat/core/diagnosis.py
- src/aat/core/events.py
- src/aat/core/exceptions.py
- src/aat/core/git_ops.py
- src/aat/core/loop.py
- src/aat/core/models.py
- src/aat/core/platform_detect.py
- src/aat/core/scenario_loader.py
- src/aat/core/scenario_reviewer.py
- src/aat/core/teardown.py
- src/aat/dashboard/__init__.py
- src/aat/dashboard/app.py
- src/aat/dashboard/events_ws.py
- src/aat/dashboard/subprocess_manager.py
- src/aat/engine/__init__.py
- src/aat/engine/base.py
- src/aat/engine/comparator.py
- src/aat/engine/desktop.py
- src/aat/engine/executor.py
- src/aat/engine/flutter_semantics.py
- src/aat/engine/humanizer.py
- src/aat/engine/waiter.py
- src/aat/engine/web.py
- src/aat/learning/__init__.py
- src/aat/learning/matcher.py
- src/aat/learning/store.py
- src/aat/matchers/__init__.py
- src/aat/matchers/base.py
- src/aat/matchers/feature.py
- src/aat/matchers/hybrid.py
- src/aat/matchers/ocr.py
- src/aat/matchers/template.py
- src/aat/matchers/vision_ai.py
- src/aat/parsers/__init__.py
- src/aat/parsers/base.py
- src/aat/parsers/markdown_parser.py
- src/aat/reporters/__init__.py
- src/aat/reporters/base.py
- src/aat/reporters/markdown.py
- test-site/app.py
- tests/__init__.py
- tests/conftest.py
- tests/integration/__init__.py
- tests/integration/test_loop_e2e.py
- tests/integration/test_matchers_real.py
- tests/test_abc_interfaces.py
- tests/test_adapters/__init__.py
- tests/test_adapters/test_claude.py
- tests/test_adapters/test_ollama.py
- tests/test_adapters/test_openai.py
- tests/test_cli/__init__.py
- tests/test_cli/test_analyze_cmd.py
- tests/test_cli/test_config_cmd.py
- tests/test_cli/test_generate_cmd.py
- tests/test_cli/test_init_cmd.py
- tests/test_cli/test_learn_cmd.py
- tests/test_cli/test_loop_cmd.py
- tests/test_cli/test_run_cmd.py
- tests/test_cli/test_serve_cmd.py
- tests/test_cli/test_start_cmd.py
- tests/test_cli/test_validate_cmd.py
- tests/test_config.py
- tests/test_core/__init__.py
- tests/test_core/test_connection.py
- tests/test_core/test_events.py
- tests/test_core/test_git_ops.py
- tests/test_dashboard/__init__.py
- tests/test_dashboard/test_app.py
- tests/test_dashboard/test_events_ws.py
- tests/test_dashboard/test_subprocess_manager.py
- tests/test_engine/__init__.py
- tests/test_engine/test_comparator.py
- tests/test_engine/test_desktop.py
- tests/test_engine/test_executor.py
- tests/test_engine/test_humanizer.py
- tests/test_engine/test_waiter.py
- tests/test_engine/test_web_engine.py
- tests/test_exceptions.py
- tests/test_learning/__init__.py
- tests/test_learning/test_matcher.py
- tests/test_learning/test_store.py
- tests/test_loop.py
- tests/test_matchers/__init__.py
- tests/test_matchers/test_feature.py
- tests/test_matchers/test_hybrid.py
- tests/test_matchers/test_ocr.py
- tests/test_matchers/test_template.py
- tests/test_matchers/test_vision_ai.py
- tests/test_models.py
- tests/test_parsers/__init__.py
- tests/test_parsers/test_markdown_parser.py
- tests/test_reporters/__init__.py
- tests/test_reporters/test_markdown.py
- tests/test_scenario_loader.py
- tests/test_scenario_reviewer.py
- tests/test_teardown_executor.py
- tests/test_teardown_parsing.py
- tests/test_variables.py
Indexed releases
- 1.6.2
aat_devqa-1.6.2-py3-none-any.whl85 members - 1.6.1
aat_devqa-1.6.1.tar.gz186 members - 1.6.1
aat_devqa-1.6.1-py3-none-any.whl74 members - 1.6.0
aat_devqa-1.6.0.tar.gz186 members - 1.6.0
aat_devqa-1.6.0-py3-none-any.whl74 members - 1.5.5
aat_devqa-1.5.5.tar.gz178 members - 1.5.5
aat_devqa-1.5.5-py3-none-any.whl72 members - 1.5.4
aat_devqa-1.5.4.tar.gz178 members - 1.5.4
aat_devqa-1.5.4-py3-none-any.whl72 members - 1.5.3
aat_devqa-1.5.3.tar.gz178 members - 1.5.3
aat_devqa-1.5.3-py3-none-any.whl72 members - 1.5.2
aat_devqa-1.5.2.tar.gz177 members - 1.5.2
aat_devqa-1.5.2-py3-none-any.whl71 members - 1.5.1
aat_devqa-1.5.1.tar.gz177 members - 1.5.1
aat_devqa-1.5.1-py3-none-any.whl71 members - 1.5.0
aat_devqa-1.5.0.tar.gz177 members - 1.5.0
aat_devqa-1.5.0-py3-none-any.whl71 members - 1.4.0
aat_devqa-1.4.0.tar.gz176 members - 1.4.0
aat_devqa-1.4.0-py3-none-any.whl70 members - 1.3.3
aat_devqa-1.3.3.tar.gz174 members - 1.3.3
aat_devqa-1.3.3-py3-none-any.whl68 members - 1.3.2
aat_devqa-1.3.2.tar.gz174 members - 1.3.2
aat_devqa-1.3.2-py3-none-any.whl68 members - 1.3.1
aat_devqa-1.3.1.tar.gz174 members - 1.3.1
aat_devqa-1.3.1-py3-none-any.whl68 members - 1.3.0
aat_devqa-1.3.0.tar.gz174 members - 1.3.0
aat_devqa-1.3.0-py3-none-any.whl68 members - 1.2.1
aat_devqa-1.2.1.tar.gz175 members - 1.2.1
aat_devqa-1.2.1-py3-none-any.whl68 members - 1.2.0
aat_devqa-1.2.0.tar.gz174 members - 1.2.0
aat_devqa-1.2.0-py3-none-any.whl67 members - 1.1.0
aat_devqa-1.1.0.tar.gz173 members - 1.1.0
aat_devqa-1.1.0-py3-none-any.whl67 members - 1.0.0
aat_devqa-1.0.0.tar.gz171 members - 1.0.0
aat_devqa-1.0.0-py3-none-any.whl65 members