uni-flow 公开 API(中文注解) / OrchestratorServerOptions
Interface: OrchestratorServerOptions
Defined in: orchestrator/server.ts:8
Orchestrator HTTP 服务启动选项。
Properties
contextManager?
optionalcontextManager?:ContextManager
Defined in: orchestrator/server.ts:12
可选上下文管理器(供 /memory/search 等)。
host?
optionalhost?:string
Defined in: orchestrator/server.ts:14
监听主机,默认 127.0.0.1。
port?
optionalport?:number
Defined in: orchestrator/server.ts:16
监听端口,默认 8787。
registry
registry:
WorkflowRegistry
Defined in: orchestrator/server.ts:10
工作流注册表(必填)。