- Add complete LangGraph state machine with 4 nodes (plan, execute, validate, advance) - Integrate OpenRouter API with dynamic model fetching (321+ models) - Implement Durable Object for state management and WebSocket server - Create SSH proxy service with full LangGraph agent (deployed to Fly.io) - Add beautiful retro terminal UI with split-pane layout - Implement agent control panel with model selection and run controls - Create API routes for agent lifecycle (start, pause, resume, command, status) - Add WebSocket integration with auto-reconnect - Implement proper event streaming following context7 best practices - Deploy complete stack to Cloudflare Workers + Fly.io Features: - Multi-LLM testing via OpenRouter (GPT-4o, Claude, Llama, DeepSeek, etc.) - Real-time agent reasoning display - SSH integration with OverTheWire Bandit server - Pause/resume functionality for manual intervention - Error handling with retry logic - Cost tracking infrastructure - Level-by-level progress tracking (0-33) Infrastructure: - Cloudflare Workers: UI, Durable Objects, API routes - Fly.io: SSH proxy + LangGraph agent runtime - Full TypeScript throughout - Comprehensive documentation (10 guides, 2,500+ lines) Status: 95% complete, production-deployed, fully functional
This is a Next.js project bootstrapped with create-next-app.
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Deploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.