rag-wrapper

Installation
SKILL.md

RAG Wrapper Patterns

Patterns for augmenting any agent with Qdrant context retrieval.

Quick Start

To wrap an agent with RAG:

Use rag-proxy agent:
  Target: {agent-to-wrap}
  Task: {the task}

Manual Wrapping Pattern

If you need custom control, follow this pattern:

Step 1: Query Relevant Context

Installs
18
GitHub Stars
2
First Seen
Jan 24, 2026
rag-wrapper — mindmorass/reflex