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.6%) to scientific vocabulary
Last synced: 7 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: Catherman23
  • License: other
  • Language: Python
  • Default Branch: Search-results-updates
  • Size: 0 Bytes
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 9 months ago · Last pushed 9 months ago
Metadata Files
Readme Contributing License Code of conduct Citation Codeowners Security

README.md

AutoGPT: Build, Deploy, and Run AI Agents

Discord FollowTwitter FollowLicense: MIT

AutoGPT is a powerful platform that allows you to create, deploy, and manage continuous AI agents that automate complex workflows.

Hosting Options

How to Setup for Self-Hosting

[!NOTE] Setting up and hosting the AutoGPT Platform yourself is a technical process. If you'd rather something that just works, we recommend joining the waitlist for the cloud-hosted beta.

https://github.com/user-attachments/assets/d04273a5-b36a-4a37-818e-f631ce72d603

This tutorial assumes you have Docker, VSCode, git and npm installed.

AutoGPT Frontend

The AutoGPT frontend is where users interact with our powerful AI automation platform. It offers multiple ways to engage with and leverage our AI agents. This is the interface where you'll bring your AI automation ideas to life:

Agent Builder: For those who want to customize, our intuitive, low-code interface allows you to design and configure your own AI agents.

Workflow Management: Build, modify, and optimize your automation workflows with ease. You build your agent by connecting blocks, where each block performs a single action.

Deployment Controls: Manage the lifecycle of your agents, from testing to production.

Ready-to-Use Agents: Don't want to build? Simply select from our library of pre-configured agents and put them to work immediately.

Agent Interaction: Whether you've built your own or are using pre-configured agents, easily run and interact with them through our user-friendly interface.

Monitoring and Analytics: Keep track of your agents' performance and gain insights to continually improve your automation processes.

Read this guide to learn how to build your own custom blocks.

AutoGPT Server

The AutoGPT Server is the powerhouse of our platform This is where your agents run. Once deployed, agents can be triggered by external sources and can operate continuously. It contains all the essential components that make AutoGPT run smoothly.

Source Code: The core logic that drives our agents and automation processes.

Infrastructure: Robust systems that ensure reliable and scalable performance.

Marketplace: A comprehensive marketplace where you can find and deploy a wide range of pre-built agents.

Example Agents

Here are two examples of what you can do with AutoGPT:

  1. Generate Viral Videos from Trending Topics

    • This agent reads topics on Reddit.
    • It identifies trending topics.
    • It then automatically creates a short-form video based on the content.
  2. Identify Top Quotes from Videos for Social Media

    • This agent subscribes to your YouTube channel.
    • When you post a new video, it transcribes it.
    • It uses AI to identify the most impactful quotes to generate a summary.
    • Then, it writes a post to automatically publish to your social media.

These examples show just a glimpse of what you can achieve with AutoGPT! You can create customized workflows to build agents for any use case.


Mission and Licencing

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**

Licensing:

MIT License: The majority of the AutoGPT repository is under the MIT License.

Polyform Shield License: This license applies to the autogpt_platform folder.

For more information, see https://agpt.co/blog/introducing-the-autogpt-platform


AutoGPT Classic

Below is information about the classic version of AutoGPT.

** Build your own Agent - Quickstart**

Forge

Forge your own agent! – Forge is a ready-to-go toolkit to build your own agent application. It handles most of the boilerplate code, letting you channel all your creativity into the things that set your agent apart. All tutorials are located here. Components from forge 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

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 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.


Stars stats

Star History Chart

Contributors

Contributors

Owner

  • Name: Mark Catherman
  • Login: Catherman23
  • Kind: user

I am a criminologist mainly interested in quantitative methods (econometrics and data science) and Neurocriminology.

GitHub Events

Total
  • Delete event: 10
  • Issue comment event: 10
  • Push event: 43
  • Pull request event: 30
  • Create event: 194
Last Year
  • Delete event: 10
  • Issue comment event: 10
  • Push event: 43
  • Pull request event: 30
  • Create event: 194

Dependencies

.github/workflows/classic-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/classic-autogpt-docker-cache-clean.yml actions
  • actions/checkout v4 composite
  • docker/build-push-action v6 composite
  • docker/setup-buildx-action v3 composite
.github/workflows/classic-autogpt-docker-ci.yml actions
  • actions/checkout v4 composite
  • docker/build-push-action v6 composite
  • docker/login-action v3 composite
  • docker/setup-buildx-action v3 composite
  • minio/minio edge-cicd docker
.github/workflows/classic-autogpt-docker-release.yml actions
  • actions/checkout v4 composite
  • docker/build-push-action v6 composite
  • docker/login-action v3 composite
  • docker/setup-buildx-action v3 composite
.github/workflows/classic-autogpts-ci.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/classic-benchmark-ci.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • codecov/codecov-action v4 composite
.github/workflows/classic-benchmark_publish_package.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • ncipollo/release-action v1 composite
.github/workflows/classic-forge-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/classic-frontend-ci.yml actions
  • actions/checkout v4 composite
  • peter-evans/create-pull-request v7 composite
  • subosito/flutter-action v2 composite
.github/workflows/classic-python-checks.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • dorny/paths-filter v3 composite
.github/workflows/codeql.yml actions
  • actions/checkout v4 composite
  • github/codeql-action/analyze v3 composite
  • github/codeql-action/init v3 composite
.github/workflows/platform-autgpt-deploy-prod.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • peter-evans/repository-dispatch v3 composite
.github/workflows/platform-autogpt-deploy-dev.yaml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • peter-evans/repository-dispatch v3 composite
.github/workflows/platform-backend-ci.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • supabase/setup-cli v1 composite
  • bitnami/redis 6.2 docker
.github/workflows/platform-frontend-ci.yml actions
  • actions/checkout v4 composite
  • actions/setup-node v4 composite
  • actions/upload-artifact v4 composite
  • jlumbroso/free-disk-space main composite
.github/workflows/platform-market-ci.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • supabase/setup-cli v1 composite
.github/workflows/repo-close-stale-issues.yml actions
  • actions/stale v9 composite
.github/workflows/repo-pr-enforce-base-branch.yml actions
.github/workflows/repo-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
.github/workflows/repo-workflow-checker.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
autogpt_platform/backend/Dockerfile docker
  • python 3.11.10-slim-bookworm build
  • server_dependencies latest build
autogpt_platform/docker-compose.platform.yml docker
  • redis latest
autogpt_platform/docker-compose.yml docker
autogpt_platform/frontend/Dockerfile docker
  • base latest build
  • node 21-alpine build
autogpt_platform/market/Dockerfile docker
  • python 3.11.10-slim-bookworm build
  • server_dependencies latest build
autogpt_platform/market/docker-compose.yml docker
  • ankane/pgvector latest
classic/forge/Dockerfile docker
  • base latest build
  • python 3.11-slim-buster build
classic/frontend/android/app/build.gradle maven
  • org.jetbrains.kotlin:kotlin-stdlib-jdk7 $kotlin_version implementation
classic/frontend/android/build.gradle maven
autogpt_platform/frontend/package.json npm
  • @chromatic-com/storybook ^3.2.2 development
  • @playwright/test ^1.48.2 development
  • @storybook/addon-a11y ^8.3.5 development
  • @storybook/addon-essentials ^8.4.2 development
  • @storybook/addon-interactions ^8.4.2 development
  • @storybook/addon-links ^8.4.2 development
  • @storybook/addon-onboarding ^8.4.2 development
  • @storybook/blocks ^8.4.2 development
  • @storybook/nextjs ^8.4.2 development
  • @storybook/react ^8.3.5 development
  • @storybook/test ^8.3.5 development
  • @storybook/test-runner ^0.19.1 development
  • @types/negotiator ^0.6.3 development
  • @types/node ^22.9.0 development
  • @types/react ^18 development
  • @types/react-dom ^18 development
  • @types/react-modal ^3.16.3 development
  • axe-playwright ^2.0.3 development
  • chromatic ^11.12.5 development
  • concurrently ^9.0.1 development
  • eslint ^8 development
  • eslint-config-next 15.0.3 development
  • eslint-plugin-storybook ^0.11.0 development
  • msw ^2.5.2 development
  • msw-storybook-addon ^2.0.3 development
  • postcss ^8 development
  • prettier ^3.3.3 development
  • prettier-plugin-tailwindcss ^0.6.9 development
  • storybook ^8.4.5 development
  • tailwindcss ^3.4.15 development
  • typescript ^5 development
  • @faker-js/faker ^9.3.0
  • @hookform/resolvers ^3.9.1
  • @next/third-parties ^15.0.4
  • @radix-ui/react-alert-dialog ^1.1.2
  • @radix-ui/react-avatar ^1.1.1
  • @radix-ui/react-checkbox ^1.1.2
  • @radix-ui/react-collapsible ^1.1.1
  • @radix-ui/react-context-menu ^2.2.1
  • @radix-ui/react-dialog ^1.1.2
  • @radix-ui/react-dropdown-menu ^2.1.2
  • @radix-ui/react-icons ^1.3.2
  • @radix-ui/react-label ^2.1.0
  • @radix-ui/react-popover ^1.1.2
  • @radix-ui/react-radio-group ^1.2.1
  • @radix-ui/react-scroll-area ^1.2.1
  • @radix-ui/react-select ^2.1.2
  • @radix-ui/react-separator ^1.1.0
  • @radix-ui/react-slot ^1.1.0
  • @radix-ui/react-switch ^1.1.1
  • @radix-ui/react-toast ^1.2.2
  • @radix-ui/react-tooltip ^1.1.4
  • @sentry/nextjs ^8
  • @supabase/ssr ^0.5.2
  • @supabase/supabase-js ^2.47.3
  • @tanstack/react-table ^8.20.5
  • @xyflow/react ^12.3.6
  • ajv ^8.17.1
  • boring-avatars ^1.11.2
  • class-variance-authority ^0.7.1
  • clsx ^2.1.1
  • cmdk 1.0.4
  • cookie 1.0.2
  • date-fns ^4.1.0
  • dotenv ^16.4.7
  • elliptic 6.6.0
  • embla-carousel-react ^8.3.0
  • framer-motion ^11.11.9
  • geist ^1.3.1
  • launchdarkly-react-client-sdk ^3.6.0
  • lucide-react ^0.468.0
  • moment ^2.30.1
  • next ^14.2.13
  • next-themes ^0.4.4
  • react ^18
  • react-day-picker ^9.4.2
  • react-dom ^18
  • react-hook-form ^7.54.0
  • react-icons ^5.4.0
  • react-markdown ^9.0.1
  • react-modal ^3.16.1
  • react-shepherd ^6.1.6
  • recharts ^2.14.1
  • tailwind-merge ^2.5.5
  • tailwindcss-animate ^1.0.7
  • uuid ^11.0.3
  • zod ^3.23.8
autogpt_platform/frontend/yarn.lock npm
  • 1544 dependencies
classic/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
autogpt_platform/autogpt_libs/poetry.lock pypi
  • aiohappyeyeballs 2.4.0
  • aiohttp 3.10.5
  • aiosignal 1.3.1
  • annotated-types 0.7.0
  • anyio 4.4.0
  • async-timeout 4.0.3
  • attrs 24.2.0
  • cachetools 5.5.0
  • certifi 2024.8.30
  • charset-normalizer 3.3.2
  • colorama 0.4.6
  • deprecated 1.2.14
  • deprecation 2.1.0
  • exceptiongroup 1.2.2
  • expiringdict 1.2.2
  • frozenlist 1.4.1
  • google-api-core 2.19.2
  • google-auth 2.34.0
  • google-cloud-appengine-logging 1.4.5
  • google-cloud-audit-log 0.3.0
  • google-cloud-core 2.4.1
  • google-cloud-logging 3.11.3
  • googleapis-common-protos 1.65.0
  • gotrue 2.10.0
  • grpc-google-iam-v1 0.13.1
  • grpcio 1.66.1
  • grpcio-status 1.66.1
  • h11 0.14.0
  • h2 4.1.0
  • hpack 4.0.0
  • httpcore 1.0.5
  • httpx 0.27.2
  • hyperframe 6.0.1
  • idna 3.8
  • importlib-metadata 8.4.0
  • iniconfig 2.0.0
  • multidict 6.1.0
  • opentelemetry-api 1.27.0
  • packaging 24.1
  • pluggy 1.5.0
  • postgrest 0.18.0
  • proto-plus 1.24.0
  • protobuf 5.28.0
  • pyasn1 0.6.1
  • pyasn1-modules 0.4.1
  • pydantic 2.9.2
  • pydantic-core 2.23.4
  • pydantic-settings 2.6.1
  • pyjwt 2.10.0
  • pytest 8.3.3
  • pytest-asyncio 0.24.0
  • pytest-mock 3.14.0
  • python-dateutil 2.9.0.post0
  • python-dotenv 1.0.1
  • realtime 2.0.2
  • redis 5.2.1
  • requests 2.32.3
  • rsa 4.9
  • ruff 0.8.2
  • six 1.16.0
  • sniffio 1.3.1
  • storage3 0.9.0
  • strenum 0.4.15
  • supabase 2.10.0
  • supafunc 0.7.0
  • tomli 2.1.0
  • typing-extensions 4.12.2
  • urllib3 2.2.2
  • websockets 12.0
  • wrapt 1.16.0
  • yarl 1.11.1
  • zipp 3.20.1
autogpt_platform/autogpt_libs/pyproject.toml pypi
  • redis ^5.2.1 develop
  • ruff ^0.8.2 develop
  • colorama ^0.4.6
  • expiringdict ^1.2.2
  • google-cloud-logging ^3.11.3
  • pydantic ^2.9.2
  • pydantic-settings ^2.6.1
  • pyjwt ^2.10.0
  • pytest-asyncio ^0.24.0
  • pytest-mock ^3.14.0
  • python >=3.10,<4.0
  • python-dotenv ^1.0.1
  • supabase ^2.10.0
autogpt_platform/backend/poetry.lock pypi
  • 165 dependencies
autogpt_platform/backend/pyproject.toml pypi
  • aiohappyeyeballs ^2.4.3 develop
  • black ^24.10.0 develop
  • faker ^30.8.2 develop
  • httpx ^0.27.0 develop
  • isort ^5.13.2 develop
  • poethepoet ^0.31.0 develop
  • pyright ^1.1.389 develop
  • pytest-mock ^3.14.0 develop
  • pytest-watcher ^0.4.2 develop
  • requests ^2.32.3 develop
  • ruff ^0.8.0 develop
  • aio-pika ^9.5.0
  • anthropic ^0.39.0
  • apscheduler ^3.11.0
  • autogpt-libs *
  • click ^8.1.7
  • croniter ^5.0.1
  • cryptography ^43.0.3
  • discord-py ^2.4.0
  • e2b-code-interpreter ^1.0.1
  • fastapi ^0.115.5
  • feedparser ^6.0.11
  • flake8 ^7.0.0
  • google-api-python-client ^2.154.0
  • google-auth-oauthlib ^1.2.1
  • google-cloud-storage ^2.18.2
  • googlemaps ^4.10.0
  • groq ^0.12.0
  • jinja2 ^3.1.4
  • jsonref ^1.1.0
  • jsonschema ^4.22.0
  • launchdarkly-server-sdk ^9.8.0
  • ollama ^0.4.1
  • openai ^1.55.1
  • pinecone ^5.3.1
  • praw ~7.8.1
  • prisma ^0.15.0
  • psutil ^6.1.0
  • psycopg2-binary ^2.9.10
  • pydantic ^2.9.2
  • pydantic-settings ^2.3.4
  • pyro5 ^5.15
  • pytest ^8.2.1
  • pytest-asyncio ^0.24.0
  • python >=3.10,<3.13
  • python-dotenv ^1.0.1
  • python-multipart ^0.0.17
  • redis ^5.2.0
  • replicate ^1.0.4
  • sentry-sdk 2.19.0
  • sqlalchemy ^2.0.36
  • strenum ^0.4.9
  • supabase ^2.10.0
  • tenacity ^9.0.0
  • uvicorn ^0.32.1
  • websockets ^13.1
  • youtube-transcript-api ^0.6.2
autogpt_platform/market/poetry.lock pypi
  • annotated-types 0.7.0
  • anyio 4.4.0
  • autogpt-libs 0.1.0
  • black 24.10.0
  • certifi 2024.7.4
  • charset-normalizer 3.3.2
  • click 8.1.7
  • colorama 0.4.6
  • exceptiongroup 1.2.2
  • fastapi 0.115.6
  • fuzzywuzzy 0.18.0
  • h11 0.14.0
  • httpcore 1.0.5
  • httpx 0.27.0
  • idna 3.7
  • iniconfig 2.0.0
  • isort 5.13.2
  • jinja2 3.1.4
  • levenshtein 0.26.1
  • markupsafe 2.1.5
  • mypy-extensions 1.0.0
  • nodeenv 1.9.1
  • packaging 24.1
  • pathspec 0.12.1
  • platformdirs 4.2.2
  • pluggy 1.5.0
  • prisma 0.15.0
  • prometheus-client 0.20.0
  • prometheus-fastapi-instrumentator 7.0.0
  • pydantic 2.8.2
  • pydantic-core 2.20.1
  • pyjwt 2.9.0
  • pyright 1.1.390
  • pytest 8.3.4
  • pytest-asyncio 0.24.0
  • pytest-watcher 0.4.3
  • python-dotenv 1.0.1
  • python-levenshtein 0.26.1
  • rapidfuzz 3.9.5
  • requests 2.32.3
  • ruff 0.8.2
  • sentry-sdk 2.19.2
  • sniffio 1.3.1
  • starlette 0.41.2
  • strenum 0.4.15
  • tomli 2.0.1
  • tomlkit 0.13.0
  • typing-extensions 4.12.2
  • urllib3 2.2.2
  • uvicorn 0.32.1
  • watchdog 4.0.1
autogpt_platform/market/pyproject.toml pypi
  • black ^24.10.0 develop
  • isort ^5.13.2 develop
  • pyright ^1.1.390 develop
  • pytest ^8.3.4 develop
  • pytest-asyncio ^0.24.0 develop
  • pytest-watcher ^0.4.3 develop
  • requests ^2.32.3 develop
  • ruff ^0.8.2 develop
  • autogpt-libs *
  • fastapi ^0.115.6
  • fuzzywuzzy ^0.18.0
  • prisma ^0.15.0
  • prometheus-fastapi-instrumentator ^7.0.0
  • python ^3.10
  • python-dotenv ^1.0.1
  • python-levenshtein ^0.26.1
  • sentry-sdk ^2.19.2
  • uvicorn ^0.32.1
classic/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 *
classic/benchmark/poetry.lock pypi
  • 121 dependencies
classic/benchmark/pyproject.toml pypi
classic/forge/poetry.lock pypi
  • 249 dependencies
classic/forge/pyproject.toml pypi