9 ms·
I just wrote about this. Not this exactly, but how your repository can be your swarm, and essentially be your harness. Using Gitea/GitHub Actions within your
by Hyperlisk 27d ago
I just wrote about this.
Not this exactly, but how your repository can be your swarm, and essentially be your harness.
Using Gitea/GitHub Actions within your repo and agent runner containers allow you to have agents working in your repos 24/7. Not just that, but in a containerized world you can just link up their brains over some shared storage. Using Antigravity, this means you can share the `brain` and its conversation directory with your agent runners and they can get the entire history of everything.
While building it out it becomes apparent that we are just getting started!
- skinfaxi 27d agoWhere did you write about this? I am interested in reading more.
- Hyperlisk 27d agoI just submitted it last night on HN, actually. So it should be on my profile in my submissions. It's written more about my experience rather than as a tutorial, but I think it becomes clear how it should work.
- Bluestein 27d agoFor those interested, myself amongst: - https://nicktrevino.com/your-repository-is-your-swarm.html https://nicktrevino.com/your-repository-is-your-swarm.html
- skinfaxi 26d agoI enjoyed it, thank you for sharing and double thanks to Bluestein for surfacing it. Your point about declarative languages is interesting and mirrors my thoughts. Prompting is declarative even.