Skip to main content
Back to registry

convex-agents

waynesutton/convexskills

Build persistent, stateful AI agents with Convex including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration.

Installs780
Install command
npx skills add https://github.com/waynesutton/convexskills --skill convex-agents
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Build persistent, stateful AI agents with Convex including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration. Before implementing, do not assume; fetch the latest documentation: Define tools that agents can use: - Primary: - Convex Agent Component: - For broader context: - Persistent State - Conversation history survives restarts - Real-time Updates - Stream responses to clients automatically - Tool Execution - Run Convex functions as agent tools - Durable Workflows - Long-running agent tasks with reliability - Built-in RAG - Vector search for knowledge retrieval - Never run npx convex deploy unless explicitly instructed - Never run any git commands unless explicitly instructed - Store conversation history in Convex for persistence - Use streaming for better user experience with long responses - Implement proper error handling for tool failures - Use vector indexes for efficient RAG retrieval - Rate limit agent interactions to control costs - Log tool usage for debugging and analytics - Not persisting threads - Conversations lost on refresh - Blocking on long responses - Use streaming instead - Tool errors crashing agents - Add proper error handling - Large context windows - Summarize old messages - Missing embeddings for RAG - Generate embeddings on insert - Convex Documentation: - Convex LLMs.txt: - Convex AI: - Agent...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does convex-agents do?

Build persistent, stateful AI agents with Convex including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration.

Is convex-agents good?

convex-agents does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does convex-agents work with?

convex-agents currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to convex-agents?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install convex-agents?

npx skills add https://github.com/waynesutton/convexskills --skill convex-agents

Related skills

More from waynesutton/convexskills

Related skills

Alternatives in Software Engineering