Blog
News and engineering notes
Release announcements, design write-ups, and honest notes from building a small agent framework.
Featured7 July 2026 · 4 min read
Introducing agentling
A tiny async framework for reliable, observable, tool-using agents. Version 0.1.0 is out today, and the whole codebase is small enough to read in one sitting.
Read the announcement
8 July 2026 · 5 min read
Skills that stay out of the way
Progressive disclosure lets you install a large library of agent skills while paying almost nothing in context until the model actually needs one. Here is how agentling implements it.
engineeringskills
8 July 2026 · 6 min read
One loop, two modes: how agentling streams
Blocking and streaming agents usually mean two code paths and subtle drift between them. agentling has exactly one loop, and blocking mode just drains it.
engineeringinternals