AFS
Agentic File System
AFS(Agentic File System)は、タスクに関係するファイル、サービス、実行中の作業を確認可能なリソース表示にします。agent に区別のないマシンや API の束を渡すのではなく、名前と境界を持つ作業世界を与えます。
- 別称
- Agentic File System
- さらに読む
- AFS →
関連する解説と実践
記事
-
What's next: ARC, one real application at a time
The new site is live. Here is how we plan to bring ARC into the community, data spaces and everyday applications, with migrations, new products and builders taking part along the way.
-
OpenAI's Agents API is a harness. ARC is a new kind of computer for agents
OpenAI's Agents API turns the Codex loop into a hosted API: sessions, compaction, tools, sandboxes, plugins. That layer is real. It is still not a computer with identity, durable state, and an owner who can walk away with it. ARC attaches at the seam they already documented.
-
The Infrastructure Came First. The Residents Are Arriving.
Not a pivot from blockchain to AI. The harder claim is simpler: roads and utilities can be built early, but a digital city only comes alive when residents who can work around the clock walk in.
-
Builders Change. Your Property Stays.
Most people will not manage API keys. They will hire agents. The real question is not which model is smarter, but whose ground the worker stands on when the job is done.
-
What `arc skill` Is Today (and What It Is Not)
arc skill ships a small catalog of built-in how-to booklets and can drop them into your agent skill folders. That is useful—and incomplete next to gh skill or AFS’s own .skills trees. Here is the plain map, a short how-to, and the open design gap.
-
Agents don't need a better sandbox. They need a computer of their own.
Many companies are building compute for agents: sandboxes, VMs, even digital workers. They answer where untrusted code should run. What agents still lack is a machine that can last: identity, state, constrained authority, verifiable history, and the right to leave. We call that machine ARC.
製品
-
ARC
active
Blocklet のランタイム。Blocklet として記述されたアプリケーションを、その Blocklet が必要と宣言したリソースとともに実行する場所を開発者に提供します。
ドキュメント
-
AIGNE Framework
legacy
実運用の LLM アプリケーション向けエージェントフレームワーク。関数型・合成可能・TypeScript ファースト。
用語
-
ARC
ARC は Blocklet の runtime です。Blocklet として記述されたアプリケーションを動かす場所を提供し、runtime、アプリケーション、リソース接続を説明のない一つの deployment にしません。
-
AUP
AUP(Agentic UI Protocol)は、アプリケーションが何を表示し、どの操作を可能にするかを表現します。runtime はデバイス能力に合う部分を render し、一つの画面の pixel をアプリケーションそのものとして扱いません。
-
Small World
すべての agent、アプリ、プロセスが見るのはグローバルな世界ではなく、それ専用に投影された小さな世界です。その外にあるものは「権限がない」のではなく、存在しません。
-
コンテキスト
役に立つ context は prompt だけではありません。タスクに関係する文書、tool、許可された操作も含まれます。境界が曖昧なら、能力のある model でも何を使ってよいか推測するしかありません。