gpt-engineer
gpt-engineer copied to clipboard
Platform to experiment with the AI Software Engineer. Terminal based. NOTE: Very different from https://gptengineer.app
## Policy and info - Maintainers will close issues that have been stale for 14 days if they contain relevant answers. - Adding the label "sweep" will automatically turn the...
Improve the user experience for selecting files - Generate a tree (instead of list) representation of the code (workspace) in a text file. Similar to output of `tree` command -...
Could you provide commandline (in some e.g. bash script file or some README), that runs things in docker with maxium isolation! What does it mean? Topic of isolating programs running...
Implement Tree-Style File Selection Introduced a tree-style file selection method, allowing users to easily select files via a .toml configuration file. This update includes: - Removal of the graphical file...
## PR Description ### Background Users currently face issues with partial diff applications where the system silently discards unapplied sections. This results in non-functional code without any indication of failure,...
As discussed in [Issue 1099](https://github.com/gpt-engineer-org/gpt-engineer/issues/1099) adding the support for Open Router and models there. Good news. LLama3 8B is much better then LLama 2 70 B was :)
## Overview This PR aims to address Issue #1023 by integrating code formatting and linting tools into our development workflow. The primary goal is to enhance efficiency and improve the...
## Expected Behavior After running `docker build --rm -t gpt-engineer -f docker/Dockerfile .` I should have a runnable container. ## Current Behavior Unable to build the container due to PyArrow...