From 53c97216853f31478962a92610f0848e8ff1195e Mon Sep 17 00:00:00 2001 From: Ori Date: Thu, 12 Mar 2026 20:55:17 +0000 Subject: [PATCH] Add GNAP (Git-Native Agent Protocol) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 63cb3fd..680dac9 100644 --- a/README.md +++ b/README.md @@ -160,3 +160,5 @@ A curated list of awesome resources, libraries, frameworks, and tools for genera * More Agents Is All You Need ([Paper](https://arxiv.org/abs/2402.05120)) * Mindstorms in Natural Language-Based Societies of Mind ([Paper](https://arxiv.org/abs/2305.17066)) * Internet of Agents: Weaving a Web of Heterogeneous Agents for Collaborative Intelligence ([Paper](https://arxiv.org/abs/2407.07061)) + +- [GNAP](https://github.com/farol-team/gnap) — Git-Native Agent Protocol: coordinate AI agent teams with 4 JSON files in a git repo. No server, no database. Any agent that can git push can participate. MIT licensed.