tobitege
tobitege
**Short description of the problem this fixes or functionality that this introduces. This may be used for the CHANGELOG** Refactored `config.py` file into a package with separate module files for...
**What problem or use case are you trying to solve?** Editing a file for a simple typo fix triggers the Linting workflow. Ruff then jumps into action, reformats a file,...
### Is there an existing issue for the same bug? - [X] I have checked the troubleshooting document at https://docs.all-hands.dev/modules/usage/troubleshooting - [X] I have checked the existing issues. ### Describe...
**Short description of the problem this fixes or functionality that this introduces. This may be used for the CHANGELOG** Fixed handling of literal "\n" in file editing operations via iPython....
### Is there an existing issue for the same bug? - [X] I have checked the troubleshooting document at https://docs.all-hands.dev/modules/usage/troubleshooting - [X] I have checked the existing issues. ### Describe...
**What problem or use case are you trying to solve?** Thanks to a [feature request](https://github.com/BerriAI/litellm/issues/5776) with litellm by @neubig, the `get_model_info` [now also has a `supports_prompt_caching` attribute](https://github.com/BerriAI/litellm/commit/050f223dc8cdca7474b52dfc3c452cbacc078691#diff-afef36097425ce2a0a2f46bde98a42f46098b4956c7784e97fcc9a81b257cc0dR62). **Additional context** With...
**Short description of the problem this fixes or functionality that this introduces. This may be used for the CHANGELOG** Enhance Docker runtime builder with BuildKit support, improved caching, and better...
**Short description of the problem this fixes or functionality that this introduces. This may be used for the CHANGELOG** Introduce Router and configuration (litellm) into LLM and LLMConfig classes. Resolves...
### Is there an existing issue for the same bug? - [X] I have checked the troubleshooting document at https://docs.all-hands.dev/modules/usage/troubleshooting - [X] I have checked the existing issues. ### Describe...
**What problem or use case are you trying to solve?** Delegation to browsing agent is (almost) not stoppable, unless CTRL+C everything, it eats tokens like a mad cookie monster! The...