Switch to RLM instead of ReAct

This commit is contained in:
2026-01-21 18:53:07 -08:00
parent 939538291c
commit 25c75bc89a
4 changed files with 242 additions and 27 deletions

View File

@@ -29,7 +29,7 @@
]
},
"lm": {
"model": "openai/gpt-5.2-codex",
"model": "openrouter/anthropic/claude-3.5-sonnet",
"model_type": "chat",
"cache": true,
"num_retries": 3,
@@ -67,7 +67,7 @@
]
},
"lm": {
"model": "openai/gpt-5.2-codex",
"model": "openrouter/anthropic/claude-3.5-sonnet",
"model_type": "chat",
"cache": true,
"num_retries": 3,