@@ -1685,9 +1685,15 @@ <h1 id="hosted-agent-integration-matrix">Hosted-agent integration matrix</h1>
16851685< code > PANEL_HISTORY_OWNER_BINDING_VALIDATED</ code > , and
16861686< code > PANEL_OPERATOR_SURFACES_ENABLED</ code > remain deployment-published < code > false</ code > .
16871687This documentation does not claim that their separate live evidence and
1688- authorization procedures have completed. The hosted agent version became
1689- active during validation, but session readiness returned HTTP 424. Treat the
1690- matrix as implemented configuration, not as a validated or shipped umbrella
1688+ authorization procedures have completed. A prior validation attempt saw
1689+ the hosted agent version become active while session readiness returned
1690+ HTTP 424; that crash was root-caused to a < code > gpt-rag-orchestrator</ code > circular
1691+ import and fixed in
1692+ < a href ="https://github.com/Azure/gpt-rag-orchestrator/releases/tag/v4.0.1 "> orchestrator < code > v4.0.1</ code > </ a >
1693+ (pinned below). Fixing that crash is a code-level correction, not a
1694+ substitute for the network-isolated live validation matrix below, which
1695+ has not yet been re-run. Treat the matrix as implemented and
1696+ crash-fixed configuration, not as a validated or shipped umbrella
16911697release.</ p >
16921698</ div >
16931699< h2 id ="exact-integrated-matrix "> Exact integrated matrix</ h2 >
@@ -1709,9 +1715,9 @@ <h2 id="exact-integrated-matrix">Exact integrated matrix</h2>
17091715</ tr >
17101716< tr >
17111717< td > GPT-RAG orchestrator</ td >
1712- < td > < a href ="https://github.com/Azure/gpt-rag-orchestrator/releases/tag/v4.0.0 "> < code > v4.0.0 </ code > </ a > </ td >
1713- < td > < a href ="https://github.com/Azure/gpt-rag-orchestrator/commit/1033d0690736f9787e5f227559dc4071d2043b79 "> < code > 1033d06 </ code > </ a > </ td >
1714- < td > Canonical hosted < code > /responses</ code > is stateless and requires caller-supplied ordered input.</ td >
1718+ < td > < a href ="https://github.com/Azure/gpt-rag-orchestrator/releases/tag/v4.0.1 "> < code > v4.0.1 </ code > </ a > </ td >
1719+ < td > < a href ="https://github.com/Azure/gpt-rag-orchestrator/commit/7e22840ba0e96a5ce237cf2657795768f88e3955 "> < code > 7e22840 </ code > </ a > </ td >
1720+ < td > Canonical hosted < code > /responses</ code > is stateless and requires caller-supplied ordered input. Fixes the < code > dependencies </ code > / < code > connectors </ code > circular import that crashed the hosted entrypoint on startup ( < a href =" https://github.com/Azure/gpt-rag-orchestrator/pull/311 " > PR #311 </ a > ). </ td >
17151721</ tr >
17161722< tr >
17171723< td > GPT-RAG ingestion</ td >
@@ -1790,7 +1796,7 @@ <h2 id="modes-and-defaults">Modes and defaults</h2>
17901796The umbrella publishes the reviewed 100/32,000 values; operators must not
17911797remove them and then assume the UI fallback values are equivalent.</ p >
17921798< h2 id ="stateless-hosted-runtime-contract "> Stateless hosted runtime contract</ h2 >
1793- < p > Orchestrator < code > v4.0.0 </ code > performs no managed-Conversations create, read, append, or
1799+ < p > Orchestrator < code > v4.0.1 </ code > performs no managed-Conversations create, read, append, or
17941800delete operation in the hosted container. The caller supplies the complete,
17951801bounded, oldest-to-newest history on every request.</ p >
17961802< p > For canonical < code > POST /responses</ code > :</ p >
@@ -2029,10 +2035,20 @@ <h2 id="operator-verification-and-rollback">Operator verification and rollback</
20292035< li > separately validate panel user auth and the ingestion browser operator-token
20302036 path before enabling panel flags.</ li >
20312037</ ol >
2032- < p > The latest runtime attempt does not satisfy item 1: the agent version reached
2033- active state, but session readiness returned HTTP 424. Preserve the fail-closed
2034- flags and do not describe this integration as runtime-validated or shipped until
2035- readiness and the remaining evidence steps succeed.</ p >
2038+ < p > The prior runtime attempt did not satisfy item 1: the agent version reached
2039+ active state, but session readiness returned HTTP 424. That specific crash
2040+ was root-caused to a < code > dependencies</ code > /< code > connectors</ code > circular import in the
2041+ hosted entrypoint (< code > src/api/hosted_entrypoint.py</ code > imports < code > dependencies</ code >
2042+ before anything else in the process has "warmed up" < code > connectors</ code > , unlike
2043+ the classic entrypoint) and fixed in
2044+ < a href ="https://github.com/Azure/gpt-rag-orchestrator/releases/tag/v4.0.1 "> orchestrator < code > v4.0.1</ code > </ a >
2045+ (< a href ="https://github.com/Azure/gpt-rag-orchestrator/pull/311 "> PR #311</ a > ), pinned
2046+ above. Fixing the crash is necessary but not sufficient: item 1 and the
2047+ remaining evidence steps must still be re-run against a live,
2048+ network-isolated deployment before this integration can be described as
2049+ validated. Preserve the fail-closed flags and do not describe this
2050+ integration as runtime-validated or shipped until readiness and the
2051+ remaining evidence steps succeed.</ p >
20362052< p > The configuration contract uses:</ p >
20372053< table >
20382054< thead >
0 commit comments