feat(wave-dispatch): add WAVE Dispatch — paid AI routing skill#13
Open
yakimoto wants to merge 1 commit into
Open
feat(wave-dispatch): add WAVE Dispatch — paid AI routing skill#13yakimoto wants to merge 1 commit into
yakimoto wants to merge 1 commit into
Conversation
WAVE Dispatch (https://dispatch.wave.online) is a paid AI inference router: agents send a prompt, an edge classifier picks the cheapest capable model (edge-local free / local-LLM cheap / frontier priced), and the response includes both the answer and a signed Payment-Receipt. Adds skills/wave-dispatch/: - SKILL.md (frontmatter + Quick Reference + endpoint docs + payment flow) - rules/getting-started.md (install, wallet setup, first call, Payment-Receipt verification, troubleshooting) The endpoints already discoverable via `npx agentcash@latest discover https://dispatch.wave.online` (source: openapi). This skill makes them first-class in the agentcash-skills bundle so they can be installed with `npx skills add Merit-Systems/agentcash-skills`. Pricing surfaced in the Quick Reference table — $0.0001 for /classify, $0.001 + model markup for /, $0.0005 for the Dispatch+ cheap tier. Compatibility modes documented: OpenAI-compat at /v1/chat/completions and Anthropic-compat at /v1/messages — any agent already calling those APIs can swap base URL to dispatch.wave.online and pay per call via x402. Identity: every settlement carries a verifiable Credential.source (did:pkh:eip155:8453:<addr> or did:wave-agent:<id>); receipts are JWS- signed against the platform DID at /.well-known/did.json. Source-of-truth links in SKILL.md point at: - https://dev.wave.online (docs) - https://dispatch.wave.online/openapi.json (live API spec) - https://github.com/wave-av/dispatch-edge (open-core mirror) - https://github.com/wave-av/wave-dispatch/blob/master/docs/threat-model.md
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
Adds the wave-dispatch skill: WAVE Dispatch (https://dispatch.wave.online) is a paid AI inference router. Agents send a prompt → an edge classifier picks the cheapest capable model (edge-local free / local-LLM cheap / frontier priced) → response includes the answer + a signed `Payment-Receipt`.
`npx agentcash@latest discover https://dispatch.wave.online\` already finds us via OpenAPI; this skill makes the endpoints first-class in this bundle so users can install with `npx skills add Merit-Systems/agentcash-skills` and get WAVE Dispatch alongside the other 12 skills.
Scope
Pricing (from SKILL.md Quick Reference)
Why agents want this
Identity + safety