Release v0.0.1#1
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First public release of Spellguard — the initial OSS export of the secure
agent-to-agent communication framework. Agents communicate through a Verifier
that logs interactions for auditability while maintaining forward secrecy.
What's included
TypeScript
@spellguard/client— middleware: discovery, attestation, A2A routing@spellguard/verifier— proxy server: message routing, policy enforcement, audit logging@spellguard/ctls— confidential TLS (bidirectional attestation, ephemeral Ed25519 keys)@spellguard/amp— Auditable Messaging Protocol (ECDH encryption, commitment logging)@spellguard/langchain,@spellguard/openai,@openclaw/spellguard— framework adapters@spellguard/policy-sdk,@spellguard/policy-catalog— policy authoring + JSONC catalog@spellguard/mcp-guard— MCP server guardPython
spellguard-ctls,spellguard-amp,spellguard-clientspellguard-langchain,spellguard-crewaiDemos & docs
packages/agents/README.md,CONTRIBUTING.md,SECURITY.md,LICENSE, examplesNot in this release
The internal management plane, dashboard, and mgmt-side rules engine remain
private — this export is the subset needed to run the Verifier, client
middleware, and adapters standalone.
Verifying
Integration tests need the Verifier + demo agents running — start them with
pnpm run devin a separate terminal first. SeeREADME.mdfor the fulldevelopment loop.