pooyaphoenix/RA3G-Agent
Local RAG system with a built-in governance agent that filters sensitive or restricted information with separated agent logging systems to keep privacy and security
Orchestrates a three-agent pipeline—Retriever, Reasoning, and Governance—using Ollama for local LLM inference and FAISS for vector-based document retrieval, with configurable confidence thresholds and policy-based content filtering. Exposes both Streamlit UI and FastAPI REST endpoints with session-aware memory, real-time log streaming via SSE, and automatic PDF/text indexing. Governance rules block queries containing PII, medical records, and banned phrases while maintaining separate audit trails for compliance tracking.
Stars
11
Forks
4
Language
Python
License
MIT
Category
Last pushed
Feb 17, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/pooyaphoenix/RA3G-Agent"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
deepsense-ai/ragbits
Building blocks for rapid development of GenAI applications
infiniflow/ragflow
RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses...
GiovanniPasq/agentic-rag-for-dummies
A modular Agentic RAG built with LangGraph — learn Retrieval-Augmented Generation Agents in minutes.
truefoundry/cognita
RAG (Retrieval Augmented Generation) Framework for building modular, open source applications...
NVIDIA/context-aware-rag
Context-Aware RAG library for Knowledge Graph ingestion and retrieval functions.