mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
auto-gpt
This commit is contained in:
parent
fd2f7f6d2b
commit
e93a903f58
4
projects/agpt.co/auto-gpt
Executable file
4
projects/agpt.co/auto-gpt
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
import autogpt.cli
|
||||
autogpt.cli.main()
|
27
projects/agpt.co/package.yml
Normal file
27
projects/agpt.co/package.yml
Normal file
|
@ -0,0 +1,27 @@
|
|||
distributable:
|
||||
url: https://github.com/Significant-Gravitas/Auto-GPT/archive/refs/tags/v{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: Significant-Gravitas/Auto-GPT
|
||||
|
||||
platforms:
|
||||
- darwin
|
||||
|
||||
dependencies:
|
||||
python.org: ^3.10
|
||||
redis.io: ^7
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
script:
|
||||
- python-venv.py {{prefix}}/bin/auto-gpt --requirements-txt
|
||||
# still pretty new and thus provides no executable, so we made one
|
||||
- cp props/auto-gpt {{prefix}}/venv/bin
|
||||
|
||||
provides:
|
||||
- bin/auto-gpt
|
||||
|
||||
test:
|
||||
auto-gpt --help
|
Loading…
Reference in a new issue