Skip to main content

convex-agent

Add an AI agent / RAG backend (@convex-dev/agent) to the Convex app.

설치로 이동

소스 정보

저장소
get-convex/templates
최근 소스 활동
2026년 8월 4일 17:38
감지된 SKILL.md 언어
영어
스타
135
포크
46

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
convex-agent
description
Add an AI agent / RAG backend (@convex-dev/agent) to the Convex app.
<!-- GENERATED from convex-agents content/capabilities/agent.json — do not edit by hand. --> # Add an AI agent / RAG backend Install @convex-dev/agent for durable threads, message history, tool-calls, and vector search/RAG — the backend for an in-app AI agent. ## Workflow 1. Install @convex-dev/agent + add to convex.config.ts. 2. Define the agent (model, tools, instructions); store the LLM key via the `env` micro power. 3. Create threads + stream messages; persist history in Convex. 4. For RAG: embed docs into a vector index and retrieve in the tool. ## Rules - Keep the LLM API key in Convex env (use the `env` micro power), never client-side. - Run model calls in actions ('use node' if the SDK needs it). - Persist threads/messages in Convex for durability + reactivity.
GitHub에서 보기