MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / runTask

Method runTask

src/bot/commands.ts:25–25  ·  view source on GitHub ↗

Run `text` as a normal agent turn (streamed) — how shortcut commands like /impact delegate to a tool.

(text: string)

Source from the content-addressed store, hash-verified

23 reset(): Promise<void>;
24 /** Run `text` as a normal agent turn (streamed) — how shortcut commands like /impact delegate to a tool. */
25 runTask(text: string): Promise<void>;
26}
27
28export interface CommandCtx {

Callers 1

commands.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected