Add Utilia Solana preflight agent - #1
Open
mohamedkuch wants to merge 2 commits into
Open
Conversation
mohamedkuch
marked this pull request as ready for review
July 24, 2026 00:41
Signed-off-by: Mohamed Kechaou <mohamed.kechaou.de@gmail.com>
Author
|
The Utilia agent entry now has independent paid-path validation. OOBE merged its SDK integration after a real $0.002 USDC call settled successfully: OOBE-PROTOCOL/synapse-client-sdk#50 (comment). This PR remains mergeable. Could you review it and confirm whether the repository expects any additional agent metadata before merge? |
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.
What changed
utilia-solana-preflightagent definitionWhy
Agents that trade or manage Solana transactions need an independent preflight layer before a wallet signs or broadcasts. Utilia provides live priority-fee estimates, unsigned transaction simulation, failure diagnostics, token authority and concentration checks, PDF-to-Markdown, and audio normalization without custody or execution.
Validation
ajv validate --spec=draft7 -c ajv-formats -s schema/clawdAgentSchema.v1.json -d agents/utilia-solana-preflight.jsonnode --check build-catalog.cjsThe committed catalog cannot currently be reproduced from a clean public checkout because the build selects a gitignored
src/catalog when present in the maintainer environment. This PR therefore includes the source definition and package-overlay entry but does not commit a locally regenerated catalog that would remove private-source entries.