https://github.com/stoerr/codevelopergptengine
Co-Developer GPT Engine: server that provides read/write file access to a local directory from ChatGPT as OpenAI GPT actions, incl. execution of configured actions on your own machine
https://github.com/stoerr/codevelopergptengine
ai chatgpt chatgpt-plugin development gpt llm openai openai-gpt
Last synced: 5 months ago
JSON representation
Co-Developer GPT Engine: server that provides read/write file access to a local directory from ChatGPT as OpenAI GPT actions, incl. execution of configured actions on your own machine
- Host: GitHub
- URL: https://github.com/stoerr/codevelopergptengine
- Owner: stoerr
- License: apache-2.0
- Created: 2023-06-21T08:29:32.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-02T07:34:33.000Z (over 1 year ago)
- Last Synced: 2025-03-02T08:24:58.192Z (over 1 year ago)
- Topics: ai, chatgpt, chatgpt-plugin, development, gpt, llm, openai, openai-gpt
- Language: Java
- Homepage: https://CoDeveloperGPTengine.stoerr.net/
- Size: 54.6 MB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ChatGPT-repositories - CoDeveloperGPTengine - Co-Developer GPT Engine: creating ChatGPT plugins for developers that allow reading / searching / writing files, executing (build) actions (Browser-extensions)
README
# [Co-Developer GPT engine](https://CoDeveloperGPTengine.stoerr.net/)

Would you like to have ChatGPT list, search, read your local files, discuss them with you, modify them
and have it execute (e.g. build and test)
actions locally to support you in your development processes? Then this might be for you. The CoDeveloperGPTengine
provide the actions for a OpenAI [GPT](https://openai.com/blog/introducing-gpts)
for read or even write access to the files in the local directory it is started in.
It can also work as a [ChatGPT plugin](https://openai.com/blog/chatgpt-plugins) (OK, that's rather obsolete now) and
as a chat on the command line with the chatgpt script from my
[ChatGPT Toolsuite](https://github.com/stoerr/chatGPTtools).
In contrast to other approaches like [AutoGPT](https://github.com/Significant-Gravitas/AutoGPT) this is not meant to
autonomously execute extensive changes (which would likely require a lot of prompt engineering), but to enable the
developer to employ the AI flexibly within a ChatGPT chat session for various tasks both to analyze code and to make
changes or execute configured actions like builds and tests. A ChatGPT chat does, however, permit to trigger several
actions in one message, so it's also possible to e.g. tell it to run the build, fix errors and repeat until it succeeds.
The project is stable and useable. In fact I use it regularly in my own development - both on itself and on
my other projects. Using it does, however, require that you have a paid
[ChatGPT](https://chat.openai.com/) account to use plugins / GPTs.
For more information see the [documentation site](https://CoDeveloperGPTengine.stoerr.net/).
## A quick demo
[](https://www.youtube.com/watch?v=ubBhv2PUSEs)