rag_index_repo
Index code repositories into LightRAG to build a durable memory layer, enabling RAG queries for coding agents.
Instructions
Index a repository into LightRAG. Multi-repo support is provided by prefixing every source with repo_id:relative/path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Repository root to index. | /app |
| repo_id | No | Stable repository identifier used as source prefix. | repo1 |
| include_extensions | No | ||
| exclude_dirs | No | ||
| exclude_file_names | No | ||
| exclude_suffixes | No | ||
| max_file_bytes | No | ||
| limit | No | ||
| dry_run | No | ||
| redact_secrets | No |