Get started
Quick start
Install in under a minute. Set one API key, open your project, and start coding with the agent in your terminal.
- 01
Install
Global npm install or clone the repo for local development.
- 02
Configure
Export at least one provider key — OpenRouter works out of the box.
- 03
Launch
Run agent in any project folder. Requires Node.js 20+.
$ npm i -g @devang0907/agent-dev$ npm i -g @devang0907/agent-dev $ agent
API keys
Add to ~/.bashrc or ~/.zshrc
export OPENROUTER_API_KEY=sk-or-... # free models export OPENAI_API_KEY=sk-... # ChatGPT export ANTHROPIC_API_KEY=sk-ant-... # Claude export GROQ_API_KEY=gsk_... # Groq export GEMINI_API_KEY=... # Gemini
Capabilities
Everything in one agent
One terminal session for reading code, running tests, delegating work, and shipping — without leaving your shell.
- 20 tools with approval gates for destructive actions
- Boss orchestration for complex multi-step tasks
- MCP, skills, and Telegram when you need more reach
Build · Plan · Boss
Full tool access, read-only exploration, or a boss orchestrator that delegates to specialized workers.
read docs →BrowserBrowser automation
Shop on Amazon, book flights and hotels, and complete checkouts — with payment approval before anything is charged.
read docs →ModelsBring your own model
OpenRouter free tier, Claude, GPT, Groq, or Gemini. Switch anytime with /model.
read docs →MobileTelegram gateway
Chat from your phone with inline approvals, reminders, and daily scheduled tasks.
read docs →ExtendSkills & MCP
Load Vercel Agent Skills and connect MCP servers for filesystems, APIs, and custom workflows.
read docs →ContextCompaction & rules
Auto-compact long sessions, inject rules from AGENTS.md, and configure permission presets.
read docs →
Stop context-switching.
Ship code without leaving the terminal.
$ npm i -g @devang0907/agent-dev

