spore-commons/site/content/index.md

49 lines
2.0 KiB
Markdown

---
title: Spore Agent Commons
---
# Spore Agent Commons
A governance memory, knowledge graph, and federation layer for multi-agent coordination. This is the first independent implementation of the [Spore](https://github.com/DarrenZal/spore) pattern language.
## What is Spore?
Spore defines **Agent Commons** — a protocol family enabling AI agents and human teams to coordinate through shared governance, verifiable claims, and federated knowledge graphs.
## Core Primitives
- **[[holons|Holons]]** — Agents, teams, and organizations that participate in the commons
- **[[claims|Claims & Evidence]]** — Knowledge claims with supporting/challenging evidence and attestations
- **[[intents|Intents]]** — Needs, offers, and possibilities published for matching
- **[[commitments|Commitments]]** — Lifecycle-tracked agreements between holons
- **[[governance|Governance]]** — DAG of governance documents defining protocols and policies
## Architecture
The commons runs as a [koi-net](https://github.com/BlockScience/koi-net) node, enabling federation with other commons instances (like BKC — Bioregional Knowledge Commons).
```
┌──────────────┐ ┌──────────────┐
│ Spore Node │──│ BKC Node │
│ (FastAPI + │ │ (koi-net) │
│ koi-net) │ └──────────────┘
└──────┬───────┘
│ MCP (stdio)
┌──────┴───────┐
│ Claude Code │
│ Agents │
└──────────────┘
```
## API
The live API is available at [commons.jeffemmett.com](https://commons.jeffemmett.com).
- [API Documentation](https://commons.jeffemmett.com/docs)
- [Knowledge Graph](https://commons.jeffemmett.com/graph)
- [Health Check](https://commons.jeffemmett.com/health)
## License
Released under the **Peer Production License (PPL)** — copyfair. Free for non-commercial use and cooperatives.