BuilderIO/micro-agent
An AI coding agent that writes code and uses test-driven iteration to fix and validate it.

Velocity · 7d
+5.8
★ / day
Trend
→steady
star history
Micro-agent is a focused AI coding assistant that generates code paired with definitive test cases. It leverages LLMs to write initial implementations and then iteratively runs tests to identify and fix issues until all test cases pass. The agent uses a bounded loop approach to avoid compounding errors common in general-purpose coding agents.