Skip to main content

auto_rag_agent

AI Agent AutoRagAgent - Agent with automatic RAG retrieval decision. This module provides an agent wrapper that automatically decides when to retrieve context from knowledge bases vs direct chat. Usage:

Import

Classes

RetrievalPolicy

Policy for when to perform RAG retrieval.

AutoRagConfig

Configuration for AutoRagAgent.

AutoRagAgent

Agent wrapper with automatic RAG retrieval decision.

Agents Concept

Single Agent Guide

Multi-Agent Guide

Agent Configuration

Auto Agents