Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 1 addition & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,26 +99,4 @@ Forge-AI/

| Variable | Location | Required | Description |
|---|---|---|---|
| `GROQ_API_KEY` | `backend/.env` | Yes | From console.groq.com |
| `GITHUB_TOKEN` | `backend/.env` | No | Enables branch + PR creation |
| `DATABASE_URL` | `backend/.env` | No | PostgreSQL; omit for in-memory |
| `PORT` | `backend/.env` | No | Defaults to 4000 |
| `NEXT_PUBLIC_API_URL` | `frontend/.env.local` | No | Defaults to `http://localhost:4000` |

## Commands

```bash
npm run dev # Start all (builds agent-core first)
npm run build # Build all workspaces
npm run dev -w backend # Backend only (requires agent-core built)
npm run dev -w frontend # Frontend only
npm run dev -w agent-core # TypeScript watch mode

npm run migrate -w backend # Run Prisma migrations
npm run db:push -w backend # Sync schema without migration
npm run prisma:studio -w backend # Prisma GUI
```

## License

MIT
| `