How I manage my agents 0 ▲ Fatih Arslan 1 hour ago · 11 min read2194 words · Tech · hide · 0 comments There are probably hundreds of posts like this. But I wanted to share my workflow about how I create and manage a fleet of agents. I've had huge success with it over the past few months.I rely on some sort of index, where I save every single piece of agent work. Each plan is a single markdown file, which is human readable and can be shared with co-workers or other agents.These plans live in a dedicated repo, and accessible by all my Cloud Agents (and by my co-workers of course). Initially, random agents would create and manage these plans, but later on I switched to long running agents. These are called coordinators, and they read and write to the repo (more on this later). The nice thing about having them in a git repo is that agents know how to interact and I'm getting history for free.LayoutIt all starts with the skill /plan-init. You call it once (in the repo where you keep your plans) and then never call it again. This skill sets up your directory with the folders required to… No comments yet. Log in to reply on the Fediverse. Comments will appear here.