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
  • Getting Started with Autumn
  • Prerequisites
  • Installation Steps
  • Alternative Installation
  1. Getting Started

Installation

PreviousOur LinksNextConfigure Environment Variables

Last updated 1 day ago

Getting Started with Autumn

The Autumn Framework is a flexible toolkit designed to help you deploy, manage, and interact with AI-powered agents and tokenized systems on the blockchain. This guide walks you through the setup process so you can start building quickly.


Prerequisites

Before setting up Autumn, make sure your environment includes the following:

  • Node.js: Install the latest LTS version from . Verify it's installed:

node -v

npm (Node Package Manager): Bundled with Node.js. Check with:

npm -v

Git: Required to clone the Autumn repository. Verify with:

git --version

Installation Steps

Set up Autumn on your local machine with these steps:

1. Clone the Repository

Use Git to pull down the Autumn Framework source code:

git clone https://github.com/Autumn-AIs/LW-MCP-agents

2. Move into the Project Folder

Navigate into the downloaded directory:

cd autumn-v1

3. Install Dependencies

Use npm to install the required packages:

npm install

Alternative Installation

Prefer to install directly from npm? You can:

npm i @autumnframework/v1-beta

nodejs.org