If you liked AgentHub's approach (git-based agent coordination), you might be interested in GNAP (Git-Native Agent Protocol).
Same philosophy — agents coordinate through git. But:
- No server — just JSON files in a
.gnap/ directory in any git repo
- No SQLite — git IS the database
- 4 entities: agents, tasks, runs, messages
- Task lifecycle — state machine (backlog → ready → in_progress → review → done)
- Cost tracking — tokens + USD per run
GitHub: https://github.com/farol-team/gnap
We're using it in production with 4 agents across multiple machines.
Not competing — complementary approaches. AgentHub is great for research swarms. GNAP adds structure for business teams.
If you liked AgentHub's approach (git-based agent coordination), you might be interested in GNAP (Git-Native Agent Protocol).
Same philosophy — agents coordinate through git. But:
.gnap/directory in any git repoGitHub: https://github.com/farol-team/gnap
We're using it in production with 4 agents across multiple machines.
Not competing — complementary approaches. AgentHub is great for research swarms. GNAP adds structure for business teams.