← back to The Ai Factory
README.md
29 lines
# The AI Factory
Meta-orchestrator that turns one prompt into a shipped AI artifact (subagent, skill, agent, or script).
- **Path:** `~/Projects/the-ai-factory/`
- **Orchestrator:** `:9890`
- **Viewer:** `:9891`
- **Plan:** see `PLAN.md` (read first)
- **Pattern:** mirrors Site Factory (`~/Projects/site-factory/`)
## Quick start
```bash
cd ~/Projects/the-ai-factory
cp .env.example .env # fill in ANTHROPIC_API_KEY, PG_*
npm install
npm run start # boots orchestrator (:9890) + viewer (:9891)
```
CLI:
```bash
node scripts/run.js "build me a subagent that watches the freezer for expired vendors"
```
## Status
Scaffold only. See `PLAN.md` → "Open questions" before adding pipeline logic.