UNPKG

@pod-protocol/cli

Version:

Command-line interface for PoD Protocol (Prompt or Die) AI Agent Communication Protocol

12 lines 558 B
import { CommandContext, SendMessageOptions, MessageStatusOptions, MessageListOptions } from "./types.js"; export declare class MessageHandlers { private readonly context; private readonly displayer; constructor(context: CommandContext); handleSend(options: SendMessageOptions): Promise<void>; handleInfo(messageId: string): Promise<void>; handleStatus(options: MessageStatusOptions): Promise<void>; handleList(options: MessageListOptions): Promise<void>; private promptForMessageData; } //# sourceMappingURL=handlers.d.ts.map