← Blog

Series

Designing an Agents Orchestration Library

Documents detailing the architectural decisions behind my harness-agnostic, multi-runtime agent orchestration library.


Part 1 · June 20, 2026

Designing the Agent's Environment: Workspace, Runtime, and Directories

If you've tried running more than one coding agent at the same time, you've probably hit the same wall I did: everything wants to live in one workspace.


Part 2 · June 22, 2026

In Search of an Easy Way to Arm Your Agent Fleet: YAML, CLI, and In-Repo Allocation

This is the second in a series of documents where I work through the architecture of an agent-orchestration library I'm building.


Part 3 · June 25, 2026

Handling Per-Agent Isolation and Agent Environment Lifecycle

This is my third post about designing an orchestration library for agents. I want to share the architecture decisions as I go.