[外部工具边界]:完成Open Interpreter和Playwright适配边界,包含默认关闭、高风险确认和GUI控制拒绝测试

This commit is contained in:
mkbk
2026-06-18 22:13:29 +08:00
parent af7eb25ba6
commit 351e722898
5 changed files with 311 additions and 9 deletions
+10
View File
@@ -15,6 +15,12 @@ from .agent_memory import (
SQLiteMemoryManager,
)
from .events import PipelineEvent, PipelineEventBus
from .external_adapters import (
BrowserPlaywrightAdapter,
ComputerControlProvider,
OpenInterpreterAdapter,
planned_external_adapters,
)
from .full_duplex_control import (
CancellationGraph,
CancellationToken,
@@ -100,6 +106,10 @@ __all__ = [
"SQLiteMemoryManager",
"PipelineEvent",
"PipelineEventBus",
"BrowserPlaywrightAdapter",
"ComputerControlProvider",
"OpenInterpreterAdapter",
"planned_external_adapters",
"CancellationGraph",
"CancellationToken",
"FullDuplexStateMachine",