π―
ag-ui-protocol
π―Skillfrom meetsmore/use-ai
What it does
ag-ui-protocol skill from meetsmore/use-ai
ag-ui-protocol
Installation
DockerRun with Docker
docker run -d \DockerRun with Docker
docker run -d -p 8081:8081 -e ANTHROPIC_API_KEY='your-api-key' -e CORS_ORIGIN='*' ghcr.io/meetsmore/use-ai-server:latestBunRun with Bun
bun devgit cloneClone repository
git clone git@github.com:meetsmore/use-ai.gitBunRun with Bun
bun install+ 1 more commands
π Extracted from docs: meetsmore/use-ai
1Installs
6
-
Last UpdatedFeb 5, 2026
Skill Details
SKILL.md
AG-UI (Agent-User Interaction) protocol reference for building AI agent frontends. Use when implementing AG-UI events (RUN_STARTED, TEXT_MESSAGE_*, TOOL_CALL_*, STATE_*), building agents that communicate with frontends, implementing streaming responses, state management with snapshots/deltas, tool call lifecycles, or debugging AG-UI event flows.