[外部工具边界]:完成Open Interpreter和Playwright适配边界,包含默认关闭、高风险确认和GUI控制拒绝测试
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user