Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(platform): Agent Store V2 #8874

Merged
merged 311 commits into from
Dec 13, 2024
Merged

feat(platform): Agent Store V2 #8874

merged 311 commits into from
Dec 13, 2024

Conversation

Swiftyos
Copy link
Contributor

@Swiftyos Swiftyos commented Dec 3, 2024

🌎 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 🏗️

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:
    • ...
Example test plan
  • 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

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)
Examples of configuration changes
  • Changing ports
  • Adding new services that need to communicate with each other
  • Secrets or environment variable changes
  • New or infrastructure changes such as databases

Swiftyos and others added 30 commits October 17, 2024 17:01
* Publish agents select page

* updates to new design

* made agent selection be dynamic based on screen size

* add new line for no agents message

* add accessibility

* add Publish Agent Info screen

* add Publish Agent Awaiting Review page

* Fixes for smaller screen sizes

* update to use agptui/Button for buttons

* move svgs to components/ui/icons.tsx
…ub.com:Significant-Gravitas/AutoGPT into swiftyos/open-1920-marketplace-home-components
Copy link
Contributor

Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly.

@github-actions github-actions bot removed the conflicts Automatically applied to PRs with merge conflicts label Dec 13, 2024
Swiftyos and others added 15 commits December 13, 2024 14:49
Updates to the test_data_creator.py to make it work again, some
databases updates caused this to stop working, now its fixed and works
again.

from what i can see ``agent_graph_execution_schedules`` was dropped so
we remove that, and the ``UserBlockCredit`` was changed to
``CreditTransaction``
@Swiftyos Swiftyos requested a review from a team as a code owner December 13, 2024 15:57
@Swiftyos Swiftyos added this pull request to the merge queue Dec 13, 2024
Merged via the queue into dev with commit 2de5e3d Dec 13, 2024
22 checks passed
@Swiftyos Swiftyos deleted the dev-store-v2 branch December 13, 2024 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants