feat(tangle-cloud): register the LLM Inference blueprint app#3241
Merged
Conversation
Adds a curated registry entry mapping the tangle/llm-inference blueprint to its hosted iframe at llm-inference.blueprint.tangle.tools. The app inherits the connected wallet and self-configures from the operator's /v1/operator (model, pricing, shielded_credits, chain_id). Read surface only for now (allowReadAccount, no contract grants): funding deposits need sendTransaction allowlisted against the live develop ShieldedCredits + payment-token addresses, added once the develop operator + gateway are deployed. Per-request SpendAuths are signed inside the iframe by an ephemeral key and never touch the bridge.
tangletools
approved these changes
May 25, 2026
Contributor
tangletools
left a comment
There was a problem hiding this comment.
Curated entry mirrors the trading/sandbox pattern; tangle-cloud typecheck + blueprintApps suite green; UI live at llm-inference.blueprint.tangle.tools. Approving.
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.
Summary
Registers the LLM Inference blueprint as a curated app in Tangle Cloud, embedding the hosted iframe at
https://llm-inference.blueprint.tangle.tools/(Cloudflare Pages, deployed). Matches thetangle / llm-inferenceblueprint metadata — same pattern as AI Trading / AI Agent Sandbox./v1/operator(model, pricing,shielded_credits,chain_id) — no hardcoded addresses.allowReadAccount, no contract grants). Funding deposits (approve+fundCredits) needsendTransactionallowlisted against the live developShieldedCredits+ payment-token addresses — a follow-up once the develop operator + gateway are deployed. Per-request SpendAuths are signed inside the iframe by an ephemeral key and never touch the bridge.Verified
https://llm-inference.pages.dev(custom domainllm-inference.blueprint.tangle.toolsprovisioning).blueprintAppssuite green: 36 tests;tangle-cloud:typecheckclean; full pre-push (lint/test/build) passed.Test plan
vitest run src/blueprintApps/*.spec.ts— 36 passingtsc --noEmit -p tsconfig.app.jsonclean