Skip to content

Glyph Protocol 1.0.0

Choose a tag to compare

@Monoperro0207 Monoperro0207 released this 24 May 04:28
· 181 commits to main since this release

Glyph Protocol 1.0.0

First stable release of the Glyph wire protocol.

What's included

  • Protocol 1.0 — content-addressed signed cards (ed25519), receipts, sanitization, pinning, confirmation gate
  • 14 npm packages under @glyphp/* — core, types, client, server, cli, conformance, resolver, adapters (mcp, mcp-server, openapi), integrations (vercel-ai, langchain, llamaindex, openai-agents)
  • Python SDKpip install glyph-protocol
  • Go SDKgo get github.com/Monoperro0207/glyph-protocol/sdks/go/glyphprotocol@v1.0.0
  • RFC-0001 — Key Registry with rotation & revocation
  • Conformance suite — 4 levels (discovery, execution, security, governance)
  • Canonical test vectors — cross-language interop

Install

npm install @glyphp/server @glyphp/client
pip install glyph-protocol
go get github.com/Monoperro0207/glyph-protocol/sdks/go/glyphprotocol@v1.0.0

See README, CHANGELOG-PROTOCOL.md, and RFC-0001.