Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chakkaradeep/pycodeagi
https://github.com/chakkaradeep/pycodeagi
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chakkaradeep/pycodeagi
- Owner: chakkaradeep
- Created: 2023-04-16T06:47:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-04T06:48:22.000Z (over 1 year ago)
- Last Synced: 2024-08-01T03:16:31.751Z (3 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 176
- 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).