Setting Up Your Environment
Before you can run your first agent, follow these steps to set up your development environment
1.1 Prerequisites
1.2 Project Initialization
mkdir my-assisfy-agent
cd my-assisfy-agent
npm init -ynpm install dotenv1.4 Setting Up Environment Variables
ASSISFY_API_KEY=your-api-key-hereLast updated