Download Latest Version v2.1 source code.tar.gz (6.2 MB)
Email in envelope

Get an email when there's a new version of Agentic RAG for Dummies

Home / v2.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-02-24 901 Bytes
v2.0 source code.tar.gz 2026-02-24 2.1 MB
v2.0 source code.zip 2026-02-24 2.1 MB
Totals: 3 Items   4.2 MB 0

New Features:

  1. Context Compression • Compresses the agent's working memory when the context exceeds a configurable token threshold. • Prevents redundant tool calls across long retrieval loops. Tunable via BASE_TOKEN_THRESHOLD and TOKEN_GROWTH_FACTOR.

  2. Agent Limits & Fallback Response • Introduced hard caps on tool invocations (MAX_TOOL_CALLS) and reasoning loop iterations (MAX_ITERATIONS) to ensure bounded execution. • When either limit is reached, the agent falls back to a dedicated response node, using all context retrieved so far to generate the best possible answer rather than failing silently.

Improvements:

  1. Enhanced Notebook Documentation • Expanded and clarified comments for each code block, including references to official documentation. • Improves readability and helps users better understand each pipeline component.
Source: README.md, updated 2026-02-24