veas
Version:
Veas CLI - Command-line interface for Veas platform
16 lines • 557 B
TypeScript
interface AgentOptions {
destinationId?: string;
name?: string;
organizationId?: string;
maxConcurrentTasks?: string;
heartbeatInterval?: string;
capabilities?: string;
debug?: boolean;
verbose?: boolean;
}
export declare function startAgent(options: AgentOptions): Promise<void>;
export declare function stopAgent(_options: any): Promise<void>;
export declare function agentStatus(_options: any): Promise<void>;
export declare function listAgents(_options: any): Promise<void>;
export {};
//# sourceMappingURL=agent.d.ts.map