Search Criteria
Package Details: gpt-engineer 0.3.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gpt-engineer.git (read-only, click to copy) |
---|---|
Package Base: | gpt-engineer |
Description: | Specify what you want it to build, the AI asks for clarification, and then builds it. |
Upstream URL: | https://pypi.org/project/gpt-engineer/ |
Licenses: | MIT |
Submitter: | brokenpip3 |
Maintainer: | txtsd |
Last Packager: | txtsd |
Votes: | 2 |
Popularity: | 0.000099 |
First Submitted: | 2023-06-21 21:42 (UTC) |
Last Updated: | 2024-06-07 07:22 (UTC) |
Dependencies (19)
- python (python37AUR, python311AUR, python310AUR)
- python-backoffAUR
- python-black (python-black-gitAUR)
- python-dataclasses-jsonAUR
- python-dotenv
- python-langchainAUR
- python-langchain-communityAUR
- python-openai
- python-pyperclip
- python-tabulate (python-tabulate-gitAUR)
- python-termcolor
- python-tiktoken (python-tiktoken-gitAUR)
- python-toml (python-toml-gitAUR)
- python-tomlkit
- python-typer
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-wheel (make)
Latest Comments
txtsd commented on 2023-08-11 18:39 (UTC)
It wasn't able to find the module when I ran the cli.
brokenpip3 commented on 2023-08-11 12:39 (UTC)
@txtsd in the upstream the dependencies are mixed up with dev and tests utils, that's why I selected the ones that are only necessary to run the cli. Why do you think python-dataclasses-json is needed here?
txtsd commented on 2023-07-05 08:53 (UTC)
Please add
python-dataclasses-json
to thedepends
array.