Install
Node.js Version Requirements
Astreus requires Node.js >=16.0.0. Here's how to check your version:
node --version
If you need to update Node.js, visit nodejs.org
Installing Astreus
1. Install Astreus
Install Astreus using npm or your preferred package manager:
npm install @astreus-ai/astreus
Or with yarn:
yarn add @astreus-ai/astreus
Or with pnpm:
pnpm add @astreus-ai/astreus
Installation successful! You're ready to create your first AI agent.
How is this guide?