feat: SOLPRISM verifiable reasoning for SAID agents#2
Open
austinatneuko wants to merge 1 commit intokaiclawd:mainfrom
Open
feat: SOLPRISM verifiable reasoning for SAID agents#2austinatneuko wants to merge 1 commit intokaiclawd:mainfrom
austinatneuko wants to merge 1 commit intokaiclawd:mainfrom
Conversation
Add optional SOLPRISM commit-reveal protocol integration to SAID API. When enabled, creates verifiable reasoning commitments for: - Feedback submissions (reputation updates) - Trust verification checks - Trusted source feedback events Key points: - Pure addition, zero changes to existing SAID logic - Graceful no-op when disabled (default) - Enable via SOLPRISM_ENABLED=true in .env - Uses SHA-256 hashing compatible with SOLPRISM SDK Files added: - src/solprism.ts: Integration class + trace builders - SOLPRISM.md: Integration documentation - .env.example: SOLPRISM config vars SOLPRISM Program: CZcvoryaQNrtZ3qb3gC1h9opcYpzEP1D9Mu1RVwFQeBu SDK: @solprism/sdk@0.1.0
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.
🔮 SOLPRISM × SAID Protocol Integration
What this adds
SOLPRISM is a commit-reveal protocol for verifiable AI reasoning on Solana. This PR adds optional reasoning commitments to SAID agent actions.
The synergy: SAID answers "who is this agent?" — SOLPRISM answers "why did this agent act?". Together they create a complete trust profile for AI agents.
How it works
What gets committed
Setup
Add to
.env:That's it. If not set, everything works exactly as before.
Files
src/solprism.ts— Integration class + reasoning trace buildersSOLPRISM.md— Full documentation.env.example— Updated with SOLPRISM config varsZero risk
Links
@solprism/sdk@0.1.0)CZcvoryaQNrtZ3qb3gC1h9opcYpzEP1D9Mu1RVwFQeBuBuilt for the Solana Agent Hackathon 🏗️