AutoGPT/.github/workflows
Swifty 2de5e3dd83
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-13 16:35:02 +00:00
..
scripts ci: Fix workflow status checker script to work with `merge_group` runs 2024-11-27 19:25:36 +01:00
classic-autogpt-ci.yml fix(ci,platform): Add dev branch trigger to all ci (#8339) 2024-10-15 10:57:24 +01:00
classic-autogpt-docker-cache-clean.yml build(deps): bump docker/build-push-action from 2 to 6 (#8465) 2024-11-27 22:52:58 +07:00
classic-autogpt-docker-ci.yml build(deps): bump docker/build-push-action from 2 to 6 (#8465) 2024-11-27 22:52:58 +07:00
classic-autogpt-docker-release.yml build(deps): bump docker/build-push-action from 2 to 6 (#8465) 2024-11-27 22:52:58 +07:00
classic-autogpts-ci.yml fix(ci,platform): Add dev branch trigger to all ci (#8339) 2024-10-15 10:57:24 +01:00
classic-benchmark-ci.yml ci: fix classic ci (#8338) 2024-11-15 01:48:00 -06:00
classic-benchmark_publish_package.yml refactor: AutoGPT Platform Stealth Launch Repo Re-Org (#8113) 2024-09-20 16:50:43 +02:00
classic-forge-ci.yml fix(ci,platform): Add dev branch trigger to all ci (#8339) 2024-10-15 10:57:24 +01:00
classic-frontend-ci.yml ci: fix classic ci (#8338) 2024-11-15 01:48:00 -06:00
classic-python-checks.yml fix(ci,platform): Add dev branch trigger to all ci (#8339) 2024-10-15 10:57:24 +01:00
codeql.yml ci: Add `merge_group` triggers 2024-11-27 17:57:44 +01:00
platform-autgpt-deploy-prod.yml build(deps): bump peter-evans/repository-dispatch from 2 to 3 (#8609) 2024-11-11 19:59:12 +00:00
platform-autogpt-deploy-dev.yaml build(deps): bump peter-evans/repository-dispatch from 2 to 3 (#8609) 2024-11-11 19:59:12 +00:00
platform-backend-ci.yml ci(backend): Add `poetry.lock` check (#8885) 2024-12-05 18:41:59 +00:00
platform-frontend-ci.yml feat(platform): Agent Store V2 (#8874) 2024-12-13 16:35:02 +00:00
platform-market-ci.yml ci: Add `merge_group` triggers 2024-11-27 17:57:44 +01:00
repo-close-stale-issues.yml refactor: AutoGPT Platform Stealth Launch Repo Re-Org (#8113) 2024-09-20 16:50:43 +02:00
repo-pr-enforce-base-branch.yml ci: Enforce `dev` as base branch for development (#8369) 2024-10-17 17:15:15 +01:00
repo-pr-label.yml fix(ci,platform): Add dev branch trigger to all ci (#8339) 2024-10-15 10:57:24 +01:00
repo-stats.yml refactor: AutoGPT Platform Stealth Launch Repo Re-Org (#8113) 2024-09-20 16:50:43 +02:00
repo-workflow-checker.yml ci: Add `merge_group` trigger to status checker 2024-11-27 19:15:28 +01:00