Skip to content

Commit 88a3f4e

Browse files
author
committed
Deployed 94ec69f with MkDocs version: 1.6.1
1 parent 1b0a884 commit 88a3f4e

4 files changed

Lines changed: 29 additions & 13 deletions

File tree

hosted_agent_release_matrix/index.html

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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>.
16871687
This 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
16911697
release.</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>
17901796
The umbrella publishes the reviewed 100/32,000 values; operators must not
17911797
remove 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
17941800
delete operation in the hosted container. The caller supplies the complete,
17951801
bounded, 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>

hosted_continuity_platform_contract/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1634,7 +1634,7 @@ <h1 id="hosted-conversation-continuity-platform-contract">Hosted conversation co
16341634
<p>The OQ-OWN platform pivot merged in
16351635
<a href="https://github.com/Azure/GPT-RAG/pull/633">PR #633</a> at
16361636
<a href="https://github.com/Azure/GPT-RAG/commit/86b17b0af672edefe6842cba0f1a8ff77ab23038"><code>86b17b0</code></a>,
1637-
and the umbrella integration now pins UI <code>v2.6.0</code>, orchestrator <code>v4.0.0</code>,
1637+
and the umbrella integration now pins UI <code>v2.6.0</code>, orchestrator <code>v4.0.1</code>,
16381638
ingestion <code>v2.7.0</code>, and AILZ <code>v2.5.0</code> at their exact release commits.
16391639
Keep <code>HOSTED_CONTINUITY_ENABLED=false</code> until deployment proves the exact
16401640
owner-binding role and protocol contract and records

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)