https://github.com/chakkaradeep/pycodeagi
https://github.com/chakkaradeep/pycodeagi
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chakkaradeep/pycodeagi
- Owner: chakkaradeep
- Created: 2023-04-16T06:47:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-04T06:48:22.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T18:57:31.679Z (6 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 180
- Watchers: 6
- Forks: 28
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ChatGPT-repositories - pyCodeAGI - My current exploration: PyCodeAGI, an @LangChainAI #AIAgent that builds a Python console app given an objective, just got superpowers with @OpenAI #GPT4: asked it to build a 'magic app' - it built something creative. There was not even a single error in… (Langchain)
README
# pyCodeAGI
A small AGI experiment to generate a Python app given what app the user wants to build. The project just started, so please keep an eye on the updates.It's very early, but run the script to try out the AGI.
Of course, it uses [LangChainAI](https://github.com/hwchase17/langchain). AGI concept adopted from [@yoheinakajima](https://twitter.com/yoheinakajima)'s [BabyAGI](https://github.com/yoheinakajima/babyagi).