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

Method handleCommand

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

Handle a built-in bot command

(command: BotCommand, channelId: string)

Source from the content-addressed store, hash-verified

134
135 /** Handle a built-in bot command */
136 handleCommand(command: BotCommand, channelId: string): Promise<CommandResult>;
137
138 /** Abort the current run for a channel */
139 abort(channelId: string): void;

Callers 7

handleTelegramMessageMethod · 0.65
handleRequestMethod · 0.65
handleSlashCommandMethod · 0.65
clearJobContextMethod · 0.65
handleWsConnectionMethod · 0.65
handleIncomingMessageMethod · 0.65

Implementers 1

PackAgentsrc/runtime/agent.ts

Calls

no outgoing calls

Tested by

no test coverage detected