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

Method abort

src/runtime/adapters/types.ts:139–139  ·  view source on GitHub ↗

Abort the current run for a channel

(channelId: string)

Source from the content-addressed store, hash-verified

137 */
138export interface IPackAgent {
139 /** Handle an incoming message with streaming events */
140 handleMessage(
141 adapter: RuntimePlatform,
142 channelId: string,

Callers 2

abortMethod · 0.65
handleRequestMethod · 0.65

Implementers 1

PackAgentsrc/runtime/agent.ts

Calls

no outgoing calls

Tested by

no test coverage detected