awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesCodebase Text Serializers

Utilities that concatenate multiple source files into a single structured text format for machine processing.

Distinct from Text Concatenation: Unlike rich text serialization, this focuses on linear concatenation of source code for LLM context windows.

Explore 1 awesome GitHub repository matching development tools & productivity · Codebase Text Serializers. Refine with filters or upvote what's useful.

Awesome Codebase Text Serializers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • cyclotruc/gitingestcyclotruc 的头像

    cyclotruc/gitingest

    14,970在 GitHub 上查看↗

    Gitingest is a tool for extracting, converting, and estimating the token size of codebases to facilitate ingestion by large language models. It transforms GitHub repositories and local directories into a single formatted text file that serves as a structured context window for model analysis. The utility includes a codebase token estimator to calculate file structure and total token counts, helping to determine the scale of the extracted content. It supports both public and private repositories through token-based authentication and respects gitignore configurations to filter out irrelevant p

    Concatenates entire codebase contents into a single formatted text block optimized for LLM context windows.

    Python
    在 GitHub 上查看↗14,970
  1. Home
  2. Development Tools & Productivity
  3. Codebase Text Serializers