logoalt Hacker News

theturtletalkstoday at 5:23 PM1 replyview on HN

No, this is the platform to post on. You hacked something neat together and posted about it. I really liked how you made it agent first and gave it an MCP server so you can give any agent a tmux like multiplexer to use as subagents.

So many times I see projects here I don’t really need, but I always learn something from their readme and code. A lot of time I learn something I can apply to my project. In this case, I use Node-PTY for my terminal control plane but when I run more than 50 agents, it crashes. Maybe using your pty will let me run more agents.


Replies

1nv1ntoday at 5:35 PM

Thank you for your kind words, that's generally how I see other's projects too.

I haven't performance or load tested, it's on the backlog; so I'd be curious on whether this works for your use-case. And if not, feel free to log an issue!