Add krewe — decentralized AI inference network on Base#198
Open
harrydev44 wants to merge 1 commit into
Open
Conversation
krewe is x402-paywalled inference infrastructure that AI agents call directly from their existing wallet (no API keys, no quotas, no provisioning). Supports four job kinds: text.structure, text.embed, web.scrape, text.complete — each returned with 2-of-3 byte-equal miner consensus. Ships first-class SDKs for LangChain, ElizaOS, and Coinbase AgentKit. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
We require contributors to sign our Contributor License Agreement, and we don't have @harrydev44 on file. You can sign our CLA at https://e2b.dev/docs/cla . Once you've signed, post a comment here that says '@cla-bot check' |
Author
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |
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.
Adds krewe to the SDKs list, alphabetically between Helicone and Langchain.
What it is: an x402-paywalled inference network on Base mainnet. AI agents call
POST /v2/predict(or/v1/inference) and pay USDC per call — no API keys, no provisioning, the wallet IS the auth.Four job kinds:
text.structure($0.005) — regex/JSON extraction from texttext.embed($0.01) — sentence embeddingsweb.scrape($0.02) — clean HTML fetchtext.complete($0.05) — small-LM completion (greedy decode, server-pinned model)Every output is verified by 2-of-3 byte-equal consensus over three independent miner workers, so the agent can trust the response without trusting any single node.
Why it belongs in this list: krewe is inference infrastructure that agents call, not an agent framework itself. It fits the same shelf as Helicone (observability) — a tool agent builders plug in. SDKs already published:
@krewe/x402-client— generic@krewe/langchain— LangChain.js Tool/Embeddings/LLM subclasses@krewe/elizaos-plugin— ElizaOS PluginLinks to docs in the README entry: protocol writeup at
docs/x402.md, full architecture atdocs/architecture.md.Happy to tweak the description, links, or position if you'd prefer.