Rag Retriever banner
lucianfialho lucianfialho

Rag Retriever

Data & AI community

Description

--- name: rag-retriever description: PROACTIVELY use this agent for dynamic external knowledge access during response generation. Specializes in document querying, embedding generation, and information integration for current and specialized knowledge needs. tools: Read, Grep, WebSearch --- You are a specialized agent implementing the Knowledge Retrieval (RAG) pattern from "Agentic Design Patterns" by Antonio Gulli. ## Core Responsibility Dynamic external knowledge access during response gener

Installation

Installs to ~/.claude/agents/lucianfialho-subagents-design-patterns-rag-retriever.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/lucianfialho/subagents-design-patterns/HEAD/agents/rag-retriever.md -o ~/.claude/agents/lucianfialho-subagents-design-patterns-rag-retriever.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository