convex-agent

Build AI agents with persistent threads and tool calling in Convex.

17|3|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/PolarCoding85/convex-agent-skillz --skill convex-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex-agent
Source: https://github.com/PolarCoding85/convex-agent-skillz/tree/main/.claude/skills/convex-agent-skill
Command: npx skills add https://github.com/PolarCoding85/convex-agent-skillz --skill convex-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Build AI agents with persistent threads and tool calling.

Core Features & Use Cases

  • Persistent threads for long-running conversations across prompts.
  • Tool calling and runtime integration to perform actions without leaving Convex.
  • Streaming outputs and real-time updates for interactive experiences in chat interfaces and workflows.

Quick Start

Configure a Convex agent with a persistent thread and a simple prompt to begin interactive conversations.

Frequently Asked Questions about convex-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build AI agents with persistent threads in Convex?

To build AI agents with persistent threads in Convex, configure an agent setup with streaming options and context configuration. This enables long-running conversations across prompts and real-time updates within chat interfaces.

How does tool calling work with AI agents in a Convex backend?

Tool calling with AI agents in a Convex backend allows agents to perform runtime actions without leaving the environment. You configure optional tools during agent setup to execute workflows directly within persistent threads.

Can I use real-time streaming for multi-agent workflows in Convex?

Yes, you can use real-time streaming for multi-agent workflows in Convex. The agent setup supports streaming outputs and real-time updates, enabling interactive experiences across multiple persistent threads.

What do I need to configure before setting up a Convex agent?

Before setting up a Convex agent, you need an Agent setup in Convex with optional tools, streaming options, and context configuration. This foundation operates persistent threads and handles tool calling.

When should I use persistent threads for AI agent conversations?

Use persistent threads for AI agent conversations when managing long-running interactions across multiple prompts. They maintain context continuously, making them ideal for chat interfaces and complex multi-agent workflows.

Are there limitations to building multi-agent systems with Convex?

Limitations of building multi-agent systems with Convex depend on your context configuration and streaming setup. The system requires proper agent configuration to operate effectively and maintain persistent threads across workflows.