MCPcopy Create free account
hub / github.com/OperationT00/T-Code / result

Method result

src/main/java/com/tcode/agent/AgentMessage.java:39–41  ·  view source on GitHub ↗

创建结果消息(子代理 -> 主控)

(String fromAgent, AgentRole role, String content)

Source from the content-addressed store, hash-verified

37 * 创建结果消息(子代理 -> 主控)
38 */
39 public static AgentMessage result(String fromAgent, AgentRole role, String content) {
40 return new AgentMessage(fromAgent, role, content, Type.RESULT);
41 }
42
43 /**
44 * 创建反馈消息(检查者 -> 主控)

Calls

no outgoing calls