agent dormant

Micro Agent

Maker: Independent License: MIT First released: 2025 Language: TypeScript
CLI

About

BuilderIO built Micro Agent around a critique of general-purpose coding agents: given too much freedom they compound errors, so the harness narrows the loop to test-driven iteration. The user supplies a prompt and a file; the agent generates a unit test that defines correct behavior, then regenerates the target file and reruns the test command (npm test or any script) until everything passes, with an optional .prompt.md file steering generation and interactive mode asking clarifying questions. It deliberately will not install modules, write multiple files, or take other high-blast-radius actions — the README compares general agents to a Roomba stuck under a table. Providers are configured via API keys for Claude, OpenAI, Ollama, or any OpenAI-compatible endpoint such as Groq, installed globally through npm with Node 18+. Frontend teams used it for component generation, including a Figma-to-code workflow via Builder's Figma integration; development stopped after November 2024.

Other entries by Independent