Getting Started
Choose Your Path
Method 1: Using the CLI Recommended
The CLI is the simplest and most guided way to create and configure new agent projects.
- Install the CLI globally:
npm i -g @smythos/cli
- Create a new project interactively:
sre create
Step-by-Step Guidance
Method 2: Direct SDK Installation
If you want to add SmythOS to an existing Node.js project, you can install the SDK directly:
npm install @smythos/sdk
or
pnpm install @smythos/sdk
When to Use the SDK Install
Once you’ve completed either method, you’re ready to build and run your first agent.
Continue to the Quickstart for a complete example.