🌱
The Seed
One repo to become them all. Deploy as generic chat. Give it intent. It iterates itself into any domain application — dungeon master, legal assistant, IDE, tutor. The agent IS the repo at every step.
1
Clone & deploy — generic chat in 60 seconds
2
POST /api/become — tell it what to become
3
POST /api/evolve — it reads its own code, proposes a mutation, tests, commits
4
POST /api/overnight — 20 unattended iterations while you sleep
5
Review & ship — keep mutations you like, discard the rest
POST /api/become
{"intent": "a study tutor for my kid"}
POST /api/evolve
→ one mutation step (plan, score, PR)
POST /api/overnight
{"steps": 10}
→ N unattended iterations
GET /api/state
→ captain log, scores, milestones
POST /api/chat
{"message": "hello"}
→ chat with current agent