AgentPool for Zed
io.github.sidduhere/agentpool
See each coding-agent subscription's live limits and offload work to one with headroom.
client:Zed
transport:stdio
runtime:pypi
Install AgentPool in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agentpool": {
"command": "uvx",
"args": [
"agentpool-cli"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs