@Preview(value="3.8.4") public class NoneProtocol extends java.lang.Object implements TeamProtocol
不构建内部执行图。将编排权完全交给外部(如 Solon Flow 或代码手动调用)。
LOG| 构造器和说明 |
|---|
NoneProtocol(TeamAgentConfig config) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
buildGraph(org.noear.solon.flow.GraphSpec spec)
不定义内部流转逻辑,使 TeamAgent 仅作为 Agent 资源池使用
|
java.lang.String |
name()
获取协议唯一标识(如 SEQUENTIAL, SWARM, HIERARCHICAL)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinjectAgentInstruction, injectAgentTools, injectSupervisorInstruction, injectSupervisorTools, onAgentEnd, onSupervisorRouting, onTeamFinished, prepareAgentPrompt, prepareSupervisorContext, prepareSupervisorInstruction, resolveAgentOutput, resolveSupervisorRoute, shouldSupervisorExecute, shouldSupervisorRoutepublic NoneProtocol(TeamAgentConfig config)
public java.lang.String name()
TeamProtocolname 在接口中 TeamProtocolpublic void buildGraph(org.noear.solon.flow.GraphSpec spec)
buildGraph 在接口中 TeamProtocol