Skip to main content

Load repository contents as LLM fragments using Repomix

Project description

llm-fragments-repomix

A plugin for LLM that loads repository contents as fragments using Repomix.

Installation

First, install the plugin:

pip install llm-fragments-repomix

Make sure you have repomix installed:

npm install -g repomix

Usage

Use the repomix: prefix with a full git repository URL:

llm -f repomix:https://git.sr.ht/~amolith/willow "Tell me about this project"
llm -f repomix:ssh://git.sr.ht:~amolith/willow "Analyze the code structure"
llm -f repomix:git@github.com:user/repo.git "Review this codebase"

Arguments

You can pass arguments to repomix using colon-separated syntax:

# Basic compression
llm -f repomix:https://git.sr.ht/~amolith/willow:compress "Tell me about this project"

# Include specific file patterns
llm -f repomix:https://git.sr.ht/~amolith/willow:include=*.go,*.md "Analyze the Python and documentation files"

# Multiple arguments
llm -f repomix:https://git.sr.ht/~amolith/willow:compress:include=*.go:ignore=tests/ "Analyze Python files but skip tests"

Supported Arguments

  • compress - Compress output to reduce token count
  • include=pattern - Include files matching pattern (comma-separated)
  • ignore=pattern - Ignore files matching pattern (comma-separated)
  • style=type - Output style (xml, markdown, plain)
  • remove-comments - Remove comments from code
  • remove-empty-lines - Remove empty lines
  • output-show-line-numbers - Add line numbers to output
  • no-file-summary - Disable file summary section
  • no-directory-structure - Disable directory structure section
  • no-files - Disable file content output
  • header-text=text - Custom header text
  • instruction-file-path=path - Path to instruction file
  • include-empty-directories - Include empty directories in output
  • no-git-sort-by-changes - Don't sort files by git changes
  • include-diffs - Include git diffs in output
  • no-gitignore - Ignore .gitignore files
  • no-default-patterns - Don't use default ignore patterns
  • no-security-check - Disable security checks
  • token-count-encoding=encoding - Token count encoding
  • top-files-len=N - Number of top files to show
  • verbose - Verbose output
  • quiet - Quiet mode

For a complete list of supported arguments, refer to the Repomix documentation.

How It Works

The plugin will:

  1. Parse the repository URL and any arguments
  2. Clone the repository to a temporary directory
  3. Run repomix on the cloned repository with the specified arguments
  4. Return the repomix output as a single fragment
  5. Clean up the temporary directory

Requirements

  • Python 3.9+
  • git command available in PATH
  • repomix command available in PATH
  • LLM CLI tool installed

License

Apache-2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

llm_fragments_repomix-0.1.0.tar.gz (11.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

llm_fragments_repomix-0.1.0-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

Details for the file llm_fragments_repomix-0.1.0.tar.gz.

File metadata

File hashes

Hashes for llm_fragments_repomix-0.1.0.tar.gz
Algorithm Hash digest
SHA256 b706363380ae3a1344e68d65f24955f82c6a709953d729a7ff84aff10fe06c5d
MD5 9d308d9966a80875b1a63e8ff8a9b941
BLAKE2b-256 2c4d7bf035888eec4549f09fc1dbd6e4f502577bc2a0085a0083530cac906965

See more details on using hashes here.

File details

Details for the file llm_fragments_repomix-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for llm_fragments_repomix-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fbb629ef6bc61e38bee318b68b1e37b9a43ea6e0fe450d521f5e8d42641b5462
MD5 68423ff5732c42d794de91bf2b71c305
BLAKE2b-256 d2caabc327f5dee570d4fdddc88839fa52d949d616ee65fe754269fc4f97e192

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page