/** * connect-logs command * * agentlaunch connect-logs [--limit ] [--json] * * Fetches recent log lines for a connect-hosted agent via the SDK. * * SDK: logsProxy(address, { limit }, apiKey) → string[] * Upstream: GET https://agentverse.ai/v1/hosting/agents/
/logs/latest */ import { Command } from "commander"; export declare function registerConnectLogsCommand(program: Command): void; //# sourceMappingURL=connect-logs.d.ts.map