The first Codex Pet with direct PumpFun integration.
OpenAI's Codex /hatch flow makes it possible to create your own agent pets.
With Pumpet, you can hatch a pet, talk to it, train it, and build new behaviors.
- Create an agent pet with
/hatch - Develop and train your pet in Codex
- Plug in direct PumpFun integration from this repository
If you want the full setup, clone this repo, open it in Codex, and follow the install steps below.
- Clone the repository:
git clone https://github.com/TickyPrincess/pumpet.git
cd pumpet- Install dependencies:
pnpm install- Start development:
pnpm dev- (Optional) Hatch command example:
/hatch goblin pet
pnpm test
pnpm build
docker compose up --buildLocal URLs:
- Web:
http://localhost:5173 - API health:
http://localhost:3000/health
apps/web— React + Vite + TypeScript UIapps/api— Fastify APIpackages/shared— shared schemas/typespackages/agent-core— Goblin pet behavior engine.github/workflows— CI + GitHub Pages deployinfra— Docker and runtime config
- GitHub Pages: https://tickyprincess.github.io/pumpet/
- Web: GitHub Pages / Vercel / Netlify
- API: Railway / Render / Fly.io / Docker host
- Full stack: Docker Compose
More details: docs/deployment.md
MIT