AutoRAG is a self-evolving librarian agent for document collections that searches PDFs, wikis, notes, and knowledge bases to retrieve and curate structured answers.
The tool addresses the problem that traditional search returns raw file paths and line numbers, leaving users to manually open files, extract context, and synthesize answers. AutoRAG instead performs the complete retrieval, reading, judgment, and curation loop itself, delivering numbered knowledge units rather than grep-style dumps. It operates as a specialized Pi agent configured into a librarian role, where a single user-configured model owns the entire pipeline from retrieval through answer synthesis. The system retrieves candidates from federated CLI-owned stores without requiring data migration, reads source files directly, judges evidence quality, and returns curated results with source-native identities and scope-checked access.
Adoption suits teams that need to search across distributed document collections without centralizing data into a third-party index or vector database. The tool prioritizes minimal configuration and works out of the box with a local embedder and automatic dependency installation, making it accessible to users without RAG expertise. It distinguishes itself through its commitment to keeping data in place rather than ingesting it into a central system, and through its focus on fast interactive search optimized for low latency. The project maintains a legacy version of AutoRAG, the original Python-based RAG AutoML pipeline optimization tool, in maintenance mode for existing users, while new development concentrates on the current agent-based approach.
Development activity shows consistent engagement with the codebase through regular commits and active issue management. The project maintains both the current implementation and legacy support simultaneously, indicating a structured approach to backward compatibility. Documentation includes competitive landscape analysis and detailed architectural decisions, suggesting thoughtful design choices grounded in comparative evaluation. The team actively addresses user issues and maintains dependency updates across both the current and legacy versions.