Skip to content

feat(tangle-cloud): register the LLM Inference blueprint app#3241

Merged
tangletools merged 1 commit into
developfrom
feat/llm-inference-blueprint-app
May 25, 2026
Merged

feat(tangle-cloud): register the LLM Inference blueprint app#3241
tangletools merged 1 commit into
developfrom
feat/llm-inference-blueprint-app

Conversation

@drewstone
Copy link
Copy Markdown
Contributor

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 the tangle / llm-inference blueprint metadata — same pattern as AI Trading / AI Agent Sandbox.

  • The iframe inherits the connected wallet and self-configures from the operator's /v1/operator (model, pricing, shielded_credits, chain_id) — no hardcoded addresses.
  • Read surface only for now (allowReadAccount, no contract grants). Funding deposits (approve + fundCredits) need sendTransaction allowlisted against the live develop ShieldedCredits + 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

Test plan

  • vitest run src/blueprintApps/*.spec.ts — 36 passing
  • tsc --noEmit -p tsconfig.app.json clean
  • Visual: app card renders + iframe embeds in develop once the custom-domain cert provisions

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.
@drewstone drewstone requested a review from AtelyPham as a code owner May 25, 2026 19:09
Copy link
Copy Markdown
Contributor

@tangletools tangletools left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curated entry mirrors the trading/sandbox pattern; tangle-cloud typecheck + blueprintApps suite green; UI live at llm-inference.blueprint.tangle.tools. Approving.

@tangletools tangletools merged commit 0244456 into develop May 25, 2026
6 of 7 checks passed
@tangletools tangletools deleted the feat/llm-inference-blueprint-app branch May 25, 2026 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants