google/sam

SAM Sovereign Agent Mesh

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 3 minutes ago
Added to GitGenius on September 7th, 2026
Created on April 21st, 2026
Open Issues & Pull Requests: 18 (+0)
GitHub issues: Enabled
Number of forks: 120
Total Stargazers: 823 (+0)
Total Subscribers: 9 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 34.8 hours
Mean response time: 6.3 days
90th percentile: 27.7 days
Tracked items: 29

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 13% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 15
New in 7 days: 7
Closed in 7 days: 9
Avg open age: 36 days
Stale 30+ days: 6
Stale 90+ days: 2

Recent activity

Opened in 7 days: 4
Closed in 7 days: 8
Comments in 7 days: 2
Events in 7 days: 3

Top labels

  • bug (5)
  • enhancement (2)
  • help wanted (2)

Detailed Description

SAM is a peer-to-peer networking framework that enables autonomous agents to communicate and coordinate securely across distributed systems.

The project addresses the challenge of building trustworthy agent-to-agent communication in decentralized environments. SAM provides a mesh network architecture where agents can discover, authenticate, and exchange messages with one another without relying on centralized intermediaries. The framework emphasizes sovereignty, allowing each agent to maintain control over its own identity and communication policies while participating in a larger network of collaborating agents.

Developers building multi-agent systems that require decentralized coordination should consider SAM when agents need to operate across network boundaries without a central authority managing connections. The tool suits scenarios where agent autonomy and network resilience matter more than centralized control, such as distributed AI systems, peer-to-peer agent networks, or security-sensitive deployments where no single point of failure is acceptable. The project integrates with the Model Context Protocol, positioning it within the broader ecosystem of agent communication standards.

The project shows active development with regular commits addressing core networking functionality and agent coordination features. Work spans implementation of mesh topology management, peer discovery mechanisms, and security protocols for agent authentication. The codebase reflects ongoing refinement of the peer-to-peer architecture and integration patterns with agent frameworks.