AutoGPT/autogpt_platform/market
dependabot[bot] 2e934dfff3
build(deps-dev): bump the development-dependencies group in /autogpt_platform/market with 2 updates (#8706)
build(deps-dev): bump the development-dependencies group

Bumps the development-dependencies group in /autogpt_platform/market with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [pyright](https://github.com/RobertCraigie/pyright-python).


Updates `ruff` from 0.7.3 to 0.7.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.7.3...0.7.4)

Updates `pyright` from 1.1.388 to 1.1.389
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.388...v1.1.389)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19 13:08:08 +00:00
..
market fix(market): agent pagination and search errors (#8336) 2024-10-16 20:29:53 +00:00
migrations fix(market): agent pagination and search errors (#8336) 2024-10-16 20:29:53 +00:00
tests refactor: AutoGPT Platform Stealth Launch Repo Re-Org (#8113) 2024-09-20 16:50:43 +02:00
.env.example fix(market): Handle empty agents response (#8393) 2024-10-24 17:34:52 +01:00
.gitignore refactor: AutoGPT Platform Stealth Launch Repo Re-Org (#8113) 2024-09-20 16:50:43 +02:00
Dockerfile [Snyk] Security upgrade python from 3.11-slim-buster to 3.11.10-slim-bookworm (#8557) 2024-11-05 19:19:36 +00:00
README.md refactor: AutoGPT Platform Stealth Launch Repo Re-Org (#8113) 2024-09-20 16:50:43 +02:00
docker-compose.yml refactor: AutoGPT Platform Stealth Launch Repo Re-Org (#8113) 2024-09-20 16:50:43 +02:00
poetry.lock build(deps-dev): bump the development-dependencies group in /autogpt_platform/market with 2 updates (#8706) 2024-11-19 13:08:08 +00:00
pyproject.toml build(deps-dev): bump the development-dependencies group in /autogpt_platform/market with 2 updates (#8706) 2024-11-19 13:08:08 +00:00
schema.prisma fix(market): agent pagination and search errors (#8336) 2024-10-16 20:29:53 +00:00
scripts.py chore(platform): Tidy up repo structure (#8521) 2024-11-01 15:33:26 +00:00

README.md

AutoGPT Agent Marketplace

Overview

AutoGPT Agent Marketplace is an open-source platform for autonomous AI agents. This project aims to create a user-friendly, accessible marketplace where users can discover, utilize, and contribute to a diverse ecosystem of AI solutions.

Vision

Our vision is to empower users with customizable and free AI agents, fostering an open-source community that drives innovation in AI automation across various industries.

Key Features

  • Agent Discovery and Search
  • Agent Listings with Detailed Information
  • User Profiles
  • Data Protection and Compliance

Getting Started

To get started with the AutoGPT Agent Marketplace, follow these steps:

  • Copy .env.example to .env and fill in the required environment variables
  • Run poetry run setup
  • Run poetry run populate
  • Run poetry run app

Poetry Run Commands

This section outlines the available command line scripts for this project, configured using Poetry. You can execute these scripts directly using Poetry. Each command performs a specific operation as described below:

  • poetry run format: Runs the formatting script to ensure code consistency.
  • poetry run lint: Executes the linting script to identify and fix potential code issues.
  • poetry run app: Starts the main application.
  • poetry run setup: Runs the setup script to configure the database.
  • poetry run populate: Populates the database with initial data using the specified script.

To run any of these commands, ensure Poetry is installed on your system and execute the commands from the project's root directory.