Skip to content

Commit 2728e2b

Browse files
author
Ismael Marchi
committed
docs: improve transparency — replace Production claims with Implemented, expand open-core section
- Status table: '✅ Production' → '✅ Implemented' (5 components) - License section: expanded into 'License & Open-Core Model' with clear table showing which components are open-source vs proprietary - No functional changes to code or links
1 parent 5d17b86 commit 2728e2b

1 file changed

Lines changed: 17 additions & 7 deletions

File tree

README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,11 @@ Early access to Synapse Forge — the visual memory debugger and agent orchestra
262262
| Component | Status |
263263
|---|---|
264264
| SDK (PyPI) | `v1.0.6` — stable |
265-
| Semantic Privacy Guard™ |Production |
266-
| Differential Privacy |Production |
267-
| Intelligent Intent Validation™ |Production |
268-
| Persistence-First Neural Handover™ |Production |
269-
| Trust Quotient™ |Production |
265+
| Semantic Privacy Guard™ |Implemented |
266+
| Differential Privacy |Implemented |
267+
| Intelligent Intent Validation™ |Implemented |
268+
| Persistence-First Neural Handover™ |Implemented |
269+
| Trust Quotient™ |Implemented |
270270
| MCP Server | ✅ Compatible |
271271
| Synapse Forge |[Live Dashboard](https://synapselayer.org/forge) |
272272
| CI/CD Pipeline | 🔄 In Progress |
@@ -322,11 +322,21 @@ See [SECURITY.md](SECURITY.md) for full architecture, key management, and compli
322322

323323
---
324324

325-
## License
325+
## License & Open-Core Model
326326

327327
Apache License 2.0 — see [LICENSE](LICENSE).
328328

329-
**Open-core model:** SDK is fully open source. The Synapse Forge platform and advanced engine internals are proprietary.
329+
This project follows an **open-core model**:
330+
331+
| Component | License | Repository |
332+
|---|---|---|
333+
| **Python SDK** (`synapse-layer`) | Apache 2.0 — fully open source | [Public](https://github.com/SynapseLayer/synapse-layer) |
334+
| **MCP Server example** | Apache 2.0 — fully open source | [Public](https://github.com/SynapseLayer/synapse-layer/tree/main/examples/mcp-secure-memory) |
335+
| **Synapse Forge Dashboard** | Proprietary | Private |
336+
| **Consensus Engine internals** | Proprietary | Private |
337+
| **Trust Quotient™ weights** | Proprietary | Private |
338+
339+
The SDK gives you full access to store, recall, handover, sanitize, and encrypt memories. The Forge dashboard and internal scoring algorithms are closed-source and available under commercial license.
330340

331341
---
332342

0 commit comments

Comments
 (0)