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

@@ -385,6 +385,6 @@ def main():
if __name__ == "__main__":
agent = RLMCodingProgram(RLMCodingConfig(lm="openai/gpt-5.2-codex"))
agent.push_to_hub(MODAIC_REPO_PATH, commit_message="Switch to RLM instead of ReAct", tag="v0.0.1")
agent = RLMCodingProgram(RLMCodingConfig())
agent.push_to_hub(MODAIC_REPO_PATH, commit_message="Switch to RLM instead of ReAct", tag="v0.0.2")
#main()