Quick Start
π Build the Autumn Framework
To compile the TypeScript codebase into executable JavaScript, just run the following command from your project directory:
π CLI Commands Overview
Autumn comes equipped with a set of powerful command-line tools to help you manage your agents and blockchain workflows effortlessly:
npm run build
β Compiles the TypeScript source into production-ready JavaScriptnpm run deployautumn
β Deploys your configured AI agent to the Solana blockchainnpm start
β Launches the main applicationnpm run test
β Runs automated tests to validate your agentβs behavior
Each command is purpose-built to give you full control over the development, deployment, and testing of AI agents in a Web3 environment.
Last updated