convex-streaming-agents
Installation
SKILL.md
Convex Streaming Agents
Use this skill when the user wants a Convex-backed streaming agent with a polished client experience, not just a one-shot text response.
What This Skill Covers
- Vercel AI SDK
streamText(...)with Convex - choosing between direct HTTP streaming and Convex-backed persisted streaming
- start and status routes for async runs
- background worker patterns for long-running model calls
- persisted partial text, final text, and tool traces
- client-side thinking dots, typing animation, polling, and completion cleanup
Architecture Choice
Choose one of these two patterns first.