ralph-any 0.1.0__py3-none-any.whl → 0.1.1__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.
- ralph/__init__.py +1 -1
- ralph/cli.py +4 -4
- {ralph_any-0.1.0.dist-info → ralph_any-0.1.1.dist-info}/METADATA +1 -1
- ralph_any-0.1.1.dist-info/RECORD +11 -0
- ralph_any-0.1.0.dist-info/RECORD +0 -11
- {ralph_any-0.1.0.dist-info → ralph_any-0.1.1.dist-info}/WHEEL +0 -0
- {ralph_any-0.1.0.dist-info → ralph_any-0.1.1.dist-info}/entry_points.txt +0 -0
- {ralph_any-0.1.0.dist-info → ralph_any-0.1.1.dist-info}/licenses/LICENSE +0 -0
ralph/__init__.py
CHANGED
ralph/cli.py
CHANGED
|
@@ -4,6 +4,7 @@ from __future__ import annotations
|
|
|
4
4
|
|
|
5
5
|
import argparse
|
|
6
6
|
import asyncio
|
|
7
|
+
import shlex
|
|
7
8
|
import sys
|
|
8
9
|
from pathlib import Path
|
|
9
10
|
|
|
@@ -57,9 +58,8 @@ def _build_parser() -> argparse.ArgumentParser:
|
|
|
57
58
|
)
|
|
58
59
|
p.add_argument(
|
|
59
60
|
"--command-args",
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
help="Extra arguments for the ACP CLI",
|
|
61
|
+
default="",
|
|
62
|
+
help="Extra arguments for the ACP CLI (e.g. '--experimental-acp')",
|
|
63
63
|
)
|
|
64
64
|
p.add_argument(
|
|
65
65
|
"-d", "--working-dir",
|
|
@@ -106,7 +106,7 @@ def main(argv: list[str] | None = None) -> None:
|
|
|
106
106
|
prompt=prompt_text,
|
|
107
107
|
promise_phrase=args.promise,
|
|
108
108
|
command=args.command,
|
|
109
|
-
command_args=args.command_args,
|
|
109
|
+
command_args=shlex.split(args.command_args) if args.command_args else [],
|
|
110
110
|
working_dir=args.working_dir,
|
|
111
111
|
max_iterations=args.max_iterations,
|
|
112
112
|
timeout_seconds=args.timeout,
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
ralph/__init__.py,sha256=MhQ-PrDvbQk55q3i2yxFjFMR8rkJYFTTnz9bNpMORlA,287
|
|
2
|
+
ralph/__main__.py,sha256=FdEO4lE2dw6-b4Kk97vznatvCAEuO-6qFwOkWP6en-c,69
|
|
3
|
+
ralph/cli.py,sha256=1uxhTV8U2sw_p9qOM26KekNI5dh3lpLl_lcBpw6BSls,3179
|
|
4
|
+
ralph/detect.py,sha256=e99V2o9KECN2fR6sZ7qLghVpdomShCW1Jf_rHjo0og0,180
|
|
5
|
+
ralph/engine.py,sha256=CZFU7GtmKnPIXuN9mx-5iSxcUCyCgUNZkilj1POuTyM,4600
|
|
6
|
+
ralph/prompt.py,sha256=9B5z6zeEyX0Jr6tJ6P7_ahMUVckQySWST51DypGdIDQ,2022
|
|
7
|
+
ralph_any-0.1.1.dist-info/METADATA,sha256=Wvs53pyw1B3BOiwHfcT6KcFgP4mmyAMWYqfeWjcr7jU,350
|
|
8
|
+
ralph_any-0.1.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
9
|
+
ralph_any-0.1.1.dist-info/entry_points.txt,sha256=39mDVcb7RNWfrI1JwWs7ae3TrLLzwzy6R6EurlGgTfI,41
|
|
10
|
+
ralph_any-0.1.1.dist-info/licenses/LICENSE,sha256=Losvcv3YtvA9lWEq2Ngj6bbejg6sBzR5vxZKb-Db5i0,1079
|
|
11
|
+
ralph_any-0.1.1.dist-info/RECORD,,
|
ralph_any-0.1.0.dist-info/RECORD
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
ralph/__init__.py,sha256=EzqzYypFDRxCeFKPx7ms7ocgrwDJ4jJ7Hf3VYXiww4A,287
|
|
2
|
-
ralph/__main__.py,sha256=FdEO4lE2dw6-b4Kk97vznatvCAEuO-6qFwOkWP6en-c,69
|
|
3
|
-
ralph/cli.py,sha256=Gd5GNdS3ErRQvspHrEFJ-Z6Hv8xGHtAKCCJC8vqVe10,3115
|
|
4
|
-
ralph/detect.py,sha256=e99V2o9KECN2fR6sZ7qLghVpdomShCW1Jf_rHjo0og0,180
|
|
5
|
-
ralph/engine.py,sha256=CZFU7GtmKnPIXuN9mx-5iSxcUCyCgUNZkilj1POuTyM,4600
|
|
6
|
-
ralph/prompt.py,sha256=9B5z6zeEyX0Jr6tJ6P7_ahMUVckQySWST51DypGdIDQ,2022
|
|
7
|
-
ralph_any-0.1.0.dist-info/METADATA,sha256=Wsf3QptDpsOKf81ZdYhuuOPT-3pzm0NSR8NfGD1kjZc,350
|
|
8
|
-
ralph_any-0.1.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
9
|
-
ralph_any-0.1.0.dist-info/entry_points.txt,sha256=39mDVcb7RNWfrI1JwWs7ae3TrLLzwzy6R6EurlGgTfI,41
|
|
10
|
-
ralph_any-0.1.0.dist-info/licenses/LICENSE,sha256=Losvcv3YtvA9lWEq2Ngj6bbejg6sBzR5vxZKb-Db5i0,1079
|
|
11
|
-
ralph_any-0.1.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|