feat(workflow): add edge-tool routing and realtime runtime
This commit is contained in:
@@ -40,10 +40,10 @@ SystemToolKind = Literal[
|
||||
# 外部应用类型:其 config.apiKey 是该助手私有密钥,读时打码 / 写时哨兵
|
||||
EXTERNAL_TYPES = {"dify", "fastgpt", "opencode"}
|
||||
|
||||
# MVP 仅 PromptBrain 支持 realtime;Workflow 和外部托管大脑只走 pipeline。
|
||||
# Prompt 和 Workflow 支持 realtime;外部托管大脑只走 pipeline。
|
||||
# 与 services.brains 各 BrainSpec.supported_runtime_modes 对齐(此处独立声明,
|
||||
# 避免 HTTP schema 层为做校验而引入 pipecat 重依赖)。
|
||||
REALTIME_CAPABLE_TYPES = {"prompt"}
|
||||
REALTIME_CAPABLE_TYPES = {"prompt", "workflow"}
|
||||
|
||||
|
||||
class CamelModel(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user