What problem does it solve?
Builds and coordinates persistent, stateful AI agents that can manage long-running tasks, maintain conversation context, and orchestrate tools and services without losing progress across restarts.
Core Features & Use Cases
- Persistent State: Agents retain conversation history and context across sessions.
- Streaming Responses: Real-time token streaming to clients for responsive interactions.
- Tool Integration & Orchestration: Run Convex functions as agent tools and compose multi-step workflows.
- RAG & Knowledge Workflows: Integrate retrieval-augmented patterns for knowledge access and decision making.
- Workflow Orchestration: Coordinate complex, durable processes that span multiple steps and services.
- Use Cases: Personal assistants, customer support agents, and research assistants that need reliability and extensibility.
Quick Start
Set up a basic Convex Agent project and run a chat example to verify threading, streaming, and tool usage.