Creating a simple agent that performs RAG.
|
A retrieval agent built with LangGraph and managed with uv.
-
🔍 Retrieval-Augmented Generation (RAG) powered by LangGraph
-
📦 Dependency management using uv
-
⚡ Lightweight & performant agent execution
-
🔗 Composable graph-based workflows
-
🧩 Easy integration with external tools and APIs
-
Python 3.12+
-
uv installed
Clone the repository:
git clone https://github.com/ArlindKadra/RAGAgent.git
cd RAGAgent
# Install dependencies
uv syncThe project uses Ruff for formatting and linting.
