Posts
All the articles I've posted.
-
Building a Coding Agent in Swift, Part 2: Tool Dispatch
Dictionary-based tool dispatch, path sandboxing, and the read/write/edit file tools that let the agent work with code.
-
Building a Coding Agent in Swift, Part 1: The Agent Loop
The agent loop that drives everything — how a single stopReason check turns an API client into an autonomous agent.
-
Building a Coding Agent in Swift, Part 0: Bootstrapping the Project
Updated:Setting up a two-target SPM package, strict concurrency, and AsyncHTTPClient — the foundation for a CLI agent that never needs restructuring.