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

Method restoreSession

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

Reserved: restore a historical session

(sessionId: string)

Source from the content-addressed store, hash-verified

149 handleCommand(command: BotCommand, channelId: string): Promise<CommandResult>;
150
151 /** Abort the current run for a channel */
152 abort(channelId: string): void;
153
154 /** Check if a channel is currently running */

Callers

nothing calls this directly

Implementers 1

PackAgentsrc/runtime/agent.ts

Calls

no outgoing calls

Tested by

no test coverage detected