<p align="center">
  <a href="https://www.xflo.io/"> 
    <h1 align="center">Agentic XFLO</h1>
    <h3 align="center">XFLO Multi-agent AI System</h3>
  </a>
</p>


---

## Setup

**1. Run the AgenticXfloJS initializer in your project directory:**

```bash
npx @xflohq/agentic@latest init
```

**2. Add your AI service API key to the `.env` file:**

```
VITE_OPENAI_API_KEY=your-api-key-here
```

**3. Restart your AgenticXflo Board:**

```bash
npm run agenticxflo
```


npm login
npm init --scope=@xflohq
npm publish --access public
