moatless-tools
moatless-tools copied to clipboard
Specifically looking for YAML/XML support.
Hi, Thank you for your excellent work! I would like to request a detailed tutorial on how to run moatless. I am eager to use it but am having difficulty...
Interesting read from the Hugging Face team -- they just set the new SotA on the GAIA benchmark largely by using Code Actions. They beat Microsoft's Autogen, which is no...
This project is excellent, and it would be great if it could be adapted to other languages. If i want to modify the project yourself to make it compatible with...
Since Moatless uses LiteLLM it should be able to support most LLMs and providers. I could see people wanting to use the following: - OpenAI GPT (4o) - Anthropic Claude...
 i set the repo_dir “rock”,my code in rock/main_coe.py. but the search_loop want to find the rock/home/osboxes/Desktop/agent//main_code.py
This is a very excellent project, it would be better if it could run in a code repository other than Python
specfied -> specified
I further looked into the implementation of EpicSplitter. It seems that the chunking process is not really ensuring all chunks are smaller than `max_chunk_size`. Is this supposed to be like...