A local-first, CLI-driven multi-agent AI software engineering workflow orchestrator with feed specs, PRDs, and guidelines to auto-generate implementation plans and code.
# aiagentflow A local-first CLI that orchestrates multi-agent AI workflows for software development. Give it a task — or feed it your specs, PRDs, and guidelines — and it coordinates specialized agents to architect, code, review, test, and ship automatically. **No cloud dependency. Bring your own API keys. Your code stays on your machine.** [](https://www.npmjs.com/package/@aiagentflow/cli) [](LICENSE) [](https://nodejs.org) --- ## How It Works ``` Task → Architect → Coder → Reviewer → Tester → Fixer → Ship ``` Each stage uses a specialized AI agent with tuned prompts and parameters. The loop repeats until quality thresholds pass — like a small AI engineering team running on your machine. --- ## Install ```bash npm install -g @aiagentflow/cli ``` Or with pnpm: ```bash pnpm add -g @aiagentflow/cli ``` --- ## Quick Start ```bash # 1. Initialize in your project cd /path/to/your/project aiagentflow init # 2. Run a task aiagentflow run "Add a login form with email/password validation" # 3. Or run autonomously (no approval prompts) aiagentflow run "Refactor the auth module" --auto # 4. Feed context docs to agents aiagentflow run "Add auth" --context docs/api-spec.md docs/security.md # 5. Generate a task list from specs, then batch-run aiagentflow plan docs/prd.md -o tasks.txt aiagentflow run --batch tasks.txt --auto ``` The `init` wizard walks you through: 1. Auto-detect your project (language, framework, test framework, package manager) 2. Select your LLM providers (Anthropic, OpenAI, Groq, Gemini, OpenRouter, Ollama) 3. Enter API keys 4. Assign models per agent role 5. Choose a workflow mode (fast, balanced, strict) 6. Import existing docs (specs, requirements, guidelines) for auto-loading Configuration is saved locally in `.aiagentflow/config.json`. --- ## Featur
Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.