codexapi 0.3.3__tar.gz → 0.3.4__tar.gz
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.
- {codexapi-0.3.3/src/codexapi.egg-info → codexapi-0.3.4}/PKG-INFO +1 -1
- {codexapi-0.3.3 → codexapi-0.3.4}/pyproject.toml +1 -1
- {codexapi-0.3.3 → codexapi-0.3.4}/src/codexapi/__init__.py +1 -1
- {codexapi-0.3.3 → codexapi-0.3.4}/src/codexapi/ralph.py +1 -1
- {codexapi-0.3.3 → codexapi-0.3.4/src/codexapi.egg-info}/PKG-INFO +1 -1
- {codexapi-0.3.3 → codexapi-0.3.4}/LICENSE +0 -0
- {codexapi-0.3.3 → codexapi-0.3.4}/README.md +0 -0
- {codexapi-0.3.3 → codexapi-0.3.4}/setup.cfg +0 -0
- {codexapi-0.3.3 → codexapi-0.3.4}/src/codexapi/__main__.py +0 -0
- {codexapi-0.3.3 → codexapi-0.3.4}/src/codexapi/agent.py +0 -0
- {codexapi-0.3.3 → codexapi-0.3.4}/src/codexapi/cli.py +0 -0
- {codexapi-0.3.3 → codexapi-0.3.4}/src/codexapi/task.py +0 -0
- {codexapi-0.3.3 → codexapi-0.3.4}/src/codexapi.egg-info/SOURCES.txt +0 -0
- {codexapi-0.3.3 → codexapi-0.3.4}/src/codexapi.egg-info/dependency_links.txt +0 -0
- {codexapi-0.3.3 → codexapi-0.3.4}/src/codexapi.egg-info/entry_points.txt +0 -0
- {codexapi-0.3.3 → codexapi-0.3.4}/src/codexapi.egg-info/top_level.txt +0 -0
|
@@ -135,7 +135,7 @@ def run_ralph_loop(
|
|
|
135
135
|
elif runner is None:
|
|
136
136
|
runner = Agent(cwd, yolo, None, flags)
|
|
137
137
|
|
|
138
|
-
message = runner(prompt)
|
|
138
|
+
message = runner(prompt + '\nIf there are multiple paths forward, please use your own best judgement as to which to try first - I trust you!\n')
|
|
139
139
|
print(message)
|
|
140
140
|
last_message = message
|
|
141
141
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|