Skip to content

Add krewe — decentralized AI inference network on Base#198

Open
harrydev44 wants to merge 1 commit into
e2b-dev:mainfrom
harrydev44:add-krewe
Open

Add krewe — decentralized AI inference network on Base#198
harrydev44 wants to merge 1 commit into
e2b-dev:mainfrom
harrydev44:add-krewe

Conversation

@harrydev44

Copy link
Copy Markdown

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 text
  • text.embed ($0.01) — sentence embeddings
  • web.scrape ($0.02) — clean HTML fetch
  • text.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:

Links to docs in the README entry: protocol writeup at docs/x402.md, full architecture at docs/architecture.md.

Happy to tweak the description, links, or position if you'd prefer.

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>
@cla-bot

cla-bot Bot commented May 18, 2026

Copy link
Copy Markdown

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'

@harrydev44

Copy link
Copy Markdown
Author

@cla-bot check

@cla-bot cla-bot Bot added the cla-signed label May 18, 2026
@cla-bot

cla-bot Bot commented May 18, 2026

Copy link
Copy Markdown

The cla-bot has been summoned, and re-checked this pull request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant