MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / abort

Method abort

src/runtime/agent.ts:945–955  ·  view source on GitHub ↗
(channelId: string)

Source from the content-addressed store, hash-verified

943 toolCallId: event.toolCallId ?? "",
944 toolName: event.toolName,
945 isError: event.isError,
946 result: event.result,
947 });
948 break;
949
950 case "agent_end":
951 log("\n=== [AGENT SESSION END] ===\n");
952 forwardAgentEvent({ type: "agent_end" });
953 break;
954 }
955 });
956
957 // Build prompt with attachments
958 let promptText = text;

Callers

nothing calls this directly

Calls 1

abortMethod · 0.65

Tested by

no test coverage detected