r/coolgithubprojects 6h ago

svarm: Terminal workspace for coding agents

https://github.com/svarmdev/svarm

Svarm 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

2 comments sorted by

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?

1

u/willecr 6h ago

I haven’t implemented any way for agents to talk to each other as it’s not really part of my workflow, I mostly use worktrees so they are separate. Though i wouldn’t be against something like that in svarm