logoalt Hacker News

srousseyyesterday at 4:32 AM2 repliesview on HN

Why would you need multiple agents and not one agent with multiple repos?


Replies

dbmikusyesterday at 1:57 PM

For my example where I modify both the OSS and private repos, I sometimes have one agent coordinate both changes (maybe with subagents), or if the work is modular and separate, I have disjoint agents do the work separately.

That said, most of the time, I only want an agent to work in one repo. I could give it multiple repos at once and instruct it to work in just one, but that risks it forgetting my instructions and it can load more context into the agent's window.

I think my main point was to have flexibility about the topology of VMs, repos, and agents.

srcreighyesterday at 5:24 AM

Tasks are a good scope for zero trust permissions