bdougie

@bizza.pizza

I can write code.

Hacking on an agent orchestrator that is essentially a bunch of open source tools I like (Git, tmux, opencode and stereOS), duct taped together using Bun. The result provides an isolated workspace in a tmux session you can attach to do work, and a VM where the agent can access the workspace

An ascii diagram that shows the architecture for an LLM agent system. At the outer layer is the host machine, which holds the workspace as a git worktree. The worktree is shared with a VM where the agent is isolated to. The final piece is a tmux session that allows the human to access the workspace and the VM directly via ssh