Convex Agents Threads
CommunityOrganize threaded conversations and user history.
AuthorSstobo
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Threads group related messages into organized, linear conversation histories. Every message in the Agent component belongs to a thread.
Core Features & Use Cases
- Organize conversations by userId into persistent threads.
- Query, continue, and manage thread metadata across sessions.
- Clean up old or completed threads to keep histories manageable.
Quick Start
Create a new thread for a user: startNewThread(ctx, { userId: "user-123" }) Continue a thread: continueConversation(ctx, { threadId: "thread-456", prompt: "Hello" }) List threads for a user: getUserThreads(ctx, { userId: "user-123", paginationOpts: { limit: 20 } })
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Convex Agents Threads Download link: https://github.com/Sstobo/convex-skills/archive/main.zip#convex-agents-threads Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.