refactor(agent-runner): make agent binding and auth snapshot explicit

This commit is contained in:
huanghuoguoguo
2026-06-03 18:45:27 +08:00
parent a850127893
commit 08c51118c5
22 changed files with 530 additions and 411 deletions

View File

@@ -313,7 +313,7 @@ class TestHistoryPageAuthorization:
session = await session_registry.get("run_1")
assert session is not None
assert session["conversation_id"] == "conv_1"
assert session["authorization"]["conversation_id"] == "conv_1"
# Cleanup
await session_registry.unregister("run_1")