fix(sdk): harden host integration contracts

This commit is contained in:
chengyongru
2026-07-28 15:30:28 +08:00
committed by Xubin Ren
parent c050955ae3
commit fd17c1352a
7 changed files with 119 additions and 22 deletions
+1 -1
View File
@@ -58,8 +58,8 @@ class AgentTurnHookContext:
message_id: str | None = None
session_key: str | None = None
metadata: dict[str, Any] = field(default_factory=dict)
attributes: dict[str, Any] = field(default_factory=dict)
ephemeral: bool = False
attributes: dict[str, Any] = field(default_factory=dict)
class AgentHook: