Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: Redtoridefire
  • License: mit
  • Language: JavaScript
  • Default Branch: master
  • Size: 77.6 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Contributing License Code of conduct Citation Codeowners Security

README.md

AutoGPT: build & use AI agents

Discord FollowTwitter FollowLicense: MIT

AutoGPT is the vision of the power of AI accessible to everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters:

  • Building - Lay the foundation for something amazing.
  • Testing - Fine-tune your agent to perfection.
  • Delegating - Let AI work for you, and have your ideas come to life.

Be part of the revolution! AutoGPT is here to stay, at the forefront of AI innovation.

** Documentation**  |  ** Contributing**  |  ** Build your own Agent - Quickstart**

Current Best Agent: evo.ninja

The AutoGPT Arena Hackathon saw evo.ninja earn the top spot on our Arena Leaderboard, proving itself as the best open-source generalist agent. Try it now at https://evo.ninja!

To challenge evo.ninja, AutoGPT, and others, submit your benchmark run to the Leaderboard, and maybe your agent will be up here next!

Building blocks

Forge

Forge your own agent! – Forge is a ready-to-go template for your agent application. All the boilerplate code is already handled, letting you channel all your creativity into the things that set your agent apart. All tutorials are located here. Components from the forge.sdk can also be used individually to speed up development and reduce boilerplate in your agent project.

Getting Started with Forge – This guide will walk you through the process of creating your own agent and using the benchmark and user interface.

Learn More about Forge

Benchmark

Measure your agent's performance! The agbenchmark can be used with any agent that supports the agent protocol, and the integration with the project's CLI makes it even easier to use with AutoGPT and forge-based agents. The benchmark offers a stringent testing environment. Our framework allows for autonomous, objective performance evaluations, ensuring your agents are primed for real-world action.

agbenchmark on Pypi  |  Learn More about the Benchmark

Leaderboard

Submit your benchmark run through the UI and claim your place on the AutoGPT Arena Leaderboard! The best scoring general agent earns the title of Current Best Agent, and will be adopted into our repo so people can easily run it through the CLI.

Screenshot of the AutoGPT Arena leaderboard

UI

Makes agents easy to use! The frontend gives you a user-friendly interface to control and monitor your agents. It connects to agents through the agent protocol, ensuring compatibility with many agents from both inside and outside of our ecosystem.

The frontend works out-of-the-box with all agents in the repo. Just use the CLI to run your agent of choice!

Learn More about the Frontend

CLI

To make it as easy as possible to use all of the tools offered by the repository, a CLI is included at the root of the repo:

```shell $ ./run Usage: cli.py [OPTIONS] COMMAND [ARGS]...

Options: --help Show this message and exit.

Commands: agent Commands to create, start and stop agents arena Commands to enter the arena benchmark Commands to start the benchmark and list tests and categories setup Installs dependencies needed for your system. ```

Just clone the repo, install dependencies with ./run setup, and you should be good to go!

Questions? Problems? Suggestions?

Get help - Discord

Join us on Discord

To report a bug or request a feature, create a GitHub Issue. Please ensure someone else hasnt created an issue for the same topic.

Sister projects

Agent Protocol

To maintain a uniform standard and ensure seamless compatibility with many current and future applications, AutoGPT employs the agent protocol standard by the AI Engineer Foundation. This standardizes the communication pathways from your agent to the frontend and benchmark.


Star History Chart

Owner

  • Login: Redtoridefire
  • Kind: user

GitHub Events

Total
Last Year

Dependencies

.github/workflows/arena-intake.yml actions
  • actions/checkout v4 composite
  • actions/github-script v7 composite
.github/workflows/autogpt-ci.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
  • codecov/codecov-action v4 composite
.github/workflows/autogpt-docker-cache-clean.yml actions
  • actions/checkout v4 composite
  • docker/build-push-action v5 composite
  • docker/setup-buildx-action v3 composite
.github/workflows/autogpt-docker-ci.yml actions
  • actions/checkout v4 composite
  • docker/build-push-action v5 composite
  • docker/login-action v3 composite
  • docker/setup-buildx-action v3 composite
  • minio/minio edge-cicd docker
.github/workflows/autogpt-docker-release.yml actions
  • actions/checkout v4 composite
  • docker/build-push-action v5 composite
  • docker/login-action v3 composite
  • docker/setup-buildx-action v3 composite
.github/workflows/autogpts-benchmark.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/autogpts-ci.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/benchmark-ci.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/benchmark_publish_package.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • ncipollo/release-action v1 composite
.github/workflows/close-stale-issues.yml actions
  • actions/stale v9 composite
.github/workflows/frontend-ci.yml actions
  • actions/checkout v4 composite
  • peter-evans/create-pull-request v6 composite
  • subosito/flutter-action v2 composite
.github/workflows/hackathon.yml actions
  • actions/checkout v4 composite
  • actions/setup-node v4 composite
  • actions/setup-python v5 composite
  • postgres * docker
.github/workflows/pr-label.yml actions
  • actions/labeler v5 composite
  • codelytv/pr-size-labeler v1 composite
  • eps1lon/actions-label-merge-conflict releases/2.x composite
.github/workflows/repo-stats.yml actions
  • jgehrcke/github-repo-stats HEAD composite
frontend/ios/Podfile cocoapods
frontend/macos/Podfile cocoapods
autogpts/autogpt/.devcontainer/Dockerfile docker
  • python 3.10 build
autogpts/autogpt/.devcontainer/docker-compose.yml docker
autogpts/autogpt/Dockerfile docker
  • autogpt-${BUILD_TYPE} latest build
  • autogpt-base latest build
  • python 3.10-slim build
autogpts/autogpt/docker-compose.yml docker
  • minio/minio latest
autogpts/forge/Dockerfile docker
  • base latest build
  • python 3.11-slim-buster build
frontend/android/app/build.gradle maven
  • org.jetbrains.kotlin:kotlin-stdlib-jdk7 $kotlin_version implementation
frontend/android/build.gradle maven
benchmark/frontend/package-lock.json npm
  • 351 dependencies
benchmark/frontend/package.json npm
  • @types/eslint ^8.37.0 development
  • @types/node ^18.16.0 development
  • @types/prettier ^2.7.2 development
  • @types/react ^18.2.6 development
  • @types/react-dom ^18.2.4 development
  • @typescript-eslint/eslint-plugin 6.0.0 development
  • @typescript-eslint/parser 6.0.0 development
  • autoprefixer ^10.4.14 development
  • eslint ^8.40.0 development
  • eslint-config-next ^13.4.2 development
  • postcss ^8.4.27 development
  • prettier ^2.8.8 development
  • prettier-plugin-tailwindcss ^0.2.8 development
  • prisma ^5.1.1 development
  • tailwindcss ^3.3.3 development
  • typescript ^5.0.4 development
  • @fortawesome/fontawesome-svg-core ^6.4.2
  • @fortawesome/free-solid-svg-icons ^6.4.2
  • @fortawesome/react-fontawesome ^0.2.0
  • @prisma/client ^5.1.1
  • @t3-oss/env-nextjs ^0.3.1
  • next ^13.4.2
  • react 18.2.0
  • react-dom 18.2.0
  • tailwind-styled-components ^2.2.0
  • vis-data ^7.1.6
  • vis-network ^9.1.6
  • zod ^3.21.4
