概要
CopilotKitのGenerative UI stackにおけるcore primitiveを説明する公式documentationです。components-as-tools、tool-call rendering、state rendering、sandboxed MCP Apps、declarative UI renderersなど、productionで選べるruntime patternを具体的に整理しており、実装方針の地図として有用です。
要約
1. Production primitives: sloganではなく、UIを駆動する具体patternへ分解している
2. Runtime taxonomy: controlled、declarative、embedded/sandboxed approachを区別できる
3. Framework relevance: tool-renderingとspec-rendering architectureを比較しやすい
4. Agent UX design: UIをtool、state、streamed activityへどう結びつけるかが分かる
5. 高シグナルなdocs: trend commentaryではなく、実装者向けの公式reference