Autumn
  • Welcome
    • Our Links
  • Getting Started
    • Installation
    • Configure Environment Variables
    • Features
  • Autumn Framework
    • The Framework
      • Installation
      • Configuration
      • Dependencies
      • Quick Start
      • Interaction Examples
  • Deploy Agent
  • The Architecture
  • Company
    • About
    • Terms Of Service
    • Privacy Policy
Powered by GitBook
On this page
  • πŸ›  Build the Autumn Framework
  • πŸ“‹ CLI Commands Overview
  1. Autumn Framework
  2. The Framework

Quick Start

πŸ›  Build the Autumn Framework

To compile the TypeScript codebase into executable JavaScript, just run the following command from your project directory:

npm run build

πŸ“‹ 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 JavaScript

  • npm run deployautumn – Deploys your configured AI agent to the Solana blockchain

  • npm start – Launches the main application

  • npm 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.

PreviousDependenciesNextInteraction Examples

Last updated 2 days ago