2023-04-15 03:17:37 +08:00
|
|
|
## Original ignores
|
2023-09-30 00:44:10 +08:00
|
|
|
.github_access_token
|
2024-09-20 22:50:43 +08:00
|
|
|
classic/original_autogpt/keys.py
|
|
|
|
classic/original_autogpt/*.json
|
2023-07-22 02:36:15 +08:00
|
|
|
auto_gpt_workspace/*
|
2023-04-02 18:11:04 +08:00
|
|
|
*.mpeg
|
|
|
|
.env
|
2023-04-13 14:29:07 +08:00
|
|
|
azure.yaml
|
2023-04-10 20:24:15 +08:00
|
|
|
.vscode
|
2023-04-11 07:59:43 +08:00
|
|
|
.idea/*
|
2023-04-10 03:49:19 +08:00
|
|
|
auto-gpt.json
|
2023-04-11 07:34:58 +08:00
|
|
|
log.txt
|
2023-04-13 04:52:37 +08:00
|
|
|
log-ingestion.txt
|
2023-07-10 02:14:25 +08:00
|
|
|
/logs
|
2023-04-15 22:20:26 +08:00
|
|
|
*.log
|
|
|
|
*.mp3
|
2023-04-25 06:24:57 +08:00
|
|
|
mem.sqlite3
|
2023-05-20 01:39:12 +08:00
|
|
|
venvAutoGPT
|
2023-04-12 02:18:44 +08:00
|
|
|
|
2023-04-15 03:17:37 +08:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
*$py.class
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
.Python
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
downloads/
|
|
|
|
eggs/
|
|
|
|
.eggs/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
|
|
|
wheels/
|
|
|
|
pip-wheel-metadata/
|
|
|
|
share/python-wheels/
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
|
|
|
MANIFEST
|
|
|
|
|
|
|
|
# PyInstaller
|
|
|
|
# Usually these files are written by a python script from a template
|
|
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
|
|
*.manifest
|
|
|
|
*.spec
|
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
htmlcov/
|
|
|
|
.tox/
|
|
|
|
.nox/
|
2023-04-12 02:18:44 +08:00
|
|
|
.coverage
|
2023-04-15 03:17:37 +08:00
|
|
|
.coverage.*
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
2023-04-12 02:18:44 +08:00
|
|
|
coverage.xml
|
2023-04-15 03:17:37 +08:00
|
|
|
*.cover
|
|
|
|
*.py,cover
|
|
|
|
.hypothesis/
|
|
|
|
.pytest_cache/
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
*.pot
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
local_settings.py
|
|
|
|
db.sqlite3
|
|
|
|
db.sqlite3-journal
|
|
|
|
|
|
|
|
# Flask stuff:
|
|
|
|
instance/
|
|
|
|
.webassets-cache
|
|
|
|
|
|
|
|
# Scrapy stuff:
|
|
|
|
.scrapy
|
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
2023-04-22 19:56:22 +08:00
|
|
|
site/
|
2023-04-15 03:17:37 +08:00
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
target/
|
|
|
|
|
|
|
|
# Jupyter Notebook
|
|
|
|
.ipynb_checkpoints
|
|
|
|
|
|
|
|
# IPython
|
|
|
|
profile_default/
|
|
|
|
ipython_config.py
|
|
|
|
|
|
|
|
# pyenv
|
|
|
|
.python-version
|
|
|
|
|
|
|
|
# pipenv
|
|
|
|
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
|
|
|
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
|
|
|
# having no cross-platform support, pipenv may install dependencies that don't work, or not
|
|
|
|
# install all needed dependencies.
|
|
|
|
#Pipfile.lock
|
|
|
|
|
|
|
|
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
|
|
|
|
__pypackages__/
|
|
|
|
|
|
|
|
# Celery stuff
|
|
|
|
celerybeat-schedule
|
|
|
|
celerybeat.pid
|
|
|
|
|
|
|
|
# SageMath parsed files
|
|
|
|
*.sage.py
|
|
|
|
|
|
|
|
# Environments
|
2023-04-13 02:48:46 +08:00
|
|
|
.direnv/
|
2023-04-15 03:17:37 +08:00
|
|
|
.env
|
|
|
|
.venv
|
|
|
|
env/
|
2023-04-17 00:41:49 +08:00
|
|
|
venv*/
|
2023-04-15 03:17:37 +08:00
|
|
|
ENV/
|
|
|
|
env.bak/
|
|
|
|
|
|
|
|
# Spyder project settings
|
|
|
|
.spyderproject
|
|
|
|
.spyproject
|
|
|
|
|
|
|
|
# Rope project settings
|
|
|
|
.ropeproject
|
|
|
|
|
|
|
|
# mkdocs documentation
|
|
|
|
/site
|
|
|
|
|
|
|
|
# mypy
|
|
|
|
.mypy_cache/
|
|
|
|
.dmypy.json
|
|
|
|
dmypy.json
|
2023-04-13 14:24:15 +08:00
|
|
|
|
2023-04-15 03:17:37 +08:00
|
|
|
# Pyre type checker
|
|
|
|
.pyre/
|
|
|
|
llama-*
|
2023-04-15 07:47:14 +08:00
|
|
|
vicuna-*
|
|
|
|
|
|
|
|
# mac
|
|
|
|
.DS_Store
|
2023-04-18 05:57:55 +08:00
|
|
|
|
|
|
|
openai/
|
2023-04-19 07:44:40 +08:00
|
|
|
|
2023-04-19 04:45:09 +08:00
|
|
|
# news
|
2023-06-07 14:46:09 +08:00
|
|
|
CURRENT_BULLETIN.md
|
2023-08-11 20:44:27 +08:00
|
|
|
|
|
|
|
# AgBenchmark
|
2024-09-20 22:50:43 +08:00
|
|
|
classic/benchmark/agbenchmark/reports/
|
2023-08-11 20:44:27 +08:00
|
|
|
|
|
|
|
# Nodejs
|
|
|
|
package-lock.json
|
2024-06-27 17:02:54 +08:00
|
|
|
|
2023-09-12 17:00:30 +08:00
|
|
|
|
|
|
|
# Allow for locally private items
|
|
|
|
# private
|
|
|
|
pri*
|
|
|
|
# ignore
|
2023-09-16 01:44:37 +08:00
|
|
|
ig*
|
2023-09-30 00:44:10 +08:00
|
|
|
.github_access_token
|
2024-06-27 22:56:21 +08:00
|
|
|
LICENSE.rtf
|
2024-09-20 22:50:43 +08:00
|
|
|
autogpt_platform/backend/settings.py
|
2024-11-27 17:44:19 +08:00
|
|
|
/.auth
|
|
|
|
/autogpt_platform/frontend/.auth
|
feat(platform): Agent Store V2 (#8874)
# 🌎 Overview
AutoGPT Store Version 2 expands on the Pre-Store by enhancing agent
discovery, providing richer content presentation, and introducing new
user engagement features. The focus is on creating a visually appealing
and interactive marketplace that allows users to explore and evaluate
agents through images, videos, and detailed descriptions.
### Vision
To create a visually compelling and interactive open-source marketplace
for autonomous AI agents, where users can easily discover, evaluate, and
interact with agents through media-rich listings, ratings, and version
history.
### Objectives
📊 Incorporate visuals (icons, images, videos) into agent listings.
⭐ Introduce a rating system and agent run count.
🔄 Provide version history and update logs from creators.
🔍 Improve user experience with advanced search and filtering features.
### Changes 🏗️
<!-- Concisely describe all of the changes made in this pull request:
-->
### Checklist 📋
#### For code changes:
- [ ] I have clearly listed my changes in the PR description
- [ ] I have made a test plan
- [ ] I have tested my changes according to the test plan:
<!-- Put your test plan here: -->
- [ ] ...
<details>
<summary>Example test plan</summary>
- [ ] Create from scratch and execute an agent with at least 3 blocks
- [ ] Import an agent from file upload, and confirm it executes
correctly
- [ ] Upload agent to marketplace
- [ ] Import an agent from marketplace and confirm it executes correctly
- [ ] Edit an agent from monitor, and confirm it executes correctly
</details>
#### For configuration changes:
- [ ] `.env.example` is updated or already compatible with my changes
- [ ] `docker-compose.yml` is updated or already compatible with my
changes
- [ ] I have included a list of my configuration changes in the PR
description (under **Changes**)
<details>
<summary>Examples of configuration changes</summary>
- Changing ports
- Adding new services that need to communicate with each other
- Secrets or environment variable changes
- New or infrastructure changes such as databases
</details>
---------
Co-authored-by: Bently <tomnoon9@gmail.com>
Co-authored-by: Aarushi <aarushik93@gmail.com>
2024-12-14 00:35:02 +08:00
|
|
|
|
|
|
|
*.ign.*
|
|
|
|
.test-contents
|