MCPcopy
hub / github.com/KeygraphHQ/shannon / ProgressManager

Interface ProgressManager

apps/worker/src/ai/progress-manager.ts:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17export interface ProgressManager {
18 start(): void;
19 stop(): void;
20 finish(message: string): void;
21 isActive(): boolean;
22}
23
24class RealProgressManager implements ProgressManager {
25 private indicator: ProgressIndicator;

Callers 8

runClaudePromptFunction · 0.65
startMethod · 0.65
dispatchMessageFunction · 0.65
runClaudePromptFunction · 0.65
stopMethod · 0.65
dispatchMessageFunction · 0.65
runClaudePromptFunction · 0.65
finishMethod · 0.65

Implementers 2

RealProgressManagerapps/worker/src/ai/progress-manager.ts
NullProgressManagerapps/worker/src/ai/progress-manager.ts

Calls

no outgoing calls

Tested by

no test coverage detected