convex-agents

Create persistent AI agents with thread management and tool orchestration in Convex.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/LucaDeLeo/alignment-journal --skill convex-agents-lucadeleo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: convex-agents
Source: https://github.com/LucaDeLeo/alignment-journal/tree/main/.claude/skills/convex-agents
Command: npx skills add https://github.com/LucaDeLeo/alignment-journal --skill convex-agents-lucadeleo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Builds persistent, stateful AI agents with thread management, tool integration, streaming responses, RAG patterns, and durable workflows to coordinate complex AI tasks.

Core Features & Use Cases

  • Persistent state across restarts enabling long-running conversations.
  • Real-time streaming responses to clients.
  • Tool integration for function calls and task automation.
  • Durable workflows and modular orchestration of complex agent tasks.
  • RAG-based knowledge retrieval for informed decision making.

Quick Start

Instantiate a Convex Agent and start a chat session to orchestrate tools and workflows.

Frequently Asked Questions about convex-agents

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

FAQPage Schema
How do I build AI agents with persistent state for long-running conversations?▼

Build persistent AI agents by leveraging a Convex-based architecture that maintains state across restarts. This enables durable workflows, continuous thread management, and stateful dialogue for complex, long-running AI tasks without losing conversation history.

Can I stream real-time AI agent responses to clients using Convex?▼

Stream real-time AI agent responses directly to clients using Convex. The architecture supports continuous streaming outputs alongside tool execution, allowing interactive AI systems to deliver immediate, incremental feedback during complex task orchestration.

How do I integrate tool execution and RAG retrieval into AI agent workflows?▼

Integrate tool execution and RAG retrieval into AI agent workflows by orchestrating function calls within a Convex architecture. This supports tool automation, RAG-based knowledge retrieval for informed decision making, and modular execution of complex agent tasks.

What's the best way to manage conversational threads for stateful AI agents?▼

Manage conversational threads for stateful AI agents through built-in thread management within a Convex architecture. This handles persistent state, ensuring continuous dialogue context and durable workflow orchestration across multiple long-running chat sessions.

Does Convex support durable workflows for orchestrating complex agent tasks?▼

Convex supports durable workflows for orchestrating complex agent tasks through modular state management. This ensures persistent task execution, tool integration, and workflow coordination survive system restarts for reliable AI agent automation.

Why do my AI agents lose conversation history after server restarts?▼

AI agents lose conversation history after restarts if they lack persistent state architecture. Using a Convex-based approach ensures durable thread management and stateful dialogue, maintaining continuous conversation context and workflow progress across system restarts.