什么是 ag-ui?
针对事件排序(RUN_STARTED、TOOL_CALL_*、STATE_SNAPSHOT/STATE_DELTA)、流语义和中间件模式的 AG-UI 协议实现指南。在将代理后端与 AG-UI 客户端集成时使用。 来源:outlinedriven/odin-codex-plugin。
针对事件排序(RUN_STARTED、TOOL_CALL_*、STATE_SNAPSHOT/STATE_DELTA)、流语义和中间件模式的 AG-UI 协议实现指南。在将代理后端与 AG-UI 客户端集成时使用。
通过命令行快速安装 ag-ui AI 技能到你的开发环境
来源:outlinedriven/odin-codex-plugin。
Use this skill to implement AG-UI compliant integrations with correct event ordering, tool lifecycle behavior, and state synchronization semantics.
Choose client-side HttpAgent, custom AbstractAgent, or middleware bridge.
Map required lifecycle, text, tool, and state events before implementation.
针对事件排序(RUN_STARTED、TOOL_CALL_*、STATE_SNAPSHOT/STATE_DELTA)、流语义和中间件模式的 AG-UI 协议实现指南。在将代理后端与 AG-UI 客户端集成时使用。 来源:outlinedriven/odin-codex-plugin。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/outlinedriven/odin-codex-plugin --skill ag-ui针对事件排序(RUN_STARTED、TOOL_CALL_*、STATE_SNAPSHOT/STATE_DELTA)、流语义和中间件模式的 AG-UI 协议实现指南。在将代理后端与 AG-UI 客户端集成时使用。 来源:outlinedriven/odin-codex-plugin。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/outlinedriven/odin-codex-plugin --skill ag-ui 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/outlinedriven/odin-codex-plugin