Commit 621d84c
chore: update rlm submodule with REPL hints for LLMs
Updates rlm to include:
- Improved FINAL_VAR error messages showing available variables
- New SHOW_VARS() helper function
- System prompt warnings about common FINAL_VAR mistakes
This helps weaker LLMs avoid calling FINAL_VAR before creating variables.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 34875e7 commit 621d84c
1 file changed
Lines changed: 1 addition & 1 deletion
- examples/daytona_repl_example.py+112
- examples/quickstart.py+2-2
- pyproject.toml+1
- rlm/__init__.py+2-16
- rlm/clients/openai.py-27
- rlm/core/rlm.py+82-404
- rlm/core/types.py+3-27
- rlm/environments/__init__.py+7-3
- rlm/environments/daytona_repl.py+637
- rlm/environments/docker_repl.py+14-6
- rlm/environments/local_repl.py+26-42
- rlm/environments/modal_repl.py+11-4
- rlm/environments/prime_repl.py+11-4
- rlm/logger/verbose.py-64
- rlm/utils/prompts.py+11-1
- tests/test_local_repl.py-11
- tests/test_subcall.py-467
- uv.lock+317-4
0 commit comments