#!/usr/bin/env node /** * agentlaunch * * The simplest way to build AI agents on Fetch.ai. * * Usage: * npx agentlaunch Interactive: name, description, deploy * npx agentlaunch my-agent Create agent with name "my-agent" * npx agentlaunch my-agent --local Scaffold only, don't deploy * * Other commands: * agentlaunch deploy Deploy agent.py to Agentverse * agentlaunch tokenize Create token + handoff link * agentlaunch status
Check agent/token status * agentlaunch config set-key Store API key */ export {}; //# sourceMappingURL=index.d.ts.map