AUP
Agentic UI Protocol
AUP(Agentic UI Protocol)は、アプリケーションが何を表示し、どの操作を可能にするかを表現します。runtime はデバイス能力に合う部分を render し、一つの画面の pixel をアプリケーションそのものとして扱いません。
- 別称
- Agentic UI Protocol
- さらに読む
- AUP →
関連する解説と実践
記事
-
The Web Content System on ARC: Not Understanding Your Content Is What Makes It Simple
WordPress and Astro both ask a site to declare its content model. That is not a flaw; it is a different trade-off. ARC's Web Device tries to make common web work a runtime, while leaving the meanings of products, terms, and events to object data and application components. This is about where that boundary belongs, and what still has to be supplied to make it hold.
-
Web Device: Declare a Website, Then Pick the Right Path
Web Device is one of ARC's core capabilities: declare a .web/ folder anywhere in AFS, and the data and AUP under it get rendered server-side into a website, SEO checks, broken-link detection, and visitor analytics included for free. This piece covers how it differs from UI Device (/dev/ui/web), how to use it, and which situations call for which.
-
ArcBlock CEO to Give a Keynote at Harness4GenUI, ASE 2026
ArcBlock founder and CEO Robert Mao will give a keynote at the 1st Harness4GenUI workshop, held during ASE 2026 in Munich, Germany.
製品
-
ARC
active
Blocklet のランタイム。Blocklet として記述されたアプリケーションを、その Blocklet が必要と宣言したリソースとともに実行する場所を開発者に提供します。
用語
-
AFS
AFS(Agentic File System)は、タスクに関係するファイル、サービス、実行中の作業を確認可能なリソース表示にします。agent に区別のないマシンや API の束を渡すのではなく、名前と境界を持つ作業世界を与えます。
-
ARC
ARC は Blocklet の runtime です。Blocklet として記述されたアプリケーションを動かす場所を提供し、runtime、アプリケーション、リソース接続を説明のない一つの deployment にしません。
-
UI Device
ブラウザをその場で操作できる device として扱い、AUP をブラウザ内で直接描画します。
-
Web Device
AFS のどこかに .web/ フォルダを宣言すると、その下のデータと AUP がサーバー側でウェブサイトとして描画されます。
-
コンテキスト
役に立つ context は prompt だけではありません。タスクに関係する文書、tool、許可された操作も含まれます。境界が曖昧なら、能力のある model でも何を使ってよいか推測するしかありません。