feat(agent-runner): enforce 4.x host-owned execution

This commit is contained in:
huanghuoguoguo
2026-07-12 20:36:32 +08:00
parent 9aa71d54e3
commit d88d05e27c
170 changed files with 6952 additions and 5381 deletions
@@ -75,6 +75,9 @@ class ToolResource(typing.TypedDict):
tool_type: str | None
description: str | None
operations: list[str]
parameters: dict[str, typing.Any] | None
source: typing.NotRequired[str]
source_id: typing.NotRequired[str | None]
class KnowledgeBaseResource(typing.TypedDict):