Skip to content

uni-flow 公开 API(中文注解)


uni-flow 公开 API(中文注解) / AdapterType

Type Alias: AdapterType

AdapterType = "pi-agent" | "langgraph" | "langchain" | "langchain4j" | "mcp" | "http" | "mock"

Defined in: core/types.ts:8

RuntimeAdapter 的框架类型标签。

MIT Licensed