frontend/pubspec.lock pub
  • _flutterfire_internals 1.3.6
  • args 2.4.2
  • async 2.11.0
  • boolean_selector 2.1.1
  • characters 1.3.0
  • clock 1.1.1
  • collection 1.17.2
  • crypto 3.0.3
  • cupertino_icons 1.0.5
  • fake_async 1.3.1
  • ffi 2.1.0
  • file 6.1.4
  • firebase_analytics 10.5.0
  • firebase_analytics_platform_interface 3.7.0
  • firebase_analytics_web 0.5.5
  • firebase_auth 4.9.0
  • firebase_auth_platform_interface 6.18.0
  • firebase_auth_web 5.8.0
  • firebase_core 2.16.0
  • firebase_core_platform_interface 4.8.0
  • firebase_core_web 2.8.0
  • flutter 0.0.0
  • flutter_highlight 0.7.0
  • flutter_lints 2.0.2
  • flutter_markdown 0.6.18
  • flutter_test 0.0.0
  • flutter_web_plugins 0.0.0
  • fluttertoast 8.2.2
  • google_identity_services_web 0.2.1+1
  • google_sign_in 6.1.5
  • google_sign_in_android 6.1.19
  • google_sign_in_ios 5.6.3
  • google_sign_in_platform_interface 2.4.2
  • google_sign_in_web 0.12.0+4
  • graphview 1.2.0
  • highlight 0.7.0
  • http 1.1.0
  • http_parser 4.0.2
  • js 0.6.7
  • lints 2.1.0
  • markdown 7.1.1
  • matcher 0.12.16
  • material_color_utilities 0.5.0
  • meta 1.9.1
  • nested 1.0.0
  • path 1.8.3
  • path_provider_linux 2.2.1
  • path_provider_platform_interface 2.1.1
  • path_provider_windows 2.2.1
  • platform 3.1.2
  • plugin_platform_interface 2.1.6
  • provider 6.0.5
  • quiver 3.2.1
  • shared_preferences 2.2.1
  • shared_preferences_android 2.2.1
  • shared_preferences_foundation 2.3.4
  • shared_preferences_linux 2.3.1
  • shared_preferences_platform_interface 2.3.1
  • shared_preferences_web 2.2.1
  • shared_preferences_windows 2.3.1
  • sky_engine 0.0.99
  • source_span 1.10.0
  • sprintf 7.0.0
  • stack_trace 1.11.0
  • stream_channel 2.1.1
  • string_scanner 1.2.0
  • term_glyph 1.2.1
  • test_api 0.6.0
  • typed_data 1.3.2
  • url_launcher 6.1.14
  • url_launcher_android 6.1.0
  • url_launcher_ios 6.1.5
  • url_launcher_linux 3.0.6
  • url_launcher_macos 3.0.7
  • url_launcher_platform_interface 2.1.5
  • url_launcher_web 2.0.19
  • url_launcher_windows 3.0.8
  • uuid 4.0.0
  • vector_math 2.1.4
  • web 0.1.4-beta
  • win32 5.0.7
  • xdg_directories 1.0.3
frontend/pubspec.yaml pub
  • flutter_lints ^2.0.0 development
  • flutter_test --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter development
  • collection ^1.15.0
  • cupertino_icons ^1.0.2
  • firebase_analytics ^10.5.0
  • firebase_auth ^4.9.0
  • firebase_core ^2.15.1
  • flutter --- !ruby/hash:ActiveSupport::HashWithIndifferentAccess sdk: flutter
  • flutter_highlight ^0.7.0
  • flutter_markdown ^0.6.18
  • fluttertoast ^8.2.2
  • google_sign_in ^6.1.5
  • graphview ^1.2.0
  • http ^1.1.0
  • provider ^6.0.5
  • shared_preferences ^2.2.1
  • url_launcher ^6.1.14
  • uuid ^4.0.0
autogpts/autogpt/autogpt/app/setup.py pypi
autogpts/autogpt/autogpt/core/poetry.lock pypi
  • agent-protocol 0.3.0
  • aiofiles 23.2.1
  • aiohttp 3.8.5
  • aiosignal 1.3.1
  • anyio 4.0.0
  • async-timeout 4.0.3
  • attrs 23.1.0
  • certifi 2023.7.22
  • charset-normalizer 3.2.0
  • click 8.1.7
  • colorama 0.4.6
  • distro 1.8.0
  • exceptiongroup 1.1.3
  • fastapi 0.100.1
  • frozenlist 1.4.0
  • h11 0.14.0
  • h2 4.1.0
  • hpack 4.0.0
  • hypercorn 0.14.4
  • hyperframe 6.0.1
  • idna 3.4
  • inflection 0.5.1
  • iniconfig 2.0.0
  • jsonschema 4.19.1
  • jsonschema-specifications 2023.7.1
  • multidict 6.0.4
  • openai 0.28.0
  • packaging 23.1
  • pluggy 1.3.0
  • priority 2.0.0
  • pydantic 1.10.12
  • pytest 7.4.2
  • python-multipart 0.0.6
  • pyyaml 6.0.1
  • referencing 0.30.2
  • regex 2023.8.8
  • requests 2.31.0
  • rpds-py 0.10.3
  • sniffio 1.3.0
  • starlette 0.27.0
  • tiktoken 0.5.1
  • tomli 2.0.1
  • tqdm 4.66.1
  • typing-extensions 4.8.0
  • urllib3 2.0.5
  • wsproto 1.2.0
  • yarl 1.9.2
autogpts/autogpt/autogpt/core/pyproject.toml pypi
  • agent-protocol ^0.3.0
  • click ^8.1.7
  • colorama ^0.4.6
  • distro ^1.8.0
  • inflection ^0.5.1
  • jsonschema ^4.19.1
  • openai ^0.28.0
  • pydantic ^1.10.12
  • python ^3.10
  • pyyaml ^6.0.0
  • tiktoken ^0.5.1
