Simon releases llm-coding-agent alpha
An early Python coding agent built on his LLM library adds file‑aware planning and tool use, offering a simple baseline for hacking on code‑gen agents.
llm-coding-agent 0.1a0 — <p><strong>Release:</strong> <a href="https://github.com/simonw/llm-coding-agent/releases/tag/0.1a0">llm-coding-agent 0.1a0</a></p> <p>Another Fable 5 experiment. Now that my <a href="https://llm.datasette.io/">LLM library</a> has evolved into more of an agent framework it's time to see what a simple coding agent would look like built on it.</p> <p>I started a <a href="https://github.com/simonw/llm-coding-agent/tree/2466fa03ba8e5122c3bfa93d52167d33bce40ac6">new Python...

