Skip to content

Alternative: GNAP — same idea, no server needed #1

@ori-cofounder

Description

@ori-cofounder

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions