From c27cdf870b77c1e49410df33a7a1548c2c9e7f69 Mon Sep 17 00:00:00 2001 From: Farouk Adeleke Date: Sat, 31 Jan 2026 13:18:44 -0800 Subject: [PATCH] Remove list_files tool --- nanocode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nanocode.py b/nanocode.py index ace693f..fc10121 100644 --- a/nanocode.py +++ b/nanocode.py @@ -385,7 +385,7 @@ class RLMCodingProgram(PrecompiledProgram): if __name__ == "__main__": agent = RLMCodingProgram(RLMCodingConfig()) #agent(task="explicity call llm_query(who is the ceo of apple?) to get the answer to 'who is the ceo of apple?'") - branches = ["dev"] + branches = ["dev", "main", "prod"] for branch in branches: agent.push_to_hub( MODAIC_REPO_PATH,