rlmgrep 0.1.8__py3-none-any.whl → 0.1.9__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.8.dist-info → rlmgrep-0.1.9.dist-info}/METADATA +4 -2
- {rlmgrep-0.1.8.dist-info → rlmgrep-0.1.9.dist-info}/RECORD +6 -6
- {rlmgrep-0.1.8.dist-info → rlmgrep-0.1.9.dist-info}/WHEEL +0 -0
- {rlmgrep-0.1.8.dist-info → rlmgrep-0.1.9.dist-info}/entry_points.txt +0 -0
- {rlmgrep-0.1.8.dist-info → rlmgrep-0.1.9.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.9"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rlmgrep
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.9
|
|
4
4
|
Summary: Grep-shaped CLI search powered by DSPy RLM
|
|
5
5
|
Author: rlmgrep
|
|
6
6
|
License: MIT
|
|
@@ -22,7 +22,8 @@ uv tool install rlmgrep
|
|
|
22
22
|
# uv tool install git+https://github.com/halfprice06/rlmgrep.git
|
|
23
23
|
|
|
24
24
|
export OPENAI_API_KEY=... # or set keys in ~/.rlmgrep
|
|
25
|
-
rlmgrep "where are
|
|
25
|
+
rlmgrep --answer "What does this repo do and where are the entry points?" .
|
|
26
|
+
rlmgrep -n -C 2 "Where is retry/backoff configured and what are the defaults?" .
|
|
26
27
|
```
|
|
27
28
|
|
|
28
29
|
## Requirements
|
|
@@ -75,6 +76,7 @@ rlmgrep [options] "query" [paths...]
|
|
|
75
76
|
|
|
76
77
|
Common options:
|
|
77
78
|
|
|
79
|
+
- `--answer` return a narrative answer before the grep output
|
|
78
80
|
- `-C N` context lines before/after (grep-style)
|
|
79
81
|
- `-A N` context lines after
|
|
80
82
|
- `-B N` context lines before
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
rlmgrep/__init__.py,sha256=
|
|
1
|
+
rlmgrep/__init__.py,sha256=9vXBF6zcAZgaxKBkU8Sh3RvsIW50FOnqUUndJYFZ4oM,48
|
|
2
2
|
rlmgrep/__main__.py,sha256=MHKZ_ae3fSLGTLUUMOx15fWdeOnJSHhq-zslRP5F5Lc,79
|
|
3
3
|
rlmgrep/cli.py,sha256=eUdM9aC0znZFzjqj-4YmT0_ymisSc_lUwDVjRi4ZU-s,20589
|
|
4
4
|
rlmgrep/config.py,sha256=u1iz-nI8dj-dZETbpIki3RQefHJEyi5oE5zE4_IR8kg,2399
|
|
@@ -7,8 +7,8 @@ rlmgrep/ingest.py,sha256=uCz2el9B-RIT9umFo-gFEdAsmWPP1IJOArFFQY0D_1A,9127
|
|
|
7
7
|
rlmgrep/interpreter.py,sha256=s_nMRxLlAU9C0JmUzUBW5NbVbuH67doVWF54K54STlA,2478
|
|
8
8
|
rlmgrep/render.py,sha256=OYZy7BuJJe-KsDhEGAz6JA5RGd65ZInPWf9wLDJE0ag,3554
|
|
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.9.dist-info/METADATA,sha256=Ak-s4aY5rK71LLylJmFNqkgXNHVIbqQnCeUUpl7gwuk,7333
|
|
11
|
+
rlmgrep-0.1.9.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
12
|
+
rlmgrep-0.1.9.dist-info/entry_points.txt,sha256=UV6QkEbkwBO1JJ53mm84_n35tVyOczPvOQ14ga7vrCI,45
|
|
13
|
+
rlmgrep-0.1.9.dist-info/top_level.txt,sha256=gTujSRsO58c80eN7aRH2cfe51FHxx8LJ1w1Y2YlHti0,8
|
|
14
|
+
rlmgrep-0.1.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|