autogpts/autogpt/poetry.lock pypi
  • 270 dependencies
autogpts/autogpt/pyproject.toml pypi
autogpts/forge/poetry.lock pypi
  • 186 dependencies
autogpts/forge/pyproject.toml pypi
  • autoflake ^2.2.0 develop
  • black ^23.3.0 develop
  • flake8 ^6.0.0 develop
  • isort ^5.12.0 develop
  • mock ^5.1.0 develop
  • mypy ^1.4.1 develop
  • pre-commit ^3.3.3 develop
  • pydevd-pycharm ^233.6745.319 develop
  • pytest ^7.4.0 develop
  • pytest-asyncio ^0.21.1 develop
  • types-requests ^2.31.0.2 develop
  • watchdog ^3.0.0 develop
  • agbenchmark *
  • aiohttp ^3.8.5
  • bs4 ^0.0.1
  • chromadb ^0.4.10
  • colorlog ^6.7.0
  • duckduckgo-search ^5.0.0
  • google-cloud-storage ^2.13.0
  • jinja2 ^3.1.2
  • litellm ^1.17.9
  • openai ^1.7.2
  • python ^3.10
  • python-dotenv ^1.0.0
  • python-multipart ^0.0.7
  • selenium ^4.13.0
  • sqlalchemy ^2.0.19
  • tenacity ^8.2.2
  • toml ^0.10.2
  • uvicorn ^0.23.2
  • webdriver-manager ^4.0.1
benchmark/agbenchmark/challenges/verticals/code/6_battleship/artifacts_in/product_requirements.txt pypi
  • Atthestartofthegame ,eachplayerplacestheirfleetontheirgrid.Thissetupishiddenfromtheopponent.
  • Battleship-4squares *
  • Carrier-5squares *
  • Cruiser-3squares *
  • Destroyer-2squares *
  • Eachshipoccupiescontiguoussquaresonthegrid ,arrangedeitherhorizontallyorvertically.
  • EndoftheGame *
  • Ifaplayerhitsallthesquaresoccupiedbyaship ,theopponentmustannouncethesinkingofthatspecificship,e.g.,
  • Ifaplayerhitsasquareoccupiedbyaship ,theygetanotherturntoguess.Thiscontinuesuntiltheymakeamiss,atwhichpointtheirturnends.
  • Objective *
  • Onaplayer *
  • Overview *
  • Playerstaketurnscallingoutarowandcolumn ,attemptingtonameasquarecontainingoneoftheopponent
  • Setup *
  • Ships *
  • SpecificationsforBattleship *
  • Submarine-3squares *
  • TakingTurns *
  • TheGrid *
  • ThegamebeginswithPlayer1 ,followedbyPlayer2,andsoon.
  • Theopponentannounceswhetherthatsquareisa *
benchmark/poetry.lock pypi
  • 118 dependencies
benchmark/pyproject.toml pypi
  • autoflake ^1.4 develop
  • black 22.3 develop
  • flake8 ^3.9.2 develop
  • gspread ^5.10.0 develop
  • isort ^5.9.3 develop
  • oauth2client ^4.1.3 develop
  • pandas ^2.0.3 develop
  • pre-commit ^3.3.3 develop
  • agent-protocol-client ^1.1.0
  • click ^8.1.3
  • click-default-group ^1.2.4
  • colorama ^0.4.6
  • fastapi ^0.109.1
  • gitpython ^3.1.32
  • httpx ^0.24.0
  • matplotlib ^3.7.2
  • networkx ^3.1
  • openai ^1.7.2
  • pandas ^2.0.3
  • pexpect ^4.8.0
  • psutil ^5.9.5
  • pydantic ^1.10.9
  • pytest ^7.3.2
  • pytest-asyncio ^0.21.1
  • python ^3.10
  • python-dotenv ^1.0.0
  • python-multipart ^0.0.7
  • pyvis ^0.3.2
  • requests ^2.31.0
  • selenium ^4.11.2
  • tabulate ^0.9.0
  • toml ^0.10.2
  • types-requests ^2.31.0.1
  • uvicorn ^0.23.2
docs/requirements.txt pypi
  • mkdocs *
  • mkdocs-material *
  • mkdocs-table-reader-plugin *
  • pymdown-extensions *