Skip to content
Tech News
← Back to articles

Show HN: RepoReaper – AST-aware, JIT-loading code audit agent (Python/AsyncIO)

read original get RepoReaper → more articles

RepoReaper 💀 Harvest Logic. Dissect Architecture. Chat with Code.

基于 AST 深度解析 · 双语适配的自治型代码审计 Agent English • 简体中文

👇 Live Demo Access / 在线体验 👇 ⚠️ Public Demo Limitations: Hosted instances use shared API quotas. If you encounter rate limits (403/429), please deploy locally for the best experience.

⚠️ 演示环境说明: 中国用户请使用 SEOUL SERVER。在线服务使用共享 API 配额。如遇请求受限或响应缓慢,强烈建议 Clone 本地运行 以获取无限制的极速体验。

An intelligent, agentic system for automated architectural analysis and semantic code search.

This project transcends traditional "Chat with Code" paradigms by implementing an autonomous Agent that mimics the cognitive process of a Senior Tech Lead. Instead of statically indexing a repository, the system treats the Large Language Model (LLM) as the CPU and the Vector Store as a high-speed Context Cache. The agent dynamically traverses the repository structure, pre-fetching critical contexts into the "cache" (RAG) and performing Just-In-Time (JIT) reads when semantic gaps are detected.

... continue reading