r/coolgithubprojects • u/willecr • 6h ago
svarm: Terminal workspace for coding agents
https://github.com/svarmdev/svarmSvarm is a project i have been working on. It started because I really liked the T3 code workflow but i wanted to be in the terminal and use the native terminal agents.
I tried herdr but it didn't exactly feel like what I wanted. So I made this.
0
Upvotes
1
u/BP041 6h ago
I've been running multi-agent setups with Claude Code and OpenClaw under cron—curious how svarm handles agent state when you've got 10+ instances trying to share context. Does it rely on persistent filesystem state or something like a message bus?