rlmgrep 0.1.31__py3-none-any.whl → 0.1.32__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- rlmgrep/__init__.py +1 -1
- {rlmgrep-0.1.31.dist-info → rlmgrep-0.1.32.dist-info}/METADATA +3 -3
- {rlmgrep-0.1.31.dist-info → rlmgrep-0.1.32.dist-info}/RECORD +6 -6
- {rlmgrep-0.1.31.dist-info → rlmgrep-0.1.32.dist-info}/WHEEL +0 -0
- {rlmgrep-0.1.31.dist-info → rlmgrep-0.1.32.dist-info}/entry_points.txt +0 -0
- {rlmgrep-0.1.31.dist-info → rlmgrep-0.1.32.dist-info}/top_level.txt +0 -0
rlmgrep/__init__.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
__all__ = ["__version__"]
|
|
2
|
-
__version__ = "0.1.
|
|
2
|
+
__version__ = "0.1.32"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rlmgrep
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.32
|
|
4
4
|
Summary: Grep-shaped CLI search powered by DSPy RLM
|
|
5
5
|
Author: rlmgrep
|
|
6
6
|
License: MIT
|
|
@@ -100,7 +100,7 @@ Common options:
|
|
|
100
100
|
- `--no-recursive` do not recurse directories
|
|
101
101
|
- `-a`, `--text` treat binary files as text
|
|
102
102
|
- `-y`, `--yes` skip file count confirmation
|
|
103
|
-
- `--paths-from-stdin` treat stdin as newline-delimited file paths (e.g., `rg -l`)
|
|
103
|
+
- `--paths-from-stdin` treat stdin as newline-delimited file paths (e.g., `rg -l`). Without this flag, piped stdin is treated as content.
|
|
104
104
|
- `--model`, `--sub-model` override model names
|
|
105
105
|
- `--api-key`, `--api-base`, `--model-type` override provider settings
|
|
106
106
|
- `--max-iterations`, `--max-llm-calls` cap RLM search effort
|
|
@@ -118,7 +118,7 @@ rlmgrep "Where do we parse JWTs and enforce expiration?" --type py .
|
|
|
118
118
|
# Glob filters (repeatable or comma-separated)
|
|
119
119
|
rlmgrep "How do we map external API errors into internal error codes?" -g "**/*.py" -g "**/*.ts" .
|
|
120
120
|
|
|
121
|
-
#
|
|
121
|
+
# Read file content from stdin
|
|
122
122
|
cat README.md | rlmgrep --answer "What is this tool for and how is it used?"
|
|
123
123
|
|
|
124
124
|
# Use rg/grep to find candidate files, then rlmgrep over that list
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
rlmgrep/__init__.py,sha256
|
|
1
|
+
rlmgrep/__init__.py,sha256=SN54ONawdFNi85bUxaUZv1tPhg91YoZpcfGWegyVPS8,49
|
|
2
2
|
rlmgrep/__main__.py,sha256=MHKZ_ae3fSLGTLUUMOx15fWdeOnJSHhq-zslRP5F5Lc,79
|
|
3
3
|
rlmgrep/cli.py,sha256=eGXiOxBx_y5QKmK1_6SBtquK19czLD78zbV2bOg2D98,29052
|
|
4
4
|
rlmgrep/config.py,sha256=-AztmCsoeO2PySVWbdGZykxP6uwNDUQXp-biUQcgS2c,2400
|
|
@@ -7,8 +7,8 @@ rlmgrep/ingest.py,sha256=906JUwWRC0XDoYRXs4-XdV3fay8mQc324l0suQLyS-k,13738
|
|
|
7
7
|
rlmgrep/interpreter.py,sha256=s_nMRxLlAU9C0JmUzUBW5NbVbuH67doVWF54K54STlA,2478
|
|
8
8
|
rlmgrep/render.py,sha256=mCTT6yuKNv7HJ46LzOyLkCbyBedCWSNd7UeubyLXcyM,3356
|
|
9
9
|
rlmgrep/rlm.py,sha256=i3rCTp8OABByF60Un5gO7265gaW4spwU0OFKIz4surg,5750
|
|
10
|
-
rlmgrep-0.1.
|
|
11
|
-
rlmgrep-0.1.
|
|
12
|
-
rlmgrep-0.1.
|
|
13
|
-
rlmgrep-0.1.
|
|
14
|
-
rlmgrep-0.1.
|
|
10
|
+
rlmgrep-0.1.32.dist-info/METADATA,sha256=M_fctO7qgSudwpB816qQt_mGirTxVFTYeIrIvKlBnI4,8014
|
|
11
|
+
rlmgrep-0.1.32.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
12
|
+
rlmgrep-0.1.32.dist-info/entry_points.txt,sha256=UV6QkEbkwBO1JJ53mm84_n35tVyOczPvOQ14ga7vrCI,45
|
|
13
|
+
rlmgrep-0.1.32.dist-info/top_level.txt,sha256=gTujSRsO58c80eN7aRH2cfe51FHxx8LJ1w1Y2YlHti0,8
|
|
14
|
+
rlmgrep-0.1.32.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|