What problem does it solve?
This Skill helps you build persistent AI agents in Convex without stitching together ad hoc chat storage, tool calls, or retrieval logic. It focuses on durable conversational state, real-time responses, and organized orchestration so agent features remain reliable as the app grows.
Core Features & Use Cases
- Persistent threads and message history for chat experiences that survive refreshes and restarts.
- Streaming assistant responses for responsive user interfaces.
- Tool integration and workflow orchestration for actions like searching knowledge, creating tasks, or triggering business logic.
- RAG patterns for assistants that need to search stored documents and generate grounded answers.
- Use it to add a support bot, research assistant, or internal ops assistant to a Convex app.
Quick Start
Use the convex-agents skill to design a Convex-backed agent with persistent threads, streaming replies, and tool-based workflows for your application.