@pod-protocol/cli
Version:
Command-line interface for PoD Protocol (Prompt or Die) AI Agent Communication Protocol
15 lines • 480 B
TypeScript
import { Command } from "commander";
export declare class AgentCommands {
register(program: Command): void;
private setupRegisterCommand;
private setupInfoCommand;
private setupUpdateCommand;
private setupListCommand;
private prepareRegistrationData;
private promptForRegistrationData;
private resolveWalletAddress;
private displayAgentInfo;
private prepareUpdateOptions;
private displayAgentsList;
}
//# sourceMappingURL=agent.d.ts.map