Add durable tabular Analyze and Search parity - #1219
Merged
Paul Lizer (paullizer) merged 32 commits intoAug 12, 2026
Conversation
…h-parity-phase-3-search-adapter Phase 3: Route Search through shared tabular preflight
…h-parity-phase-4-analyze Implement Phase 4 tabular Analyze durable preflight
…h-parity-phase-5-deferred-composition Phase 5: mixed-source deferred tabular composition
…h-parity-phase-6-multifile Phase 6: Preserve per-document and multi-table Analyze state
…h-parity-phase-7-lifecycle Phase 7: Add tabular parity lifecycle coverage metadata
…h-parity-phase-8-ui-rollout Phase 8: Add tabular parity rollout metadata
…h-parity-phase-9-scale-retirement Phase 9: Add tabular legacy fallback retirement controls
Contributor
There was a problem hiding this comment.
Pull request overview
Adds shared durable preflight orchestration for exhaustive tabular Search and Analyze workflows.
Changes:
- Adds planner adapters, rollout controls, and fallback retirement.
- Expands lifecycle, mixed-source, and per-document state handling.
- Adds functional coverage, documentation, and version
0.250.166.
Reviewed changes
Copilot reviewed 27 out of 27 changed files in this pull request and generated 24 comments.
Show a summary per file
| File | Description |
|---|---|
functional_tests/test_tabular_shared_request_planner.py |
Extends planner contract tests. |
functional_tests/test_tabular_search_shared_preflight_adapter.py |
Tests the Search adapter. |
functional_tests/test_tabular_row_orchestration_scale.py |
Updates scale harness integration. |
functional_tests/test_tabular_phase9_legacy_retirement.py |
Tests fallback retirement. |
functional_tests/test_tabular_phase8_ui_telemetry_rollout.py |
Tests rollout and telemetry metadata. |
functional_tests/test_tabular_phase7_lifecycle_coverage.py |
Tests lifecycle coverage states. |
functional_tests/test_tabular_analyze_shared_preflight_adapter.py |
Tests the Analyze adapter. |
functional_tests/test_tabular_analyze_per_document_multifile_state.py |
Tests per-document state preservation. |
functional_tests/test_mixed_source_hardening.py |
Updates mixed-source test harnesses. |
functional_tests/test_mixed_source_deferred_composition_phase5.py |
Tests deferred composition contracts. |
docs/reference/logging-tags.md |
Registers the preflight logging tag. |
docs/reference/admin_configuration.md |
Documents backend rollout controls. |
docs/explanation/release_notes.md |
Adds the release entry. |
docs/explanation/features/TABULAR_ANALYZE_SEARCH_PARITY_ROLLOUT.md |
Documents rollout metadata. |
docs/explanation/features/TABULAR_ANALYZE_SEARCH_PARITY_PHASE_9_LEGACY_RETIREMENT.md |
Documents fallback retirement. |
docs/explanation/features/TABULAR_ANALYZE_SEARCH_PARITY_PHASE_7_LIFECYCLE.md |
Documents lifecycle semantics. |
docs/explanation/features/TABULAR_ANALYZE_SEARCH_PARITY_PHASE_5_DEFERRED_COMPOSITION.md |
Documents deferred composition. |
docs/explanation/features/TABULAR_ANALYZE_SEARCH_PARITY_PHASE_4_ANALYZE.md |
Documents Analyze preflight. |
docs/explanation/features/TABULAR_ANALYZE_SEARCH_PARITY_PHASE_3_SEARCH_ADAPTER.md |
Documents Search preflight. |
application/single_app/route_backend_chats.py |
Integrates Search shared preflight and fallback controls. |
application/single_app/functions_workflow_runner.py |
Integrates Analyze lifecycle and composition handling. |
application/single_app/functions_tabular_orchestration.py |
Implements shared planning and rollout contracts. |
application/single_app/functions_tabular_generated_exports.py |
Adds persisted planner and public lifecycle metadata. |
application/single_app/functions_tabular_analysis.py |
Connects plans to the durable queue. |
application/single_app/functions_settings.py |
Adds backend-only settings. |
application/single_app/functions_mixed_source_orchestration.py |
Adds pending and canceled evidence states. |
application/single_app/config.py |
Bumps the application version. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
23 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
0.250.166.Rollout
The shared planner and Search/Analyze adapters remain controlled by backend-only settings. Operators can keep planner mode off, compare decisions in shadow mode, canary active traffic by percentage, and retain or retire the legacy post-tool fallback independently.
Validation
functional_tests/test_tabular_row_orchestration_scale.pyfunctional_tests/test_tabular_shared_request_planner.pyfunctional_tests/test_tabular_search_shared_preflight_adapter.pyfunctional_tests/test_tabular_analyze_shared_preflight_adapter.pyfunctional_tests/test_mixed_source_deferred_composition_phase5.pyfunctional_tests/test_tabular_analyze_per_document_multifile_state.pyfunctional_tests/test_tabular_phase7_lifecycle_coverage.pyfunctional_tests/test_tabular_phase8_ui_telemetry_rollout.pyfunctional_tests/test_tabular_phase9_legacy_retirement.pyReferences
Refs #1031
Refs #1055
Refs #1058