Repomix: Repository-to-Single-File Packing Tool for LLM Ingestion
Repomix is an open-source TypeScript tool that serializes an entire code repository into a single structured file optimized for consumption by LLMs such as Claude, ChatGPT, Gemini, and others. It addresses the practical problem of feeding large codebases into AI coding assistants and chat interfaces. The project has accumulated over 25,000 GitHub stars with continued daily growth.
Related guides (3)
Related events (8)
ReproRepo: Scalable LLM agent framework for reproducibility auditing using GitHub issues
ReproRepo is a new framework for evaluating LLM agents on reproducibility auditing of ML research, using naturally occurring GitHub issues as supervision signals rather than costly manual curation. The framework is instantiated on 1,149 recent ML papers from major conferences and benchmarks four frontier model-agent configurations. The best-performing agent (Codex with GPT-5.5) surfaces at least one semantically related human-reported reproduction blocker for ~90% of papers, though exact localization of issues remains a weakness. The work provides a reusable, scalable evaluation harness for this underexplored agentic task.
awesome-llm-apps: 100+ Runnable AI Agent & RAG Application Examples
A curated GitHub repository collecting over 100 deployable AI agent and RAG (Retrieval-Augmented Generation) applications built with LLMs. The collection is designed for practical use — clone, customize, and ship. With 110,915 total stars and 202 added today, it reflects strong community interest in applied LLM tooling.
Headroom: token compression library for LLM tool outputs, logs, and RAG chunks
Headroom is an open-source Python library that compresses tool outputs, logs, files, and RAG chunks before they reach an LLM, claiming 60-95% token reduction with minimal answer quality loss. It ships as a library, proxy, and MCP server. The project gained significant traction on GitHub with 6,148 stars and 1,266 stars in a single day.
MinerU: Document-to-LLM-Ready Markdown/JSON Conversion Tool
MinerU is an open-source Python tool by OpenDataLab that converts complex documents (PDFs, Office files) into structured markdown or JSON formats optimized for LLM and agentic workflows. The repository has accumulated 65,610 GitHub stars with 180 new stars today, indicating sustained community traction. It targets a common preprocessing bottleneck in RAG and agent pipelines.
earendil-works/pi: AI Agent Toolkit with Coding Agent CLI, Unified LLM API, and Multi-UI Libraries
The earendil-works/pi repository is an open-source TypeScript toolkit providing a coding agent CLI, unified LLM API abstraction, TUI and web UI libraries, a Slack bot integration, and vLLM pod support. It has accumulated 53,875 GitHub stars with 444 new stars today, indicating significant community traction. The project spans multiple components of the agent-tool ecosystem including inference backends and developer-facing interfaces.
Superset: Code Editor for AI Agents Era Supporting Claude Code, Codex and Others
Superset is an open-source TypeScript code editor designed for running multiple AI coding agents (Claude Code, Codex, etc.) concurrently on a local machine. The project has accumulated 11,117 GitHub stars with 64 added today, indicating notable community traction. It represents a tooling layer for orchestrating and managing parallel AI agent workflows in a development environment.
promptfoo: open-source LLM testing and red-teaming framework trending on GitHub
promptfoo is a TypeScript-based open-source tool for testing prompts, agents, and RAG pipelines, with built-in red-teaming and vulnerability scanning capabilities. It supports declarative configs with CLI and CI/CD integration and benchmarks across major models including GPT, Claude, Gemini, and DeepSeek. The project has accumulated 22,323 stars with 46 added today, and claims usage by OpenAI and Anthropic.
claude-mem: Persistent Cross-Session Memory Layer for AI Coding Agents
claude-mem is an open-source TypeScript library that provides persistent context across sessions for AI coding agents. It captures agent activity during sessions, compresses it using AI, and injects relevant context into future sessions. The tool claims compatibility with Claude Code, OpenAI Codex, Gemini, GitHub Copilot, and other coding agents. The repository has accumulated 78,579 stars with 319 added today, indicating strong community traction.


