Compare commits

..

No commits in common. "master" and "github-repo-stats" have entirely different histories.

3969 changed files with 14714 additions and 952401 deletions

View File

@ -1,61 +0,0 @@
# Ignore everything by default, selectively add things to context
*
# Platform - Libs
!autogpt_platform/autogpt_libs/autogpt_libs/
!autogpt_platform/autogpt_libs/pyproject.toml
!autogpt_platform/autogpt_libs/poetry.lock
!autogpt_platform/autogpt_libs/README.md
# Platform - Backend
!autogpt_platform/backend/backend/
!autogpt_platform/backend/migrations/
!autogpt_platform/backend/schema.prisma
!autogpt_platform/backend/pyproject.toml
!autogpt_platform/backend/poetry.lock
!autogpt_platform/backend/README.md
# Platform - Market
!autogpt_platform/market/market/
!autogpt_platform/market/scripts.py
!autogpt_platform/market/schema.prisma
!autogpt_platform/market/pyproject.toml
!autogpt_platform/market/poetry.lock
!autogpt_platform/market/README.md
# Platform - Frontend
!autogpt_platform/frontend/src/
!autogpt_platform/frontend/public/
!autogpt_platform/frontend/package.json
!autogpt_platform/frontend/yarn.lock
!autogpt_platform/frontend/tsconfig.json
!autogpt_platform/frontend/README.md
## config
!autogpt_platform/frontend/*.config.*
!autogpt_platform/frontend/.env.*
# Classic - AutoGPT
!classic/original_autogpt/autogpt/
!classic/original_autogpt/pyproject.toml
!classic/original_autogpt/poetry.lock
!classic/original_autogpt/README.md
!classic/original_autogpt/tests/
# Classic - Benchmark
!classic/benchmark/agbenchmark/
!classic/benchmark/pyproject.toml
!classic/benchmark/poetry.lock
!classic/benchmark/README.md
# Classic - Forge
!classic/forge/
!classic/forge/pyproject.toml
!classic/forge/poetry.lock
!classic/forge/README.md
# Classic - Frontend
!classic/frontend/build/web/
# Explicitly re-ignore some folders
.*
**/__pycache__

10
.gitattributes vendored
View File

@ -1,10 +0,0 @@
classic/frontend/build/** linguist-generated
**/poetry.lock linguist-generated
docs/_javascript/** linguist-vendored
# Exclude VCR cassettes from stats
classic/forge/tests/vcr_cassettes/**/**.y*ml linguist-generated
* text=auto

7
.github/CODEOWNERS vendored
View File

@ -1,7 +0,0 @@
* @Significant-Gravitas/maintainers
.github/workflows/ @Significant-Gravitas/devops
classic/forge/ @Significant-Gravitas/forge-maintainers
classic/benchmark/ @Significant-Gravitas/benchmark-maintainers
classic/frontend/ @Significant-Gravitas/frontend-maintainers
autogpt_platform/infra @Significant-Gravitas/devops
.github/CODEOWNERS @Significant-Gravitas/admins

View File

@ -1,173 +0,0 @@
name: Bug report 🐛
description: Create a bug report for AutoGPT.
labels: ['status: needs triage']
body:
- type: markdown
attributes:
value: |
### ⚠️ Before you continue
* Check out our [backlog], [roadmap] and join our [discord] to discuss what's going on
* If you need help, you can ask in the [discussions] section or in [#tech-support]
* **Thoroughly search the [existing issues] before creating a new one**
* Read our [wiki page on Contributing]
[backlog]: https://github.com/orgs/Significant-Gravitas/projects/1
[roadmap]: https://github.com/orgs/Significant-Gravitas/projects/2
[discord]: https://discord.gg/autogpt
[discussions]: https://github.com/Significant-Gravitas/AutoGPT/discussions
[#tech-support]: https://discord.com/channels/1092243196446249134/1092275629602394184
[existing issues]: https://github.com/Significant-Gravitas/AutoGPT/issues?q=is%3Aissue
[wiki page on Contributing]: https://github.com/Significant-Gravitas/AutoGPT/wiki/Contributing
- type: checkboxes
attributes:
label: ⚠️ Search for existing issues first ⚠️
description: >
Please [search the history](https://github.com/Significant-Gravitas/AutoGPT/issues)
to see if an issue already exists for the same problem.
options:
- label: I have searched the existing issues, and there is no existing issue for my problem
required: true
- type: markdown
attributes:
value: |
Please confirm that the issue you have is described well and precise in the title above ⬆️.
A good rule of thumb: What would you type if you were searching for the issue?
For example:
BAD - my AutoGPT keeps looping
GOOD - After performing execute_python_file, AutoGPT goes into a loop where it keeps trying to execute the file.
⚠️ SUPER-busy repo, please help the volunteer maintainers.
The less time we spend here, the more time we can spend building AutoGPT.
Please help us help you by following these steps:
- Search for existing issues, adding a comment when you have the same or similar issue is tidier than "new issue" and
newer issues will not be reviewed earlier, this is dependent on the current priorities set by our wonderful team
- Ask on our Discord if your issue is known when you are unsure (https://discord.gg/autogpt)
- Provide relevant info:
- Provide commit-hash (`git rev-parse HEAD` gets it) if possible
- If it's a pip/packages issue, mention this in the title and provide pip version, python version
- If it's a crash, provide traceback and describe the error you got as precise as possible in the title.
- type: dropdown
attributes:
label: Which Operating System are you using?
description: >
Please select the operating system you were using to run AutoGPT when this problem occurred.
options:
- Windows
- Linux
- MacOS
- Docker
- Devcontainer / Codespace
- Windows Subsystem for Linux (WSL)
- Other
validations:
required: true
nested_fields:
- type: text
attributes:
label: Specify the system
description: Please specify the system you are working on.
- type: dropdown
attributes:
label: Which version of AutoGPT are you using?
description: |
Please select which version of AutoGPT you were using when this issue occurred.
If you downloaded the code from the [releases page](https://github.com/Significant-Gravitas/AutoGPT/releases/) make sure you were using the latest code.
**If you weren't please try with the [latest code](https://github.com/Significant-Gravitas/AutoGPT/releases/)**.
If installed with git you can run `git branch` to see which version of AutoGPT you are running.
options:
- Latest Release
- Stable (branch)
- Master (branch)
validations:
required: true
- type: dropdown
attributes:
label: What LLM Provider do you use?
description: >
If you are using AutoGPT with `SMART_LLM=gpt-3.5-turbo`, your problems may be caused by
the [limitations](https://github.com/Significant-Gravitas/AutoGPT/issues?q=is%3Aissue+label%3A%22AI+model+limitation%22) of GPT-3.5.
options:
- Azure
- Groq
- Anthropic
- Llamafile
- Other (detail in issue)
validations:
required: true
- type: dropdown
attributes:
label: Which area covers your issue best?
description: >
Select the area related to the issue you are reporting.
options:
- Installation and setup
- Memory
- Performance
- Prompt
- Commands
- Plugins
- AI Model Limitations
- Challenges
- Documentation
- Logging
- Agents
- Other
validations:
required: true
autolabels: true
nested_fields:
- type: text
attributes:
label: Specify the area
description: Please specify the area you think is best related to the issue.
- type: input
attributes:
label: What commit or version are you using?
description: It is helpful for us to reproduce to know what version of the software you were using when this happened. Please run `git log -n 1 --pretty=format:"%H"` to output the full commit hash.
validations:
required: true
- type: textarea
attributes:
label: Describe your issue.
description: Describe the problem you are experiencing. Try to describe only the issue and phrase it short but clear. ⚠️ Provide NO other data in this field
validations:
required: true
#Following are optional file content uploads
- type: markdown
attributes:
value: |
The following is OPTIONAL, please keep in mind that the log files may contain personal information such as credentials.⚠️
"The log files are located in the folder 'logs' inside the main AutoGPT folder."
- type: textarea
attributes:
label: Upload Activity Log Content
description: |
Upload the activity log content, this can help us understand the issue better.
To do this, go to the folder logs in your main AutoGPT folder, open activity.log and copy/paste the contents to this field.
⚠️ The activity log may contain personal data given to AutoGPT by you in prompt or input as well as
any personal information that AutoGPT collected out of files during last run. Do not add the activity log if you are not comfortable with sharing it. ⚠️
validations:
required: false
- type: textarea
attributes:
label: Upload Error Log Content
description: |
Upload the error log content, this will help us understand the issue better.
To do this, go to the folder logs in your main AutoGPT folder, open error.log and copy/paste the contents to this field.
⚠️ The error log may contain personal data given to AutoGPT by you in prompt or input as well as
any personal information that AutoGPT collected out of files during last run. Do not add the activity log if you are not comfortable with sharing it. ⚠️
validations:
required: false

View File

@ -1,28 +0,0 @@
name: Feature request 🚀
description: Suggest a new idea for AutoGPT!
labels: ['status: needs triage']
body:
- type: markdown
attributes:
value: |
First, check out our [wiki page on Contributing](https://github.com/Significant-Gravitas/AutoGPT/wiki/Contributing)
Please provide a searchable summary of the issue in the title above ⬆️.
- type: checkboxes
attributes:
label: Duplicates
description: Please [search the history](https://github.com/Significant-Gravitas/AutoGPT/issues) to see if an issue already exists for the same problem.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Summary 💡
description: Describe how it should work.
- type: textarea
attributes:
label: Examples 🌈
description: Provide a link to other implementations, or screenshots of the expected behavior.
- type: textarea
attributes:
label: Motivation 🔦
description: What are you trying to accomplish? How has the lack of this feature affected you? Providing context helps us come up with a solution that is more useful in the real world.

View File

@ -1,38 +0,0 @@
<!-- Clearly explain the need for these changes: -->
### 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>

175
.github/dependabot.yml vendored
View File

@ -1,175 +0,0 @@
version: 2
updates:
# autogpt_libs (Poetry project)
- package-ecosystem: "pip"
directory: "autogpt_platform/autogpt_libs"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
target-branch: "dev"
commit-message:
prefix: "chore(libs/deps)"
prefix-development: "chore(libs/deps-dev)"
groups:
production-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
development-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"
# backend (Poetry project)
- package-ecosystem: "pip"
directory: "autogpt_platform/backend"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
target-branch: "dev"
commit-message:
prefix: "chore(backend/deps)"
prefix-development: "chore(backend/deps-dev)"
groups:
production-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
development-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"
# frontend (Next.js project)
- package-ecosystem: "npm"
directory: "autogpt_platform/frontend"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
target-branch: "dev"
commit-message:
prefix: "chore(frontend/deps)"
prefix-development: "chore(frontend/deps-dev)"
groups:
production-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
development-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"
# infra (Terraform)
- package-ecosystem: "terraform"
directory: "autogpt_platform/infra"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
target-branch: "dev"
commit-message:
prefix: "chore(infra/deps)"
prefix-development: "chore(infra/deps-dev)"
groups:
production-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
development-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"
# GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
target-branch: "dev"
groups:
production-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
development-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"
# Docker
- package-ecosystem: "docker"
directory: "autogpt_platform/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
target-branch: "dev"
groups:
production-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
development-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"
# Submodules
- package-ecosystem: "gitsubmodule"
directory: "autogpt_platform/supabase"
schedule:
interval: "weekly"
open-pull-requests-limit: 1
target-branch: "dev"
commit-message:
prefix: "chore(platform/deps)"
prefix-development: "chore(platform/deps-dev)"
groups:
production-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
development-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"
# Docs
- package-ecosystem: 'pip'
directory: "docs/"
schedule:
interval: "weekly"
open-pull-requests-limit: 1
target-branch: "dev"
commit-message:
prefix: "chore(docs/deps)"
groups:
production-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
development-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"

32
.github/labeler.yml vendored
View File

@ -1,32 +0,0 @@
Classic AutoGPT Agent:
- changed-files:
- any-glob-to-any-file: classic/original_autogpt/**
Classic Benchmark:
- changed-files:
- any-glob-to-any-file: classic/benchmark/**
Classic Frontend:
- changed-files:
- any-glob-to-any-file: classic/frontend/**
Forge:
- changed-files:
- any-glob-to-any-file: classic/forge/**
documentation:
- changed-files:
- any-glob-to-any-file: docs/**
platform/frontend:
- changed-files:
- any-glob-to-any-file: autogpt_platform/frontend/**
platform/backend:
- changed-files:
- any-glob-to-any-file: autogpt_platform/backend/**
- all-globs-to-all-files: '!autogpt_platform/backend/backend/blocks/**'
platform/blocks:
- changed-files:
- any-glob-to-any-file: autogpt_platform/backend/backend/blocks/**

View File

@ -1,138 +0,0 @@
name: Classic - AutoGPT CI
on:
push:
branches: [ master, dev, ci-test* ]
paths:
- '.github/workflows/classic-autogpt-ci.yml'
- 'classic/original_autogpt/**'
pull_request:
branches: [ master, dev, release-* ]
paths:
- '.github/workflows/classic-autogpt-ci.yml'
- 'classic/original_autogpt/**'
concurrency:
group: ${{ format('classic-autogpt-ci-{0}', github.head_ref && format('{0}-{1}', github.event_name, github.event.pull_request.number) || github.sha) }}
cancel-in-progress: ${{ startsWith(github.event_name, 'pull_request') }}
defaults:
run:
shell: bash
working-directory: classic/original_autogpt
jobs:
test:
permissions:
contents: read
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
platform-os: [ubuntu, macos, macos-arm64, windows]
runs-on: ${{ matrix.platform-os != 'macos-arm64' && format('{0}-latest', matrix.platform-os) || 'macos-14' }}
steps:
# Quite slow on macOS (2~4 minutes to set up Docker)
# - name: Set up Docker (macOS)
# if: runner.os == 'macOS'
# uses: crazy-max/ghaction-setup-docker@v3
- name: Start MinIO service (Linux)
if: runner.os == 'Linux'
working-directory: '.'
run: |
docker pull minio/minio:edge-cicd
docker run -d -p 9000:9000 minio/minio:edge-cicd
- name: Start MinIO service (macOS)
if: runner.os == 'macOS'
working-directory: ${{ runner.temp }}
run: |
brew install minio/stable/minio
mkdir data
minio server ./data &
# No MinIO on Windows:
# - Windows doesn't support running Linux Docker containers
# - It doesn't seem possible to start background processes on Windows. They are
# killed after the step returns.
# See: https://github.com/actions/runner/issues/598#issuecomment-2011890429
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Configure git user Auto-GPT-Bot
run: |
git config --global user.name "Auto-GPT-Bot"
git config --global user.email "github-bot@agpt.co"
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- id: get_date
name: Get date
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
- name: Set up Python dependency cache
# On Windows, unpacking cached dependencies takes longer than just installing them
if: runner.os != 'Windows'
uses: actions/cache@v4
with:
path: ${{ runner.os == 'macOS' && '~/Library/Caches/pypoetry' || '~/.cache/pypoetry' }}
key: poetry-${{ runner.os }}-${{ hashFiles('classic/original_autogpt/poetry.lock') }}
- name: Install Poetry (Unix)
if: runner.os != 'Windows'
run: |
curl -sSL https://install.python-poetry.org | python3 -
if [ "${{ runner.os }}" = "macOS" ]; then
PATH="$HOME/.local/bin:$PATH"
echo "$HOME/.local/bin" >> $GITHUB_PATH
fi
- name: Install Poetry (Windows)
if: runner.os == 'Windows'
shell: pwsh
run: |
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python -
$env:PATH += ";$env:APPDATA\Python\Scripts"
echo "$env:APPDATA\Python\Scripts" >> $env:GITHUB_PATH
- name: Install Python dependencies
run: poetry install
- name: Run pytest with coverage
run: |
poetry run pytest -vv \
--cov=autogpt --cov-branch --cov-report term-missing --cov-report xml \
--numprocesses=logical --durations=10 \
tests/unit tests/integration
env:
CI: true
PLAIN_OUTPUT: True
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
S3_ENDPOINT_URL: ${{ runner.os != 'Windows' && 'http://127.0.0.1:9000' || '' }}
AWS_ACCESS_KEY_ID: minioadmin
AWS_SECRET_ACCESS_KEY: minioadmin
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: autogpt-agent,${{ runner.os }}
- name: Upload logs to artifact
if: always()
uses: actions/upload-artifact@v4
with:
name: test-logs
path: classic/original_autogpt/logs/

View File

@ -1,60 +0,0 @@
name: Classic - Purge Auto-GPT Docker CI cache
on:
schedule:
- cron: 20 4 * * 1,4
env:
BASE_BRANCH: dev
IMAGE_NAME: auto-gpt
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
build-type: [release, dev]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- id: build
name: Build image
uses: docker/build-push-action@v6
with:
context: classic/
file: classic/Dockerfile.autogpt
build-args: BUILD_TYPE=${{ matrix.build-type }}
load: true # save to docker images
# use GHA cache as read-only
cache-to: type=gha,scope=autogpt-docker-${{ matrix.build-type }},mode=max
- name: Generate build report
env:
event_name: ${{ github.event_name }}
event_ref: ${{ github.event.schedule }}
build_type: ${{ matrix.build-type }}
prod_branch: master
dev_branch: dev
repository: ${{ github.repository }}
base_branch: ${{ github.ref_name != 'master' && github.ref_name != 'dev' && 'dev' || 'master' }}
current_ref: ${{ github.ref_name }}
commit_hash: ${{ github.sha }}
source_url: ${{ format('{0}/tree/{1}', github.event.repository.url, github.sha) }}
push_forced_label:
new_commits_json: ${{ null }}
compare_url_template: ${{ format('/{0}/compare/{{base}}...{{head}}', github.repository) }}
github_context_json: ${{ toJSON(github) }}
job_env_json: ${{ toJSON(env) }}
vars_json: ${{ toJSON(vars) }}
run: .github/workflows/scripts/docker-ci-summary.sh >> $GITHUB_STEP_SUMMARY
continue-on-error: true

View File

@ -1,166 +0,0 @@
name: Classic - AutoGPT Docker CI
on:
push:
branches: [master, dev]
paths:
- '.github/workflows/classic-autogpt-docker-ci.yml'
- 'classic/original_autogpt/**'
- 'classic/forge/**'
pull_request:
branches: [ master, dev, release-* ]
paths:
- '.github/workflows/classic-autogpt-docker-ci.yml'
- 'classic/original_autogpt/**'
- 'classic/forge/**'
concurrency:
group: ${{ format('classic-autogpt-docker-ci-{0}', github.head_ref && format('pr-{0}', github.event.pull_request.number) || github.sha) }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
defaults:
run:
working-directory: classic/original_autogpt
env:
IMAGE_NAME: auto-gpt
DEPLOY_IMAGE_NAME: ${{ secrets.DOCKER_USER && format('{0}/', secrets.DOCKER_USER) || '' }}auto-gpt
DEV_IMAGE_TAG: latest-dev
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
build-type: [release, dev]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- if: runner.debug
run: |
ls -al
du -hs *
- id: build
name: Build image
uses: docker/build-push-action@v6
with:
context: classic/
file: classic/Dockerfile.autogpt
build-args: BUILD_TYPE=${{ matrix.build-type }}
tags: ${{ env.IMAGE_NAME }}
labels: GIT_REVISION=${{ github.sha }}
load: true # save to docker images
# cache layers in GitHub Actions cache to speed up builds
cache-from: type=gha,scope=autogpt-docker-${{ matrix.build-type }}
cache-to: type=gha,scope=autogpt-docker-${{ matrix.build-type }},mode=max
- name: Generate build report
env:
event_name: ${{ github.event_name }}
event_ref: ${{ github.event.ref }}
event_ref_type: ${{ github.event.ref}}
build_type: ${{ matrix.build-type }}
prod_branch: master
dev_branch: dev
repository: ${{ github.repository }}
base_branch: ${{ github.ref_name != 'master' && github.ref_name != 'dev' && 'dev' || 'master' }}
current_ref: ${{ github.ref_name }}
commit_hash: ${{ github.event.after }}
source_url: ${{ format('{0}/tree/{1}', github.event.repository.url, github.event.release && github.event.release.tag_name || github.sha) }}
push_forced_label: ${{ github.event.forced && '☢️ forced' || '' }}
new_commits_json: ${{ toJSON(github.event.commits) }}
compare_url_template: ${{ format('/{0}/compare/{{base}}...{{head}}', github.repository) }}
github_context_json: ${{ toJSON(github) }}
job_env_json: ${{ toJSON(env) }}
vars_json: ${{ toJSON(vars) }}
run: .github/workflows/scripts/docker-ci-summary.sh >> $GITHUB_STEP_SUMMARY
continue-on-error: true
test:
runs-on: ubuntu-latest
timeout-minutes: 10
services:
minio:
image: minio/minio:edge-cicd
options: >
--name=minio
--health-interval=10s --health-timeout=5s --health-retries=3
--health-cmd="curl -f http://localhost:9000/minio/health/live"
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
submodules: true
- if: github.event_name == 'push'
name: Log in to Docker hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- id: build
name: Build image
uses: docker/build-push-action@v6
with:
context: classic/
file: classic/Dockerfile.autogpt
build-args: BUILD_TYPE=dev # include pytest
tags: >
${{ env.IMAGE_NAME }},
${{ env.DEPLOY_IMAGE_NAME }}:${{ env.DEV_IMAGE_TAG }}
labels: GIT_REVISION=${{ github.sha }}
load: true # save to docker images
# cache layers in GitHub Actions cache to speed up builds
cache-from: type=gha,scope=autogpt-docker-dev
cache-to: type=gha,scope=autogpt-docker-dev,mode=max
- id: test
name: Run tests
env:
CI: true
PLAIN_OUTPUT: True
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
S3_ENDPOINT_URL: http://minio:9000
AWS_ACCESS_KEY_ID: minioadmin
AWS_SECRET_ACCESS_KEY: minioadmin
run: |
set +e
docker run --env CI --env OPENAI_API_KEY \
--network container:minio \
--env S3_ENDPOINT_URL --env AWS_ACCESS_KEY_ID --env AWS_SECRET_ACCESS_KEY \
--entrypoint poetry ${{ env.IMAGE_NAME }} run \
pytest -v --cov=autogpt --cov-branch --cov-report term-missing \
--numprocesses=4 --durations=10 \
tests/unit tests/integration 2>&1 | tee test_output.txt
test_failure=${PIPESTATUS[0]}
cat << $EOF >> $GITHUB_STEP_SUMMARY
# Tests $([ $test_failure = 0 ] && echo '✅' || echo '❌')
\`\`\`
$(cat test_output.txt)
\`\`\`
$EOF
exit $test_failure
- if: github.event_name == 'push' && github.ref_name == 'master'
name: Push image to Docker Hub
run: docker push ${{ env.DEPLOY_IMAGE_NAME }}:${{ env.DEV_IMAGE_TAG }}

View File

@ -1,87 +0,0 @@
name: Classic - AutoGPT Docker Release
on:
release:
types: [published, edited]
workflow_dispatch:
inputs:
no_cache:
type: boolean
description: 'Build from scratch, without using cached layers'
env:
IMAGE_NAME: auto-gpt
DEPLOY_IMAGE_NAME: ${{ secrets.DOCKER_USER }}/auto-gpt
jobs:
build:
if: startsWith(github.ref, 'refs/tags/autogpt-')
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Log in to Docker hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
# slashes are not allowed in image tags, but can appear in git branch or tag names
- id: sanitize_tag
name: Sanitize image tag
run: |
tag=${raw_tag//\//-}
echo tag=${tag#autogpt-} >> $GITHUB_OUTPUT
env:
raw_tag: ${{ github.ref_name }}
- id: build
name: Build image
uses: docker/build-push-action@v6
with:
context: classic/
file: Dockerfile.autogpt
build-args: BUILD_TYPE=release
load: true # save to docker images
# push: true # TODO: uncomment when this issue is fixed: https://github.com/moby/buildkit/issues/1555
tags: >
${{ env.IMAGE_NAME }},
${{ env.DEPLOY_IMAGE_NAME }}:latest,
${{ env.DEPLOY_IMAGE_NAME }}:${{ steps.sanitize_tag.outputs.tag }}
labels: GIT_REVISION=${{ github.sha }}
# cache layers in GitHub Actions cache to speed up builds
cache-from: ${{ !inputs.no_cache && 'type=gha' || '' }},scope=autogpt-docker-release
cache-to: type=gha,scope=autogpt-docker-release,mode=max
- name: Push image to Docker Hub
run: docker push --all-tags ${{ env.DEPLOY_IMAGE_NAME }}
- name: Generate build report
env:
event_name: ${{ github.event_name }}
event_ref: ${{ github.event.ref }}
event_ref_type: ${{ github.event.ref}}
inputs_no_cache: ${{ inputs.no_cache }}
prod_branch: master
dev_branch: dev
repository: ${{ github.repository }}
base_branch: ${{ github.ref_name != 'master' && github.ref_name != 'dev' && 'dev' || 'master' }}
ref_type: ${{ github.ref_type }}
current_ref: ${{ github.ref_name }}
commit_hash: ${{ github.sha }}
source_url: ${{ format('{0}/tree/{1}', github.event.repository.url, github.event.release && github.event.release.tag_name || github.sha) }}
github_context_json: ${{ toJSON(github) }}
job_env_json: ${{ toJSON(env) }}
vars_json: ${{ toJSON(vars) }}
run: .github/workflows/scripts/docker-release-summary.sh >> $GITHUB_STEP_SUMMARY
continue-on-error: true

View File

@ -1,76 +0,0 @@
name: Classic - Agent smoke tests
on:
workflow_dispatch:
schedule:
- cron: '0 8 * * *'
push:
branches: [ master, dev, ci-test* ]
paths:
- '.github/workflows/classic-autogpts-ci.yml'
- 'classic/original_autogpt/**'
- 'classic/forge/**'
- 'classic/benchmark/**'
- 'classic/run'
- 'classic/cli.py'
- 'classic/setup.py'
- '!**/*.md'
pull_request:
branches: [ master, dev, release-* ]
paths:
- '.github/workflows/classic-autogpts-ci.yml'
- 'classic/original_autogpt/**'
- 'classic/forge/**'
- 'classic/benchmark/**'
- 'classic/run'
- 'classic/cli.py'
- 'classic/setup.py'
- '!**/*.md'
defaults:
run:
shell: bash
working-directory: classic
jobs:
serve-agent-protocol:
runs-on: ubuntu-latest
strategy:
matrix:
agent-name: [ original_autogpt ]
fail-fast: false
timeout-minutes: 20
env:
min-python-version: '3.10'
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Set up Python ${{ env.min-python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ env.min-python-version }}
- name: Install Poetry
working-directory: ./classic/${{ matrix.agent-name }}/
run: |
curl -sSL https://install.python-poetry.org | python -
- name: Run regression tests
run: |
./run agent start ${{ matrix.agent-name }}
cd ${{ matrix.agent-name }}
poetry run agbenchmark --mock --test=BasicRetrieval --test=Battleship --test=WebArenaTask_0
poetry run agbenchmark --test=WriteFile
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
AGENT_NAME: ${{ matrix.agent-name }}
REQUESTS_CA_BUNDLE: /etc/ssl/certs/ca-certificates.crt
HELICONE_CACHE_ENABLED: false
HELICONE_PROPERTY_AGENT: ${{ matrix.agent-name }}
REPORTS_FOLDER: ${{ format('../../reports/{0}', matrix.agent-name) }}
TELEMETRY_ENVIRONMENT: autogpt-ci
TELEMETRY_OPT_IN: ${{ github.ref_name == 'master' }}

View File

@ -1,169 +0,0 @@
name: Classic - AGBenchmark CI
on:
push:
branches: [ master, dev, ci-test* ]
paths:
- 'classic/benchmark/**'
- '!classic/benchmark/reports/**'
- .github/workflows/classic-benchmark-ci.yml
pull_request:
branches: [ master, dev, release-* ]
paths:
- 'classic/benchmark/**'
- '!classic/benchmark/reports/**'
- .github/workflows/classic-benchmark-ci.yml
concurrency:
group: ${{ format('benchmark-ci-{0}', github.head_ref && format('{0}-{1}', github.event_name, github.event.pull_request.number) || github.sha) }}
cancel-in-progress: ${{ startsWith(github.event_name, 'pull_request') }}
defaults:
run:
shell: bash
env:
min-python-version: '3.10'
jobs:
test:
permissions:
contents: read
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
platform-os: [ubuntu, macos, macos-arm64, windows]
runs-on: ${{ matrix.platform-os != 'macos-arm64' && format('{0}-latest', matrix.platform-os) || 'macos-14' }}
defaults:
run:
shell: bash
working-directory: classic/benchmark
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Set up Python dependency cache
# On Windows, unpacking cached dependencies takes longer than just installing them
if: runner.os != 'Windows'
uses: actions/cache@v4
with:
path: ${{ runner.os == 'macOS' && '~/Library/Caches/pypoetry' || '~/.cache/pypoetry' }}
key: poetry-${{ runner.os }}-${{ hashFiles('classic/benchmark/poetry.lock') }}
- name: Install Poetry (Unix)
if: runner.os != 'Windows'
run: |
curl -sSL https://install.python-poetry.org | python3 -
if [ "${{ runner.os }}" = "macOS" ]; then
PATH="$HOME/.local/bin:$PATH"
echo "$HOME/.local/bin" >> $GITHUB_PATH
fi
- name: Install Poetry (Windows)
if: runner.os == 'Windows'
shell: pwsh
run: |
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python -
$env:PATH += ";$env:APPDATA\Python\Scripts"
echo "$env:APPDATA\Python\Scripts" >> $env:GITHUB_PATH
- name: Install Python dependencies
run: poetry install
- name: Run pytest with coverage
run: |
poetry run pytest -vv \
--cov=agbenchmark --cov-branch --cov-report term-missing --cov-report xml \
--durations=10 \
tests
env:
CI: true
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: agbenchmark,${{ runner.os }}
self-test-with-agent:
runs-on: ubuntu-latest
strategy:
matrix:
agent-name: [forge]
fail-fast: false
timeout-minutes: 20
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Set up Python ${{ env.min-python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ env.min-python-version }}
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python -
- name: Run regression tests
working-directory: classic
run: |
./run agent start ${{ matrix.agent-name }}
cd ${{ matrix.agent-name }}
set +e # Ignore non-zero exit codes and continue execution
echo "Running the following command: poetry run agbenchmark --maintain --mock"
poetry run agbenchmark --maintain --mock
EXIT_CODE=$?
set -e # Stop ignoring non-zero exit codes
# Check if the exit code was 5, and if so, exit with 0 instead
if [ $EXIT_CODE -eq 5 ]; then
echo "regression_tests.json is empty."
fi
echo "Running the following command: poetry run agbenchmark --mock"
poetry run agbenchmark --mock
echo "Running the following command: poetry run agbenchmark --mock --category=data"
poetry run agbenchmark --mock --category=data
echo "Running the following command: poetry run agbenchmark --mock --category=coding"
poetry run agbenchmark --mock --category=coding
# echo "Running the following command: poetry run agbenchmark --test=WriteFile"
# poetry run agbenchmark --test=WriteFile
cd ../benchmark
poetry install
echo "Adding the BUILD_SKILL_TREE environment variable. This will attempt to add new elements in the skill tree. If new elements are added, the CI fails because they should have been pushed"
export BUILD_SKILL_TREE=true
# poetry run agbenchmark --mock
# CHANGED=$(git diff --name-only | grep -E '(agbenchmark/challenges)|(../classic/frontend/assets)') || echo "No diffs"
# if [ ! -z "$CHANGED" ]; then
# echo "There are unstaged changes please run agbenchmark and commit those changes since they are needed."
# echo "$CHANGED"
# exit 1
# else
# echo "No unstaged changes."
# fi
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
TELEMETRY_ENVIRONMENT: autogpt-benchmark-ci
TELEMETRY_OPT_IN: ${{ github.ref_name == 'master' }}

View File

@ -1,55 +0,0 @@
name: Classic - Publish to PyPI
on:
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Install Poetry
working-directory: ./classic/benchmark/
run: |
curl -sSL https://install.python-poetry.org | python3 -
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
- name: Build project for distribution
working-directory: ./classic/benchmark/
run: poetry build
- name: Install dependencies
working-directory: ./classic/benchmark/
run: poetry install
- name: Check Version
working-directory: ./classic/benchmark/
id: check-version
run: |
echo version=$(poetry version --short) >> $GITHUB_OUTPUT
- name: Create Release
uses: ncipollo/release-action@v1
with:
artifacts: "classic/benchmark/dist/*"
token: ${{ secrets.GITHUB_TOKEN }}
draft: false
generateReleaseNotes: false
tag: agbenchmark-v${{ steps.check-version.outputs.version }}
commit: master
- name: Build and publish
working-directory: ./classic/benchmark/
run: poetry publish -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}

View File

@ -1,236 +0,0 @@
name: Classic - Forge CI
on:
push:
branches: [ master, dev, ci-test* ]
paths:
- '.github/workflows/classic-forge-ci.yml'
- 'classic/forge/**'
- '!classic/forge/tests/vcr_cassettes'
pull_request:
branches: [ master, dev, release-* ]
paths:
- '.github/workflows/classic-forge-ci.yml'
- 'classic/forge/**'
- '!classic/forge/tests/vcr_cassettes'
concurrency:
group: ${{ format('forge-ci-{0}', github.head_ref && format('{0}-{1}', github.event_name, github.event.pull_request.number) || github.sha) }}
cancel-in-progress: ${{ startsWith(github.event_name, 'pull_request') }}
defaults:
run:
shell: bash
working-directory: classic/forge
jobs:
test:
permissions:
contents: read
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
platform-os: [ubuntu, macos, macos-arm64, windows]
runs-on: ${{ matrix.platform-os != 'macos-arm64' && format('{0}-latest', matrix.platform-os) || 'macos-14' }}
steps:
# Quite slow on macOS (2~4 minutes to set up Docker)
# - name: Set up Docker (macOS)
# if: runner.os == 'macOS'
# uses: crazy-max/ghaction-setup-docker@v3
- name: Start MinIO service (Linux)
if: runner.os == 'Linux'
working-directory: '.'
run: |
docker pull minio/minio:edge-cicd
docker run -d -p 9000:9000 minio/minio:edge-cicd
- name: Start MinIO service (macOS)
if: runner.os == 'macOS'
working-directory: ${{ runner.temp }}
run: |
brew install minio/stable/minio
mkdir data
minio server ./data &
# No MinIO on Windows:
# - Windows doesn't support running Linux Docker containers
# - It doesn't seem possible to start background processes on Windows. They are
# killed after the step returns.
# See: https://github.com/actions/runner/issues/598#issuecomment-2011890429
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Checkout cassettes
if: ${{ startsWith(github.event_name, 'pull_request') }}
env:
PR_BASE: ${{ github.event.pull_request.base.ref }}
PR_BRANCH: ${{ github.event.pull_request.head.ref }}
PR_AUTHOR: ${{ github.event.pull_request.user.login }}
run: |
cassette_branch="${PR_AUTHOR}-${PR_BRANCH}"
cassette_base_branch="${PR_BASE}"
cd tests/vcr_cassettes
if ! git ls-remote --exit-code --heads origin $cassette_base_branch ; then
cassette_base_branch="master"
fi
if git ls-remote --exit-code --heads origin $cassette_branch ; then
git fetch origin $cassette_branch
git fetch origin $cassette_base_branch
git checkout $cassette_branch
# Pick non-conflicting cassette updates from the base branch
git merge --no-commit --strategy-option=ours origin/$cassette_base_branch
echo "Using cassettes from mirror branch '$cassette_branch'," \
"synced to upstream branch '$cassette_base_branch'."
else
git checkout -b $cassette_branch
echo "Branch '$cassette_branch' does not exist in cassette submodule." \
"Using cassettes from '$cassette_base_branch'."
fi
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Set up Python dependency cache
# On Windows, unpacking cached dependencies takes longer than just installing them
if: runner.os != 'Windows'
uses: actions/cache@v4
with:
path: ${{ runner.os == 'macOS' && '~/Library/Caches/pypoetry' || '~/.cache/pypoetry' }}
key: poetry-${{ runner.os }}-${{ hashFiles('classic/forge/poetry.lock') }}
- name: Install Poetry (Unix)
if: runner.os != 'Windows'
run: |
curl -sSL https://install.python-poetry.org | python3 -
if [ "${{ runner.os }}" = "macOS" ]; then
PATH="$HOME/.local/bin:$PATH"
echo "$HOME/.local/bin" >> $GITHUB_PATH
fi
- name: Install Poetry (Windows)
if: runner.os == 'Windows'
shell: pwsh
run: |
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python -
$env:PATH += ";$env:APPDATA\Python\Scripts"
echo "$env:APPDATA\Python\Scripts" >> $env:GITHUB_PATH
- name: Install Python dependencies
run: poetry install
- name: Run pytest with coverage
run: |
poetry run pytest -vv \
--cov=forge --cov-branch --cov-report term-missing --cov-report xml \
--durations=10 \
forge
env:
CI: true
PLAIN_OUTPUT: True
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
S3_ENDPOINT_URL: ${{ runner.os != 'Windows' && 'http://127.0.0.1:9000' || '' }}
AWS_ACCESS_KEY_ID: minioadmin
AWS_SECRET_ACCESS_KEY: minioadmin
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: forge,${{ runner.os }}
- id: setup_git_auth
name: Set up git token authentication
# Cassettes may be pushed even when tests fail
if: success() || failure()
run: |
config_key="http.${{ github.server_url }}/.extraheader"
if [ "${{ runner.os }}" = 'macOS' ]; then
base64_pat=$(echo -n "pat:${{ secrets.PAT_REVIEW }}" | base64)
else
base64_pat=$(echo -n "pat:${{ secrets.PAT_REVIEW }}" | base64 -w0)
fi
git config "$config_key" \
"Authorization: Basic $base64_pat"
cd tests/vcr_cassettes
git config "$config_key" \
"Authorization: Basic $base64_pat"
echo "config_key=$config_key" >> $GITHUB_OUTPUT
- id: push_cassettes
name: Push updated cassettes
# For pull requests, push updated cassettes even when tests fail
if: github.event_name == 'push' || (! github.event.pull_request.head.repo.fork && (success() || failure()))
env:
PR_BRANCH: ${{ github.event.pull_request.head.ref }}
PR_AUTHOR: ${{ github.event.pull_request.user.login }}
run: |
if [ "${{ startsWith(github.event_name, 'pull_request') }}" = "true" ]; then
is_pull_request=true
cassette_branch="${PR_AUTHOR}-${PR_BRANCH}"
else
cassette_branch="${{ github.ref_name }}"
fi
cd tests/vcr_cassettes
# Commit & push changes to cassettes if any
if ! git diff --quiet; then
git add .
git commit -m "Auto-update cassettes"
git push origin HEAD:$cassette_branch
if [ ! $is_pull_request ]; then
cd ../..
git add tests/vcr_cassettes
git commit -m "Update cassette submodule"
git push origin HEAD:$cassette_branch
fi
echo "updated=true" >> $GITHUB_OUTPUT
else
echo "updated=false" >> $GITHUB_OUTPUT
echo "No cassette changes to commit"
fi
- name: Post Set up git token auth
if: steps.setup_git_auth.outcome == 'success'
run: |
git config --unset-all '${{ steps.setup_git_auth.outputs.config_key }}'
git submodule foreach git config --unset-all '${{ steps.setup_git_auth.outputs.config_key }}'
- name: Apply "behaviour change" label and comment on PR
if: ${{ startsWith(github.event_name, 'pull_request') }}
run: |
PR_NUMBER="${{ github.event.pull_request.number }}"
TOKEN="${{ secrets.PAT_REVIEW }}"
REPO="${{ github.repository }}"
if [[ "${{ steps.push_cassettes.outputs.updated }}" == "true" ]]; then
echo "Adding label and comment..."
echo $TOKEN | gh auth login --with-token
gh issue edit $PR_NUMBER --add-label "behaviour change"
gh issue comment $PR_NUMBER --body "You changed AutoGPT's behaviour on ${{ runner.os }}. The cassettes have been updated and will be merged to the submodule when this Pull Request gets merged."
fi
- name: Upload logs to artifact
if: always()
uses: actions/upload-artifact@v4
with:
name: test-logs
path: classic/forge/logs/

View File

@ -1,60 +0,0 @@
name: Classic - Frontend CI/CD
on:
push:
branches:
- master
- dev
- 'ci-test*' # This will match any branch that starts with "ci-test"
paths:
- 'classic/frontend/**'
- '.github/workflows/classic-frontend-ci.yml'
pull_request:
paths:
- 'classic/frontend/**'
- '.github/workflows/classic-frontend-ci.yml'
jobs:
build:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
env:
BUILD_BRANCH: ${{ format('classic-frontend-build/{0}', github.ref_name) }}
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.2'
- name: Build Flutter to Web
run: |
cd classic/frontend
flutter build web --base-href /app/
# - name: Commit and Push to ${{ env.BUILD_BRANCH }}
# if: github.event_name == 'push'
# run: |
# git config --local user.email "action@github.com"
# git config --local user.name "GitHub Action"
# git add classic/frontend/build/web
# git checkout -B ${{ env.BUILD_BRANCH }}
# git commit -m "Update frontend build to ${GITHUB_SHA:0:7}" -a
# git push -f origin ${{ env.BUILD_BRANCH }}
- name: Create PR ${{ env.BUILD_BRANCH }} -> ${{ github.ref_name }}
if: github.event_name == 'push'
uses: peter-evans/create-pull-request@v7
with:
add-paths: classic/frontend/build/web
base: ${{ github.ref_name }}
branch: ${{ env.BUILD_BRANCH }}
delete-branch: true
title: "Update frontend build in `${{ github.ref_name }}`"
body: "This PR updates the frontend build based on commit ${{ github.sha }}."
commit-message: "Update frontend build based on commit ${{ github.sha }}"

View File

@ -1,151 +0,0 @@
name: Classic - Python checks
on:
push:
branches: [ master, dev, ci-test* ]
paths:
- '.github/workflows/classic-python-checks-ci.yml'
- 'classic/original_autogpt/**'
- 'classic/forge/**'
- 'classic/benchmark/**'
- '**.py'
- '!classic/forge/tests/vcr_cassettes'
pull_request:
branches: [ master, dev, release-* ]
paths:
- '.github/workflows/classic-python-checks-ci.yml'
- 'classic/original_autogpt/**'
- 'classic/forge/**'
- 'classic/benchmark/**'
- '**.py'
- '!classic/forge/tests/vcr_cassettes'
concurrency:
group: ${{ format('classic-python-checks-ci-{0}', github.head_ref && format('{0}-{1}', github.event_name, github.event.pull_request.number) || github.sha) }}
cancel-in-progress: ${{ startsWith(github.event_name, 'pull_request') }}
defaults:
run:
shell: bash
jobs:
get-changed-parts:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- id: changes-in
name: Determine affected subprojects
uses: dorny/paths-filter@v3
with:
filters: |
original_autogpt:
- classic/original_autogpt/autogpt/**
- classic/original_autogpt/tests/**
- classic/original_autogpt/poetry.lock
forge:
- classic/forge/forge/**
- classic/forge/tests/**
- classic/forge/poetry.lock
benchmark:
- classic/benchmark/agbenchmark/**
- classic/benchmark/tests/**
- classic/benchmark/poetry.lock
outputs:
changed-parts: ${{ steps.changes-in.outputs.changes }}
lint:
needs: get-changed-parts
runs-on: ubuntu-latest
env:
min-python-version: "3.10"
strategy:
matrix:
sub-package: ${{ fromJson(needs.get-changed-parts.outputs.changed-parts) }}
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python ${{ env.min-python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ env.min-python-version }}
- name: Set up Python dependency cache
uses: actions/cache@v4
with:
path: ~/.cache/pypoetry
key: ${{ runner.os }}-poetry-${{ hashFiles(format('{0}/poetry.lock', matrix.sub-package)) }}
- name: Install Poetry
run: curl -sSL https://install.python-poetry.org | python3 -
# Install dependencies
- name: Install Python dependencies
run: poetry -C classic/${{ matrix.sub-package }} install
# Lint
- name: Lint (isort)
run: poetry run isort --check .
working-directory: classic/${{ matrix.sub-package }}
- name: Lint (Black)
if: success() || failure()
run: poetry run black --check .
working-directory: classic/${{ matrix.sub-package }}
- name: Lint (Flake8)
if: success() || failure()
run: poetry run flake8 .
working-directory: classic/${{ matrix.sub-package }}
types:
needs: get-changed-parts
runs-on: ubuntu-latest
env:
min-python-version: "3.10"
strategy:
matrix:
sub-package: ${{ fromJson(needs.get-changed-parts.outputs.changed-parts) }}
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python ${{ env.min-python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ env.min-python-version }}
- name: Set up Python dependency cache
uses: actions/cache@v4
with:
path: ~/.cache/pypoetry
key: ${{ runner.os }}-poetry-${{ hashFiles(format('{0}/poetry.lock', matrix.sub-package)) }}
- name: Install Poetry
run: curl -sSL https://install.python-poetry.org | python3 -
# Install dependencies
- name: Install Python dependencies
run: poetry -C classic/${{ matrix.sub-package }} install
# Typecheck
- name: Typecheck
if: success() || failure()
run: poetry run pyright
working-directory: classic/${{ matrix.sub-package }}

View File

@ -1,98 +0,0 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"
on:
push:
branches: [ "master", "release-*", "dev" ]
pull_request:
branches: [ "master", "release-*", "dev" ]
merge_group:
schedule:
- cron: '15 4 * * 0'
jobs:
analyze:
name: Analyze (${{ matrix.language }})
# Runner size impacts CodeQL analysis time. To learn more, please see:
# - https://gh.io/recommended-hardware-resources-for-running-codeql
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
permissions:
# required for all workflows
security-events: write
# required to fetch internal or private CodeQL packs
packages: read
# only required for workflows in private repositories
actions: read
contents: read
strategy:
fail-fast: false
matrix:
include:
- language: typescript
build-mode: none
- language: python
build-mode: none
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
# Use `c-cpp` to analyze code written in C, C++ or both
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
# Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
# To learn more about changing the languages that are analyzed or customizing the build mode for your analysis,
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
config: |
paths-ignore:
- classic/frontend/build/**
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality
# If the analyze step fails for one of the languages you are analyzing with
# "We were unable to automatically build your code", modify the matrix above
# to set the build mode to "manual" for that language. Then modify this step
# to build your code.
# Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
- if: matrix.build-mode == 'manual'
shell: bash
run: |
echo 'If you are using a "manual" build mode for one or more of the' \
'languages you are analyzing, replace this with the commands to build' \
'your code, for example:'
echo ' make bootstrap'
echo ' make release'
exit 1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"

View File

@ -1,49 +0,0 @@
name: AutoGPT Platform - Deploy Prod Environment
on:
release:
types: [published]
permissions:
contents: 'read'
id-token: 'write'
jobs:
migrate:
environment: production
name: Run migrations for AutoGPT Platform
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install prisma
- name: Run Backend Migrations
working-directory: ./autogpt_platform/backend
run: |
python -m prisma migrate deploy
env:
DATABASE_URL: ${{ secrets.BACKEND_DATABASE_URL }}
trigger:
needs: migrate
runs-on: ubuntu-latest
steps:
- name: Trigger deploy workflow
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.DEPLOY_TOKEN }}
repository: Significant-Gravitas/AutoGPT_cloud_infrastructure
event-type: build_deploy_prod
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "repository": "${{ github.repository }}"}'

View File

@ -1,50 +0,0 @@
name: AutoGPT Platform - Deploy Dev Environment
on:
push:
branches: [ dev ]
paths:
- 'autogpt_platform/**'
permissions:
contents: 'read'
id-token: 'write'
jobs:
migrate:
environment: develop
name: Run migrations for AutoGPT Platform
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install prisma
- name: Run Backend Migrations
working-directory: ./autogpt_platform/backend
run: |
python -m prisma migrate deploy
env:
DATABASE_URL: ${{ secrets.BACKEND_DATABASE_URL }}
trigger:
needs: migrate
runs-on: ubuntu-latest
steps:
- name: Trigger deploy workflow
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.DEPLOY_TOKEN }}
repository: Significant-Gravitas/AutoGPT_cloud_infrastructure
event-type: build_deploy_dev
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "repository": "${{ github.repository }}"}'

View File

@ -1,147 +0,0 @@
name: AutoGPT Platform - Backend CI
on:
push:
branches: [master, dev, ci-test*]
paths:
- ".github/workflows/platform-backend-ci.yml"
- "autogpt_platform/backend/**"
- "autogpt_platform/autogpt_libs/**"
pull_request:
branches: [master, dev, release-*]
paths:
- ".github/workflows/platform-backend-ci.yml"
- "autogpt_platform/backend/**"
- "autogpt_platform/autogpt_libs/**"
merge_group:
concurrency:
group: ${{ format('backend-ci-{0}', github.head_ref && format('{0}-{1}', github.event_name, github.event.pull_request.number) || github.sha) }}
cancel-in-progress: ${{ startsWith(github.event_name, 'pull_request') }}
defaults:
run:
shell: bash
working-directory: autogpt_platform/backend
jobs:
test:
permissions:
contents: read
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
runs-on: ubuntu-latest
services:
redis:
image: bitnami/redis:6.2
env:
REDIS_PASSWORD: testpassword
ports:
- 6379:6379
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Setup Supabase
uses: supabase/setup-cli@v1
with:
version: latest
- id: get_date
name: Get date
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
- name: Set up Python dependency cache
uses: actions/cache@v4
with:
path: ~/.cache/pypoetry
key: poetry-${{ runner.os }}-${{ hashFiles('autogpt_platform/backend/poetry.lock') }}
- name: Install Poetry (Unix)
run: |
curl -sSL https://install.python-poetry.org | python3 -
if [ "${{ runner.os }}" = "macOS" ]; then
PATH="$HOME/.local/bin:$PATH"
echo "$HOME/.local/bin" >> $GITHUB_PATH
fi
- name: Check poetry.lock
run: |
poetry lock
if ! git diff --quiet poetry.lock; then
echo "Error: poetry.lock not up to date."
echo
git diff poetry.lock
exit 1
fi
- name: Install Python dependencies
run: poetry install
- name: Generate Prisma Client
run: poetry run prisma generate
- id: supabase
name: Start Supabase
working-directory: .
run: |
supabase init
supabase start --exclude postgres-meta,realtime,storage-api,imgproxy,inbucket,studio,edge-runtime,logflare,vector,supavisor
supabase status -o env | sed 's/="/=/; s/"$//' >> $GITHUB_OUTPUT
# outputs:
# DB_URL, API_URL, GRAPHQL_URL, ANON_KEY, SERVICE_ROLE_KEY, JWT_SECRET
- name: Run Database Migrations
run: poetry run prisma migrate dev --name updates
env:
DATABASE_URL: ${{ steps.supabase.outputs.DB_URL }}
- id: lint
name: Run Linter
run: poetry run lint
- name: Run pytest with coverage
run: |
if [[ "${{ runner.debug }}" == "1" ]]; then
poetry run pytest -s -vv -o log_cli=true -o log_cli_level=DEBUG test
else
poetry run pytest -s -vv test
fi
if: success() || (failure() && steps.lint.outcome == 'failure')
env:
LOG_LEVEL: ${{ runner.debug && 'DEBUG' || 'INFO' }}
DATABASE_URL: ${{ steps.supabase.outputs.DB_URL }}
SUPABASE_URL: ${{ steps.supabase.outputs.API_URL }}
SUPABASE_SERVICE_ROLE_KEY: ${{ steps.supabase.outputs.SERVICE_ROLE_KEY }}
SUPABASE_JWT_SECRET: ${{ steps.supabase.outputs.JWT_SECRET }}
REDIS_HOST: 'localhost'
REDIS_PORT: '6379'
REDIS_PASSWORD: 'testpassword'
env:
CI: true
PLAIN_OUTPUT: True
RUN_ENV: local
PORT: 8080
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v4
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# flags: backend,${{ runner.os }}

View File

@ -1,101 +0,0 @@
name: AutoGPT Platform - Frontend CI
on:
push:
branches: [master, dev]
paths:
- ".github/workflows/platform-frontend-ci.yml"
- "autogpt_platform/frontend/**"
pull_request:
paths:
- ".github/workflows/platform-frontend-ci.yml"
- "autogpt_platform/frontend/**"
merge_group:
defaults:
run:
shell: bash
working-directory: autogpt_platform/frontend
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "21"
- name: Install dependencies
run: |
yarn install --frozen-lockfile
- name: Run lint
run: |
yarn lint
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
browser: [chromium, webkit]
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "21"
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
large-packages: false # slow
docker-images: false # limited benefit
- name: Copy default supabase .env
run: |
cp ../supabase/docker/.env.example ../.env
- name: Copy backend .env
run: |
cp ../backend/.env.example ../backend/.env
- name: Run docker compose
run: |
docker compose -f ../docker-compose.yml up -d
- name: Install dependencies
run: |
yarn install --frozen-lockfile
- name: Setup Builder .env
run: |
cp .env.example .env
- name: Install Browser '${{ matrix.browser }}'
run: yarn playwright install --with-deps ${{ matrix.browser }}
- name: Run tests
run: |
yarn test --project=${{ matrix.browser }}
- name: Print Docker Compose logs in debug mode
if: runner.debug
run: |
docker compose -f ../docker-compose.yml logs
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: playwright-report-${{ matrix.browser }}
path: playwright-report/
retention-days: 30

View File

@ -1,34 +0,0 @@
name: Repo - Close stale issues
on:
schedule:
- cron: '30 1 * * *'
workflow_dispatch:
permissions:
issues: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
# operations-per-run: 5000
stale-issue-message: >
This issue has automatically been marked as _stale_ because it has not had
any activity in the last 50 days. You can _unstale_ it by commenting or
removing the label. Otherwise, this issue will be closed in 10 days.
stale-pr-message: >
This pull request has automatically been marked as _stale_ because it has
not had any activity in the last 50 days. You can _unstale_ it by commenting
or removing the label.
close-issue-message: >
This issue was closed automatically because it has been stale for 10 days
with no activity.
days-before-stale: 50
days-before-close: 10
# Do not touch meta issues:
exempt-issue-labels: meta,fridge,project management
# Do not affect pull requests:
days-before-pr-stale: -1
days-before-pr-close: -1

View File

@ -1,21 +0,0 @@
name: Repo - Enforce dev as base branch
on:
pull_request_target:
branches: [ master ]
types: [ opened ]
jobs:
check_pr_target:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Check if PR is from dev or hotfix
if: ${{ !(startsWith(github.event.pull_request.head.ref, 'hotfix/') || github.event.pull_request.head.ref == 'dev') }}
run: |
gh pr comment ${{ github.event.number }} --repo "$REPO" \
--body $'This PR targets the `master` branch but does not come from `dev` or a `hotfix/*` branch.\n\nAutomatically setting the base branch to `dev`.'
gh pr edit ${{ github.event.number }} --base dev --repo "$REPO"
env:
GITHUB_TOKEN: ${{ github.token }}
REPO: ${{ github.repository }}

View File

@ -1,66 +0,0 @@
name: Repo - Pull Request auto-label
on:
# So that PRs touching the same files as the push are updated
push:
branches: [ master, dev, release-* ]
paths-ignore:
- 'classic/forge/tests/vcr_cassettes'
- 'classic/benchmark/reports/**'
# So that the `dirtyLabel` is removed if conflicts are resolve
# We recommend `pull_request_target` so that github secrets are available.
# In `pull_request` we wouldn't be able to change labels of fork PRs
pull_request_target:
types: [ opened, synchronize ]
concurrency:
group: ${{ format('pr-label-{0}', github.event.pull_request.number || github.sha) }}
cancel-in-progress: true
jobs:
conflicts:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Update PRs with conflict labels
uses: eps1lon/actions-label-merge-conflict@releases/2.x
with:
dirtyLabel: "conflicts"
#removeOnDirtyLabel: "PR: ready to ship"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: "This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request."
commentOnClean: "Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly."
size:
if: ${{ github.event_name == 'pull_request_target' }}
permissions:
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: codelytv/pr-size-labeler@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
xs_label: 'size/xs'
xs_max_size: 2
s_label: 'size/s'
s_max_size: 10
m_label: 'size/m'
m_max_size: 100
l_label: 'size/l'
l_max_size: 500
xl_label: 'size/xl'
message_if_xl:
scope:
if: ${{ github.event_name == 'pull_request_target' }}
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
sync-labels: true

View File

@ -1,20 +0,0 @@
name: Repo - Github Stats
on:
schedule:
# Run this once per day, towards the end of the day for keeping the most
# recent data point most meaningful (hours are interpreted in UTC).
- cron: "0 23 * * *"
workflow_dispatch: # Allow for running this manually.
jobs:
j1:
name: github-repo-stats
runs-on: ubuntu-latest
steps:
- name: run-ghrs
# Use latest release.
uses: jgehrcke/github-repo-stats@HEAD
with:
ghtoken: ${{ secrets.ghrs_github_api_token }}

View File

@ -1,32 +0,0 @@
name: Repo - PR Status Checker
on:
pull_request:
types: [opened, synchronize, reopened]
merge_group:
jobs:
status-check:
name: Check PR Status
runs-on: ubuntu-latest
steps:
# - name: Wait some time for all actions to start
# run: sleep 30
- uses: actions/checkout@v4
# with:
# fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install requests
- name: Check PR Status
run: |
echo "Current directory before running Python script:"
pwd
echo "Attempting to run Python script:"
python .github/workflows/scripts/check_actions_status.py
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -1,116 +0,0 @@
import json
import os
import requests
import sys
import time
from typing import Dict, List, Tuple
CHECK_INTERVAL = 30
def get_environment_variables() -> Tuple[str, str, str, str, str]:
"""Retrieve and return necessary environment variables."""
try:
with open(os.environ["GITHUB_EVENT_PATH"]) as f:
event = json.load(f)
# Handle both PR and merge group events
if "pull_request" in event:
sha = event["pull_request"]["head"]["sha"]
else:
sha = os.environ["GITHUB_SHA"]
return (
os.environ["GITHUB_API_URL"],
os.environ["GITHUB_REPOSITORY"],
sha,
os.environ["GITHUB_TOKEN"],
os.environ["GITHUB_RUN_ID"],
)
except KeyError as e:
print(f"Error: Missing required environment variable or event data: {e}")
sys.exit(1)
def make_api_request(url: str, headers: Dict[str, str]) -> Dict:
"""Make an API request and return the JSON response."""
try:
print("Making API request to:", url)
response = requests.get(url, headers=headers, timeout=10)
response.raise_for_status()
return response.json()
except requests.RequestException as e:
print(f"Error: API request failed. {e}")
sys.exit(1)
def process_check_runs(check_runs: List[Dict]) -> Tuple[bool, bool]:
"""Process check runs and return their status."""
runs_in_progress = False
all_others_passed = True
for run in check_runs:
if str(run["name"]) != "Check PR Status":
status = run["status"]
conclusion = run["conclusion"]
if status == "completed":
if conclusion not in ["success", "skipped", "neutral"]:
all_others_passed = False
print(
f"Check run {run['name']} (ID: {run['id']}) has conclusion: {conclusion}"
)
else:
runs_in_progress = True
print(f"Check run {run['name']} (ID: {run['id']}) is still {status}.")
all_others_passed = False
else:
print(
f"Skipping check run {run['name']} (ID: {run['id']}) as it is the current run."
)
return runs_in_progress, all_others_passed
def main():
api_url, repo, sha, github_token, current_run_id = get_environment_variables()
endpoint = f"{api_url}/repos/{repo}/commits/{sha}/check-runs"
headers = {
"Accept": "application/vnd.github.v3+json",
}
if github_token:
headers["Authorization"] = f"token {github_token}"
print(f"Current run ID: {current_run_id}")
while True:
data = make_api_request(endpoint, headers)
check_runs = data["check_runs"]
print("Processing check runs...")
print(check_runs)
runs_in_progress, all_others_passed = process_check_runs(check_runs)
if not runs_in_progress:
break
print(
"Some check runs are still in progress. "
f"Waiting {CHECK_INTERVAL} seconds before checking again..."
)
time.sleep(CHECK_INTERVAL)
if all_others_passed:
print("All other completed check runs have passed. This check passes.")
sys.exit(0)
else:
print("Some check runs have failed or have not completed. This check fails.")
sys.exit(1)
if __name__ == "__main__":
main()

View File

@ -1,98 +0,0 @@
#!/bin/bash
meta=$(docker image inspect "$IMAGE_NAME" | jq '.[0]')
head_compare_url=$(sed "s/{base}/$base_branch/; s/{head}/$current_ref/" <<< $compare_url_template)
ref_compare_url=$(sed "s/{base}/$base_branch/; s/{head}/$commit_hash/" <<< $compare_url_template)
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
cat << $EOF
# Docker Build summary 🔨
**Source:** branch \`$current_ref\` -> [$repository@\`${commit_hash:0:7}\`]($source_url)
**Build type:** \`$build_type\`
**Image size:** $((`jq -r .Size <<< $meta` / 10**6))MB
## Image details
**Tags:**
$(jq -r '.RepoTags | map("* `\(.)`") | join("\n")' <<< $meta)
<details>
<summary><h3>Layers</h3></summary>
| Age | Size | Created by instruction |
| --------- | ------ | ---------------------- |
$(docker history --no-trunc --format "{{.CreatedSince}}\t{{.Size}}\t\`{{.CreatedBy}}\`\t{{.Comment}}" $IMAGE_NAME \
| grep 'buildkit.dockerfile' `# filter for layers created in this build process`\
| cut -f-3 `# yeet Comment column`\
| sed 's/ ago//' `# fix Layer age`\
| sed 's/ # buildkit//' `# remove buildkit comment from instructions`\
| sed 's/\$/\\$/g' `# escape variable and shell expansions`\
| sed 's/|/\\|/g' `# escape pipes so they don't interfere with column separators`\
| column -t -s$'\t' -o' | ' `# align columns and add separator`\
| sed 's/^/| /; s/$/ |/' `# add table row start and end pipes`)
</details>
<details>
<summary><h3>ENV</h3></summary>
| Variable | Value |
| -------- | -------- |
$(jq -r \
'.Config.Env
| map(
split("=")
| "\(.[0]) | `\(.[1] | gsub("\\s+"; " "))`"
)
| map("| \(.) |")
| .[]' <<< $meta
)
</details>
<details>
<summary>Raw metadata</summary>
\`\`\`JSON
$meta
\`\`\`
</details>
## Build details
**Build trigger:** $push_forced_label $event_name \`$event_ref\`
<details>
<summary><code>github</code> context</summary>
\`\`\`JSON
$github_context_json
\`\`\`
</details>
### Source
**HEAD:** [$repository@\`${commit_hash:0:7}\`]($source_url) on branch [$current_ref]($ref_compare_url)
**Diff with previous HEAD:** $head_compare_url
#### New commits
$(jq -r 'map([
"**Commit [`\(.id[0:7])`](\(.url)) by \(if .author.username then "@"+.author.username else .author.name end):**",
.message,
(if .committer.name != .author.name then "\n> <sub>**Committer:** \(.committer.name) <\(.committer.email)></sub>" else "" end),
"<sub>**Timestamp:** \(.timestamp)</sub>"
] | map("> \(.)\n") | join("")) | join("\n")' <<< $new_commits_json)
### Job environment
#### \`vars\` context:
\`\`\`JSON
$vars_json
\`\`\`
#### \`env\` context:
\`\`\`JSON
$job_env_json
\`\`\`
$EOF

View File

@ -1,85 +0,0 @@
#!/bin/bash
meta=$(docker image inspect "$IMAGE_NAME" | jq '.[0]')
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
cat << $EOF
# Docker Release Build summary 🚀🔨
**Source:** $ref_type \`$current_ref\` -> [$repository@\`${commit_hash:0:7}\`]($source_url)
**Image size:** $((`jq -r .Size <<< $meta` / 10**6))MB
## Image details
**Tags:**
$(jq -r '.RepoTags | map("* `\(.)`") | join("\n")' <<< $meta)
<details>
<summary><h3>Layers</h3></summary>
| Age | Size | Created by instruction |
| --------- | ------ | ---------------------- |
$(docker history --no-trunc --format "{{.CreatedSince}}\t{{.Size}}\t\`{{.CreatedBy}}\`\t{{.Comment}}" $IMAGE_NAME \
| grep 'buildkit.dockerfile' `# filter for layers created in this build process`\
| cut -f-3 `# yeet Comment column`\
| sed 's/ ago//' `# fix Layer age`\
| sed 's/ # buildkit//' `# remove buildkit comment from instructions`\
| sed 's/\$/\\$/g' `# escape variable and shell expansions`\
| sed 's/|/\\|/g' `# escape pipes so they don't interfere with column separators`\
| column -t -s$'\t' -o' | ' `# align columns and add separator`\
| sed 's/^/| /; s/$/ |/' `# add table row start and end pipes`)
</details>
<details>
<summary><h3>ENV</h3></summary>
| Variable | Value |
| -------- | -------- |
$(jq -r \
'.Config.Env
| map(
split("=")
| "\(.[0]) | `\(.[1] | gsub("\\s+"; " "))`"
)
| map("| \(.) |")
| .[]' <<< $meta
)
</details>
<details>
<summary>Raw metadata</summary>
\`\`\`JSON
$meta
\`\`\`
</details>
## Build details
**Build trigger:** $event_name \`$current_ref\`
| Parameter | Value |
| -------------- | ------------ |
| \`no_cache\` | \`$inputs_no_cache\` |
<details>
<summary><code>github</code> context</summary>
\`\`\`JSON
$github_context_json
\`\`\`
</details>
### Job environment
#### \`vars\` context:
\`\`\`JSON
$vars_json
\`\`\`
#### \`env\` context:
\`\`\`JSON
$job_env_json
\`\`\`
$EOF

178
.gitignore vendored
View File

@ -1,178 +0,0 @@
## Original ignores
.github_access_token
classic/original_autogpt/keys.py
classic/original_autogpt/*.json
auto_gpt_workspace/*
*.mpeg
.env
azure.yaml
.vscode
.idea/*
auto-gpt.json
log.txt
log-ingestion.txt
/logs
*.log
*.mp3
mem.sqlite3
venvAutoGPT
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
site/
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
.python-version
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Environments
.direnv/
.env
.venv
env/
venv*/
ENV/
env.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
llama-*
vicuna-*
# mac
.DS_Store
openai/
# news
CURRENT_BULLETIN.md
# AgBenchmark
classic/benchmark/agbenchmark/reports/
# Nodejs
package-lock.json
# Allow for locally private items
# private
pri*
# ignore
ig*
.github_access_token
LICENSE.rtf
autogpt_platform/backend/settings.py
/.auth
/autogpt_platform/frontend/.auth
*.ign.*
.test-contents

6
.gitmodules vendored
View File

@ -1,6 +0,0 @@
[submodule "classic/forge/tests/vcr_cassettes"]
path = classic/forge/tests/vcr_cassettes
url = https://github.com/Significant-Gravitas/Auto-GPT-test-cassettes
[submodule "autogpt_platform/supabase"]
path = autogpt_platform/supabase
url = https://github.com/supabase/supabase.git

View File

@ -1,6 +0,0 @@
[pr_reviewer]
num_code_suggestions=0
[pr_code_suggestions]
commitable_code_suggestions=false
num_code_suggestions=0

View File

@ -1,258 +0,0 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-added-large-files
args: ["--maxkb=500"]
- id: fix-byte-order-marker
- id: check-case-conflict
- id: check-merge-conflict
- id: check-symlinks
- id: debug-statements
- repo: https://github.com/Yelp/detect-secrets
rev: v1.5.0
hooks:
- id: detect-secrets
name: Detect secrets
description: Detects high entropy strings that are likely to be passwords.
files: ^autogpt_platform/
stages: [push]
- repo: local
# For proper type checking, all dependencies need to be up-to-date.
# It's also a good idea to check that poetry.lock is consistent with pyproject.toml.
hooks:
- id: poetry-install
name: Check & Install dependencies - AutoGPT Platform - Backend
alias: poetry-install-platform-backend
entry: poetry -C autogpt_platform/backend install
# include autogpt_libs source (since it's a path dependency)
files: ^autogpt_platform/(backend|autogpt_libs)/poetry\.lock$
types: [file]
language: system
pass_filenames: false
- id: poetry-install
name: Check & Install dependencies - AutoGPT Platform - Libs
alias: poetry-install-platform-libs
entry: poetry -C autogpt_platform/autogpt_libs install
files: ^autogpt_platform/autogpt_libs/poetry\.lock$
types: [file]
language: system
pass_filenames: false
- id: poetry-install
name: Check & Install dependencies - Classic - AutoGPT
alias: poetry-install-classic-autogpt
entry: poetry -C classic/original_autogpt install
# include forge source (since it's a path dependency)
files: ^classic/(original_autogpt|forge)/poetry\.lock$
types: [file]
language: system
pass_filenames: false
- id: poetry-install
name: Check & Install dependencies - Classic - Forge
alias: poetry-install-classic-forge
entry: poetry -C classic/forge install
files: ^classic/forge/poetry\.lock$
types: [file]
language: system
pass_filenames: false
- id: poetry-install
name: Check & Install dependencies - Classic - Benchmark
alias: poetry-install-classic-benchmark
entry: poetry -C classic/benchmark install
files: ^classic/benchmark/poetry\.lock$
types: [file]
language: system
pass_filenames: false
- repo: local
# For proper type checking, Prisma client must be up-to-date.
hooks:
- id: prisma-generate
name: Prisma Generate - AutoGPT Platform - Backend
alias: prisma-generate-platform-backend
entry: bash -c 'cd autogpt_platform/backend && poetry run prisma generate'
# include everything that triggers poetry install + the prisma schema
files: ^autogpt_platform/((backend|autogpt_libs)/poetry\.lock|backend/schema.prisma)$
types: [file]
language: system
pass_filenames: false
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
hooks:
- id: ruff
name: Lint (Ruff) - AutoGPT Platform - Backend
alias: ruff-lint-platform-backend
files: ^autogpt_platform/backend/
args: [--fix]
- id: ruff
name: Lint (Ruff) - AutoGPT Platform - Libs
alias: ruff-lint-platform-libs
files: ^autogpt_platform/autogpt_libs/
args: [--fix]
- id: ruff-format
name: Format (Ruff) - AutoGPT Platform - Libs
alias: ruff-lint-platform-libs
files: ^autogpt_platform/autogpt_libs/
- repo: local
# isort needs the context of which packages are installed to function, so we
# can't use a vendored isort pre-commit hook (which runs in its own isolated venv).
hooks:
- id: isort
name: Lint (isort) - AutoGPT Platform - Backend
alias: isort-platform-backend
entry: poetry -P autogpt_platform/backend run isort -p backend
files: ^autogpt_platform/backend/
types: [file, python]
language: system
- id: isort
name: Lint (isort) - Classic - AutoGPT
alias: isort-classic-autogpt
entry: poetry -P classic/original_autogpt run isort -p autogpt
files: ^classic/original_autogpt/
types: [file, python]
language: system
- id: isort
name: Lint (isort) - Classic - Forge
alias: isort-classic-forge
entry: poetry -P classic/forge run isort -p forge
files: ^classic/forge/
types: [file, python]
language: system
- id: isort
name: Lint (isort) - Classic - Benchmark
alias: isort-classic-benchmark
entry: poetry -P classic/benchmark run isort -p agbenchmark
files: ^classic/benchmark/
types: [file, python]
language: system
- repo: https://github.com/psf/black
rev: 23.12.1
# Black has sensible defaults, doesn't need package context, and ignores
# everything in .gitignore, so it works fine without any config or arguments.
hooks:
- id: black
name: Format (Black)
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
# To have flake8 load the config of the individual subprojects, we have to call
# them separately.
hooks:
- id: flake8
name: Lint (Flake8) - Classic - AutoGPT
alias: flake8-classic-autogpt
files: ^classic/original_autogpt/(autogpt|scripts|tests)/
args: [--config=classic/original_autogpt/.flake8]
- id: flake8
name: Lint (Flake8) - Classic - Forge
alias: flake8-classic-forge
files: ^classic/forge/(forge|tests)/
args: [--config=classic/forge/.flake8]
- id: flake8
name: Lint (Flake8) - Classic - Benchmark
alias: flake8-classic-benchmark
files: ^classic/benchmark/(agbenchmark|tests)/((?!reports).)*[/.]
args: [--config=classic/benchmark/.flake8]
- repo: local
# To have watertight type checking, we check *all* the files in an affected
# project. To trigger on poetry.lock we also reset the file `types` filter.
hooks:
- id: pyright
name: Typecheck - AutoGPT Platform - Backend
alias: pyright-platform-backend
entry: poetry -C autogpt_platform/backend run pyright
# include forge source (since it's a path dependency) but exclude *_test.py files:
files: ^autogpt_platform/(backend/((backend|test)/|(\w+\.py|poetry\.lock)$)|autogpt_libs/(autogpt_libs/.*(?<!_test)\.py|poetry\.lock)$)
types: [file]
language: system
pass_filenames: false
- id: pyright
name: Typecheck - AutoGPT Platform - Libs
alias: pyright-platform-libs
entry: poetry -C autogpt_platform/autogpt_libs run pyright
files: ^autogpt_platform/autogpt_libs/(autogpt_libs/|poetry\.lock$)
types: [file]
language: system
pass_filenames: false
- id: pyright
name: Typecheck - Classic - AutoGPT
alias: pyright-classic-autogpt
entry: poetry -C classic/original_autogpt run pyright
# include forge source (since it's a path dependency) but exclude *_test.py files:
files: ^(classic/original_autogpt/((autogpt|scripts|tests)/|poetry\.lock$)|classic/forge/(forge/.*(?<!_test)\.py|poetry\.lock)$)
types: [file]
language: system
pass_filenames: false
- id: pyright
name: Typecheck - Classic - Forge
alias: pyright-classic-forge
entry: poetry -C classic/forge run pyright
files: ^classic/forge/(forge/|poetry\.lock$)
types: [file]
language: system
pass_filenames: false
- id: pyright
name: Typecheck - Classic - Benchmark
alias: pyright-classic-benchmark
entry: poetry -C classic/benchmark run pyright
files: ^classic/benchmark/(agbenchmark/|tests/|poetry\.lock$)
types: [file]
language: system
pass_filenames: false
- repo: local
hooks:
- id: pytest
name: Run tests - AutoGPT Platform - Backend
alias: pytest-platform-backend
entry: bash -c 'cd autogpt_platform/backend && poetry run pytest'
# include autogpt_libs source (since it's a path dependency) but exclude *_test.py files:
files: ^autogpt_platform/(backend/((backend|test)/|poetry\.lock$)|autogpt_libs/(autogpt_libs/.*(?<!_test)\.py|poetry\.lock)$)
language: system
pass_filenames: false
- id: pytest
name: Run tests - Classic - AutoGPT (excl. slow tests)
alias: pytest-classic-autogpt
entry: bash -c 'cd classic/original_autogpt && poetry run pytest --cov=autogpt -m "not slow" tests/unit tests/integration'
# include forge source (since it's a path dependency) but exclude *_test.py files:
files: ^(classic/original_autogpt/((autogpt|tests)/|poetry\.lock$)|classic/forge/(forge/.*(?<!_test)\.py|poetry\.lock)$)
language: system
pass_filenames: false
- id: pytest
name: Run tests - Classic - Forge (excl. slow tests)
alias: pytest-classic-forge
entry: bash -c 'cd classic/forge && poetry run pytest --cov=forge -m "not slow"'
files: ^classic/forge/(forge/|tests/|poetry\.lock$)
language: system
pass_filenames: false
- id: pytest
name: Run tests - Classic - Benchmark
alias: pytest-classic-benchmark
entry: bash -c 'cd classic/benchmark && poetry run pytest --cov=benchmark'
files: ^classic/benchmark/(agbenchmark/|tests/|poetry\.lock$)
language: system
pass_filenames: false

View File

@ -1,62 +0,0 @@
{
"folders": [
{
"name": "frontend",
"path": "../autogpt_platform/frontend"
},
{
"name": "backend",
"path": "../autogpt_platform/backend"
},
{
"name": "market",
"path": "../autogpt_platform/market"
},
{
"name": "lib",
"path": "../autogpt_platform/autogpt_libs"
},
{
"name": "infra",
"path": "../autogpt_platform/infra"
},
{
"name": "docs",
"path": "../docs"
},
{
"name": "classic - autogpt",
"path": "../classic/original_autogpt"
},
{
"name": "classic - benchmark",
"path": "../classic/benchmark"
},
{
"name": "classic - forge",
"path": "../classic/forge"
},
{
"name": "classic - frontend",
"path": "../classic/frontend"
},
{
"name": "[root]",
"path": ".."
}
],
"settings": {
"python.analysis.typeCheckingMode": "basic"
},
"extensions": {
"recommendations": [
"charliermarsh.ruff",
"dart-code.flutter",
"ms-python.black-formatter",
"ms-python.vscode-pylance",
"prisma.prisma",
"qwtel.sqlite-viewer"
]
}
}

67
.vscode/launch.json vendored
View File

@ -1,67 +0,0 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Frontend: Server Side",
"type": "node-terminal",
"request": "launch",
"cwd": "${workspaceFolder}/autogpt_platform/frontend",
"command": "yarn dev"
},
{
"name": "Frontend: Client Side",
"type": "msedge",
"request": "launch",
"url": "http://localhost:3000"
},
{
"name": "Frontend: Full Stack",
"type": "node-terminal",
"request": "launch",
"command": "yarn dev",
"cwd": "${workspaceFolder}/autogpt_platform/frontend",
"serverReadyAction": {
"pattern": "- Local:.+(https?://.+)",
"uriFormat": "%s",
"action": "debugWithEdge"
}
},
{
"name": "Backend",
"type": "debugpy",
"request": "launch",
"module": "backend.app",
// "env": {
// "ENV": "dev"
// },
"envFile": "${workspaceFolder}/backend/.env",
"justMyCode": false,
"cwd": "${workspaceFolder}/autogpt_platform/backend"
},
{
"name": "Marketplace",
"type": "debugpy",
"request": "launch",
"module": "autogpt_platform.market.main",
"env": {
"ENV": "dev"
},
"envFile": "${workspaceFolder}/market/.env",
"justMyCode": false,
"cwd": "${workspaceFolder}/market"
}
],
"compounds": [
{
"name": "Everything",
"configurations": ["Backend", "Frontend: Full Stack"],
// "preLaunchTask": "${defaultBuildTask}",
"stopAll": true,
"presentation": {
"hidden": false,
"order": 0
}
}
]
}

View File

@ -1,21 +0,0 @@
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: AutoGPT
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- name: Significant Gravitas
website: 'https://agpt.co'
repository-code: 'https://github.com/Significant-Gravitas/AutoGPT'
url: 'https://agpt.co'
abstract: >-
A collection of tools and experimental open-source attempts to make GPT-4 fully
autonomous.
keywords:
- AI
- Agent
license: MIT

View File

@ -1,40 +0,0 @@
# Code of Conduct for AutoGPT
## 1. Purpose
The purpose of this Code of Conduct is to provide guidelines for contributors to the AutoGPT projects on GitHub. We aim to create a positive and inclusive environment where all participants can contribute and collaborate effectively. By participating in this project, you agree to abide by this Code of Conduct.
## 2. Scope
This Code of Conduct applies to all contributors, maintainers, and users of the AutoGPT project. It extends to all project spaces, including but not limited to issues, pull requests, code reviews, comments, and other forms of communication within the project.
## 3. Our Standards
We encourage the following behavior:
* Being respectful and considerate to others
* Actively seeking diverse perspectives
* Providing constructive feedback and assistance
* Demonstrating empathy and understanding
We discourage the following behavior:
* Harassment or discrimination of any kind
* Disrespectful, offensive, or inappropriate language or content
* Personal attacks or insults
* Unwarranted criticism or negativity
## 4. Reporting and Enforcement
If you witness or experience any violations of this Code of Conduct, please report them to the project maintainers by email or other appropriate means. The maintainers will investigate and take appropriate action, which may include warnings, temporary or permanent bans, or other measures as necessary.
Maintainers are responsible for ensuring compliance with this Code of Conduct and may take action to address any violations.
## 5. Acknowledgements
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org/version/2/0/code_of_conduct.html).
## 6. Contact
If you have any questions or concerns, please contact the project maintainers on Discord:
https://discord.gg/autogpt

View File

@ -1,41 +0,0 @@
# AutoGPT Contribution Guide
If you are reading this, you are probably looking for the full **[contribution guide]**,
which is part of our [wiki].
Also check out our [🚀 Roadmap][roadmap] for information about our priorities and associated tasks.
<!-- You can find our immediate priorities and their progress on our public [kanban board]. -->
[contribution guide]: https://github.com/Significant-Gravitas/AutoGPT/wiki/Contributing
[wiki]: https://github.com/Significant-Gravitas/AutoGPT/wiki
[roadmap]: https://github.com/Significant-Gravitas/AutoGPT/discussions/6971
[kanban board]: https://github.com/orgs/Significant-Gravitas/projects/1
## Contributing to the AutoGPT Platform Folder
All contributions to [the autogpt_platform folder](https://github.com/Significant-Gravitas/AutoGPT/blob/master/autogpt_platform) will be under our [Contribution License Agreement](https://github.com/Significant-Gravitas/AutoGPT/blob/master/autogpt_platform/Contributor%20License%20Agreement%20(CLA).md). By making a pull request contributing to this folder, you agree to the terms of our CLA for your contribution. All contributions to other folders will be under the MIT license.
## In short
1. Avoid duplicate work, issues, PRs etc.
2. We encourage you to collaborate with fellow community members on some of our bigger
[todo's][roadmap]!
* We highly recommend to post your idea and discuss it in the [dev channel].
3. Create a draft PR when starting work on bigger changes.
4. Adhere to the [Code Guidelines]
5. Clearly explain your changes when submitting a PR.
6. Don't submit broken code: test/validate your changes.
7. Avoid making unnecessary changes, especially if they're purely based on your personal
preferences. Doing so is the maintainers' job. ;-)
8. Please also consider contributing something other than code; see the
[contribution guide] for options.
[dev channel]: https://discord.com/channels/1092243196446249134/1095817829405704305
[code guidelines]: https://github.com/Significant-Gravitas/AutoGPT/wiki/Contributing#code-guidelines
If you wish to involve with the project (beyond just contributing PRs), please read the
wiki page about [Catalyzing](https://github.com/Significant-Gravitas/AutoGPT/wiki/Catalyzing).
In fact, why not just look through the whole wiki (it's only a few pages) and
hop on our Discord. See you there! :-)
❤️ & 🔆
The team @ AutoGPT
https://discord.gg/autogpt

29
LICENSE
View File

@ -1,29 +0,0 @@
All portions of this repository are under one of two licenses. The majority of the AutoGPT repository is under the MIT License below. The autogpt_platform folder is under the
Polyform Shield License.
MIT License
Copyright (c) 2023 Toran Bruce Richards
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

178
README.md
View File

@ -1,178 +0,0 @@
# AutoGPT: Build, Deploy, and Run AI Agents
[![Discord Follow](https://dcbadge.vercel.app/api/server/autogpt?style=flat)](https://discord.gg/autogpt) &ensp;
[![Twitter Follow](https://img.shields.io/twitter/follow/Auto_GPT?style=social)](https://twitter.com/Auto_GPT) &ensp;
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
**AutoGPT** is a powerful platform that allows you to create, deploy, and manage continuous AI agents that automate complex workflows.
## Hosting Options
- Download to self-host
- [Join the Waitlist](https://bit.ly/3ZDijAI) for the cloud-hosted beta
## 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](https://bit.ly/3ZDijAI) 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](https://docs.agpt.co/platform/new_blocks/) 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](https://docs.agpt.co)**
&ensp;|&ensp;
**🚀 [Contributing](CONTRIBUTING.md)**
**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](classic/FORGE-QUICKSTART.md)**
### 🏗️ Forge
**Forge your own agent!** &ndash; 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](https://medium.com/@aiedge/autogpt-forge-e3de53cc58ec). Components from [`forge`](/classic/forge/) can also be used individually to speed up development and reduce boilerplate in your agent project.
🚀 [**Getting Started with Forge**](https://github.com/Significant-Gravitas/AutoGPT/blob/master/classic/forge/tutorials/001_getting_started.md) &ndash;
This guide will walk you through the process of creating your own agent and using the benchmark and user interface.
📘 [Learn More](https://github.com/Significant-Gravitas/AutoGPT/tree/master/classic/forge) 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.
<!-- TODO: insert visual demonstrating the benchmark -->
📦 [`agbenchmark`](https://pypi.org/project/agbenchmark/) on Pypi
&ensp;|&ensp;
📘 [Learn More](https://github.com/Significant-Gravitas/AutoGPT/tree/master/classic/benchmark) 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](#-agent-protocol), ensuring compatibility with many agents from both inside and outside of our ecosystem.
<!-- TODO: insert screenshot of front end -->
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](https://github.com/Significant-Gravitas/AutoGPT/tree/master/classic/frontend) about the Frontend
### ⌨️ CLI
[CLI]: #-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 💬](https://discord.gg/autogpt)
[![Join us on Discord](https://invidget.switchblade.xyz/autogpt)](https://discord.gg/autogpt)
To report a bug or request a feature, create a [GitHub Issue](https://github.com/Significant-Gravitas/AutoGPT/issues/new/choose). 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](https://agentprotocol.ai/) standard by the AI Engineer Foundation. This standardizes the communication pathways from your agent to the frontend and benchmark.
---
## Stars stats
<p align="center">
<a href="https://star-history.com/#Significant-Gravitas/AutoGPT">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=Significant-Gravitas/AutoGPT&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=Significant-Gravitas/AutoGPT&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Significant-Gravitas/AutoGPT&type=Date" />
</picture>
</a>
</p>
## ⚡ Contributors
<a href="https://github.com/Significant-Gravitas/AutoGPT/graphs/contributors" alt="View Contributors">
<img src="https://contrib.rocks/image?repo=Significant-Gravitas/AutoGPT&max=1000&columns=10" alt="Contributors" />
</a>

View File

@ -1,47 +0,0 @@
# Security Policy
## Reporting Security Issues
We take the security of our project seriously. If you believe you have found a security vulnerability, please report it to us privately. **Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.**
> **Important Note**: Any code within the `classic/` folder is considered legacy, unsupported, and out of scope for security reports. We will not address security vulnerabilities in this deprecated code.
Instead, please report them via:
- [GitHub Security Advisory](https://github.com/Significant-Gravitas/AutoGPT/security/advisories/new)
<!--- [Huntr.dev](https://huntr.com/repos/significant-gravitas/autogpt) - where you may be eligible for a bounty-->
### Reporting Process
1. **Submit Report**: Use one of the above channels to submit your report
2. **Response Time**: Our team will acknowledge receipt of your report within 14 business days.
3. **Collaboration**: We will collaborate with you to understand and validate the issue
4. **Resolution**: We will work on a fix and coordinate the release process
### Disclosure Policy
- Please provide detailed reports with reproducible steps
- Include the version/commit hash where you discovered the vulnerability
- Allow us a 90-day security fix window before any public disclosure
- Share any potential mitigations or workarounds if known
## Supported Versions
Only the following versions are eligible for security updates:
| Version | Supported |
|---------|-----------|
| Latest release on master branch | ✅ |
| Development commits (pre-master) | ✅ |
| Classic folder (deprecated) | ❌ |
| All other versions | ❌ |
## Security Best Practices
When using this project:
1. Always use the latest stable version
2. Review security advisories before updating
3. Follow our security documentation and guidelines
4. Keep your dependencies up to date
5. Do not use code from the `classic/` folder as it is deprecated and unsupported
## Past Security Advisories
For a list of past security advisories, please visit our [Security Advisory Page](https://github.com/Significant-Gravitas/AutoGPT/security/advisories) and [Huntr Disclosures Page](https://huntr.com/repos/significant-gravitas/autogpt).
---
Last updated: November 2024

View File

@ -0,0 +1,8 @@
## github-repo-stats for Significant-Gravitas/Auto-GPT
- statistics for repository https://github.com/Significant-Gravitas/Auto-GPT
- managed by GitHub Action: https://github.com/jgehrcke/github-repo-stats
- workflow that created this README: `github-repo-stats`
**Latest report PDF**: [report.pdf](https://github.com/Significant-Gravitas/Auto-GPT/raw/github-repo-stats/Significant-Gravitas/Auto-GPT/latest-report/report.pdf)

View File

@ -0,0 +1,183 @@
time_iso8601,forks_cumulative
2023-03-16 00:00:00+00:00,1
2023-03-17 00:00:00+00:00,2
2023-03-18 00:00:00+00:00,4
2023-03-20 00:00:00+00:00,6
2023-03-28 00:00:00+00:00,8
2023-03-29 00:00:00+00:00,11
2023-03-30 00:00:00+00:00,14
2023-03-31 00:00:00+00:00,18
2023-04-01 00:00:00+00:00,24
2023-04-02 00:00:00+00:00,103
2023-04-03 00:00:00+00:00,373
2023-04-04 00:00:00+00:00,639
2023-04-05 00:00:00+00:00,940
2023-04-06 00:00:00+00:00,1267
2023-04-07 00:00:00+00:00,1610
2023-04-08 00:00:00+00:00,1911
2023-04-09 00:00:00+00:00,2192
2023-04-10 00:00:00+00:00,2544
2023-04-11 00:00:00+00:00,2997
2023-04-12 00:00:00+00:00,4027
2023-04-13 00:00:00+00:00,5875
2023-04-14 00:00:00+00:00,7962
2023-04-15 00:00:00+00:00,9402
2023-04-16 00:00:00+00:00,10594
2023-04-17 00:00:00+00:00,12071
2023-04-18 00:00:00+00:00,13082
2023-04-19 00:00:00+00:00,13834
2023-04-20 00:00:00+00:00,14487
2023-04-21 00:00:00+00:00,15039
2023-04-22 00:00:00+00:00,15504
2023-04-23 00:00:00+00:00,16203
2023-04-24 00:00:00+00:00,17691
2023-04-25 00:00:00+00:00,18780
2023-04-26 00:00:00+00:00,19479
2023-04-27 00:00:00+00:00,20403
2023-04-28 00:00:00+00:00,20967
2023-04-29 00:00:00+00:00,21318
2023-04-30 00:00:00+00:00,21620
2023-05-01 00:00:00+00:00,21925
2023-05-02 00:00:00+00:00,22229
2023-05-03 00:00:00+00:00,22578
2023-05-04 00:00:00+00:00,22948
2023-05-05 00:00:00+00:00,23266
2023-05-06 00:00:00+00:00,23590
2023-05-07 00:00:00+00:00,23840
2023-05-08 00:00:00+00:00,24098
2023-05-09 00:00:00+00:00,24314
2023-05-10 00:00:00+00:00,24527
2023-05-11 00:00:00+00:00,24704
2023-05-12 00:00:00+00:00,24865
2023-05-13 00:00:00+00:00,24994
2023-05-14 00:00:00+00:00,25143
2023-05-15 00:00:00+00:00,25312
2023-05-16 00:00:00+00:00,25460
2023-05-17 00:00:00+00:00,25609
2023-05-18 00:00:00+00:00,25751
2023-05-19 00:00:00+00:00,25883
2023-05-20 00:00:00+00:00,25993
2023-05-21 00:00:00+00:00,26084
2023-05-22 00:00:00+00:00,26268
2023-05-23 00:00:00+00:00,26399
2023-05-24 00:00:00+00:00,26526
2023-05-25 00:00:00+00:00,26664
2023-05-26 00:00:00+00:00,26794
2023-05-27 00:00:00+00:00,26889
2023-05-28 00:00:00+00:00,26970
2023-05-29 00:00:00+00:00,27072
2023-05-30 00:00:00+00:00,27164
2023-05-31 00:00:00+00:00,27258
2023-06-01 00:00:00+00:00,27318
2023-06-02 00:00:00+00:00,27402
2023-06-03 00:00:00+00:00,27483
2023-06-04 00:00:00+00:00,27544
2023-06-05 00:00:00+00:00,27653
2023-06-06 00:00:00+00:00,27743
2023-06-07 00:00:00+00:00,27818
2023-06-08 00:00:00+00:00,27902
2023-06-09 00:00:00+00:00,27966
2023-06-10 00:00:00+00:00,28017
2023-06-11 00:00:00+00:00,28077
2023-06-12 00:00:00+00:00,28149
2023-06-13 00:00:00+00:00,28241
2023-06-14 00:00:00+00:00,28306
2023-06-15 00:00:00+00:00,28370
2023-06-16 00:00:00+00:00,28424
2023-06-17 00:00:00+00:00,28470
2023-06-18 00:00:00+00:00,28519
2023-06-19 00:00:00+00:00,28583
2023-06-20 00:00:00+00:00,28651
2023-06-21 00:00:00+00:00,28718
2023-06-22 00:00:00+00:00,28761
2023-06-23 00:00:00+00:00,28798
2023-06-24 00:00:00+00:00,28839
2023-06-25 00:00:00+00:00,28901
2023-06-26 00:00:00+00:00,28966
2023-06-27 00:00:00+00:00,29011
2023-06-28 00:00:00+00:00,29072
2023-06-29 00:00:00+00:00,29115
2023-06-30 00:00:00+00:00,29156
2023-07-01 00:00:00+00:00,29195
2023-07-02 00:00:00+00:00,29242
2023-07-03 00:00:00+00:00,29297
2023-07-04 00:00:00+00:00,29340
2023-07-05 00:00:00+00:00,29394
2023-07-06 00:00:00+00:00,29460
2023-07-07 00:00:00+00:00,29505
2023-07-08 00:00:00+00:00,29536
2023-07-09 00:00:00+00:00,29582
2023-07-10 00:00:00+00:00,29635
2023-07-11 00:00:00+00:00,29681
2023-07-12 00:00:00+00:00,29721
2023-07-13 00:00:00+00:00,29756
2023-07-14 00:00:00+00:00,29792
2023-07-15 00:00:00+00:00,29823
2023-07-16 00:00:00+00:00,29857
2023-07-17 00:00:00+00:00,29896
2023-07-18 00:00:00+00:00,29942
2023-07-19 00:00:00+00:00,29981
2023-07-20 00:00:00+00:00,30015
2023-07-21 00:00:00+00:00,30055
2023-07-22 00:00:00+00:00,30072
2023-07-23 00:00:00+00:00,30092
2023-07-24 00:00:00+00:00,30124
2023-07-25 00:00:00+00:00,30152
2023-07-26 00:00:00+00:00,30194
2023-07-27 00:00:00+00:00,30218
2023-07-28 00:00:00+00:00,30245
2023-07-29 00:00:00+00:00,30270
2023-07-30 00:00:00+00:00,30291
2023-07-31 00:00:00+00:00,30323
2023-08-01 00:00:00+00:00,30360
2023-08-02 00:00:00+00:00,30385
2023-08-03 00:00:00+00:00,30425
2023-08-04 00:00:00+00:00,30452
2023-08-05 00:00:00+00:00,30473
2023-08-06 00:00:00+00:00,30497
2023-08-07 00:00:00+00:00,30518
2023-08-08 00:00:00+00:00,30548
2023-08-09 00:00:00+00:00,30571
2023-08-10 00:00:00+00:00,30590
2023-08-11 00:00:00+00:00,30618
2023-08-12 00:00:00+00:00,30633
2023-08-13 00:00:00+00:00,30651
2023-08-14 00:00:00+00:00,30666
2023-08-15 00:00:00+00:00,30694
2023-08-16 00:00:00+00:00,30719
2023-08-17 00:00:00+00:00,30756
2023-08-18 00:00:00+00:00,30773
2023-08-19 00:00:00+00:00,30785
2023-08-20 00:00:00+00:00,30806
2023-08-21 00:00:00+00:00,30826
2023-08-22 00:00:00+00:00,30845
2023-08-23 00:00:00+00:00,30869
2023-08-24 00:00:00+00:00,30882
2023-08-25 00:00:00+00:00,30899
2023-08-26 00:00:00+00:00,30921
2023-08-27 00:00:00+00:00,30933
2023-08-28 00:00:00+00:00,30965
2023-08-29 00:00:00+00:00,30988
2023-08-30 00:00:00+00:00,31008
2023-08-31 00:00:00+00:00,31028
2023-09-01 00:00:00+00:00,31049
2023-09-02 00:00:00+00:00,31068
2023-09-03 00:00:00+00:00,31080
2023-09-04 00:00:00+00:00,31097
2023-09-05 00:00:00+00:00,31113
2023-09-06 00:00:00+00:00,31133
2023-09-07 00:00:00+00:00,31152
2023-09-08 00:00:00+00:00,31171
2023-09-09 00:00:00+00:00,31190
2023-09-10 00:00:00+00:00,31208
2023-09-11 00:00:00+00:00,31224
2023-09-12 00:00:00+00:00,31251
2023-09-13 00:00:00+00:00,31276
2023-09-14 00:00:00+00:00,31298
2023-09-15 00:00:00+00:00,31318
2023-09-16 00:00:00+00:00,31336
2023-09-17 00:00:00+00:00,31355
2023-09-18 00:00:00+00:00,31393
2023-09-19 00:00:00+00:00,31440
2023-09-20 00:00:00+00:00,31486
2023-09-21 00:00:00+00:00,31527
1 time_iso8601 forks_cumulative
2 2023-03-16 00:00:00+00:00 1
3 2023-03-17 00:00:00+00:00 2
4 2023-03-18 00:00:00+00:00 4
5 2023-03-20 00:00:00+00:00 6
6 2023-03-28 00:00:00+00:00 8
7 2023-03-29 00:00:00+00:00 11
8 2023-03-30 00:00:00+00:00 14
9 2023-03-31 00:00:00+00:00 18
10 2023-04-01 00:00:00+00:00 24
11 2023-04-02 00:00:00+00:00 103
12 2023-04-03 00:00:00+00:00 373
13 2023-04-04 00:00:00+00:00 639
14 2023-04-05 00:00:00+00:00 940
15 2023-04-06 00:00:00+00:00 1267
16 2023-04-07 00:00:00+00:00 1610
17 2023-04-08 00:00:00+00:00 1911
18 2023-04-09 00:00:00+00:00 2192
19 2023-04-10 00:00:00+00:00 2544
20 2023-04-11 00:00:00+00:00 2997
21 2023-04-12 00:00:00+00:00 4027
22 2023-04-13 00:00:00+00:00 5875
23 2023-04-14 00:00:00+00:00 7962
24 2023-04-15 00:00:00+00:00 9402
25 2023-04-16 00:00:00+00:00 10594
26 2023-04-17 00:00:00+00:00 12071
27 2023-04-18 00:00:00+00:00 13082
28 2023-04-19 00:00:00+00:00 13834
29 2023-04-20 00:00:00+00:00 14487
30 2023-04-21 00:00:00+00:00 15039
31 2023-04-22 00:00:00+00:00 15504
32 2023-04-23 00:00:00+00:00 16203
33 2023-04-24 00:00:00+00:00 17691
34 2023-04-25 00:00:00+00:00 18780
35 2023-04-26 00:00:00+00:00 19479
36 2023-04-27 00:00:00+00:00 20403
37 2023-04-28 00:00:00+00:00 20967
38 2023-04-29 00:00:00+00:00 21318
39 2023-04-30 00:00:00+00:00 21620
40 2023-05-01 00:00:00+00:00 21925
41 2023-05-02 00:00:00+00:00 22229
42 2023-05-03 00:00:00+00:00 22578
43 2023-05-04 00:00:00+00:00 22948
44 2023-05-05 00:00:00+00:00 23266
45 2023-05-06 00:00:00+00:00 23590
46 2023-05-07 00:00:00+00:00 23840
47 2023-05-08 00:00:00+00:00 24098
48 2023-05-09 00:00:00+00:00 24314
49 2023-05-10 00:00:00+00:00 24527
50 2023-05-11 00:00:00+00:00 24704
51 2023-05-12 00:00:00+00:00 24865
52 2023-05-13 00:00:00+00:00 24994
53 2023-05-14 00:00:00+00:00 25143
54 2023-05-15 00:00:00+00:00 25312
55 2023-05-16 00:00:00+00:00 25460
56 2023-05-17 00:00:00+00:00 25609
57 2023-05-18 00:00:00+00:00 25751
58 2023-05-19 00:00:00+00:00 25883
59 2023-05-20 00:00:00+00:00 25993
60 2023-05-21 00:00:00+00:00 26084
61 2023-05-22 00:00:00+00:00 26268
62 2023-05-23 00:00:00+00:00 26399
63 2023-05-24 00:00:00+00:00 26526
64 2023-05-25 00:00:00+00:00 26664
65 2023-05-26 00:00:00+00:00 26794
66 2023-05-27 00:00:00+00:00 26889
67 2023-05-28 00:00:00+00:00 26970
68 2023-05-29 00:00:00+00:00 27072
69 2023-05-30 00:00:00+00:00 27164
70 2023-05-31 00:00:00+00:00 27258
71 2023-06-01 00:00:00+00:00 27318
72 2023-06-02 00:00:00+00:00 27402
73 2023-06-03 00:00:00+00:00 27483
74 2023-06-04 00:00:00+00:00 27544
75 2023-06-05 00:00:00+00:00 27653
76 2023-06-06 00:00:00+00:00 27743
77 2023-06-07 00:00:00+00:00 27818
78 2023-06-08 00:00:00+00:00 27902
79 2023-06-09 00:00:00+00:00 27966
80 2023-06-10 00:00:00+00:00 28017
81 2023-06-11 00:00:00+00:00 28077
82 2023-06-12 00:00:00+00:00 28149
83 2023-06-13 00:00:00+00:00 28241
84 2023-06-14 00:00:00+00:00 28306
85 2023-06-15 00:00:00+00:00 28370
86 2023-06-16 00:00:00+00:00 28424
87 2023-06-17 00:00:00+00:00 28470
88 2023-06-18 00:00:00+00:00 28519
89 2023-06-19 00:00:00+00:00 28583
90 2023-06-20 00:00:00+00:00 28651
91 2023-06-21 00:00:00+00:00 28718
92 2023-06-22 00:00:00+00:00 28761
93 2023-06-23 00:00:00+00:00 28798
94 2023-06-24 00:00:00+00:00 28839
95 2023-06-25 00:00:00+00:00 28901
96 2023-06-26 00:00:00+00:00 28966
97 2023-06-27 00:00:00+00:00 29011
98 2023-06-28 00:00:00+00:00 29072
99 2023-06-29 00:00:00+00:00 29115
100 2023-06-30 00:00:00+00:00 29156
101 2023-07-01 00:00:00+00:00 29195
102 2023-07-02 00:00:00+00:00 29242
103 2023-07-03 00:00:00+00:00 29297
104 2023-07-04 00:00:00+00:00 29340
105 2023-07-05 00:00:00+00:00 29394
106 2023-07-06 00:00:00+00:00 29460
107 2023-07-07 00:00:00+00:00 29505
108 2023-07-08 00:00:00+00:00 29536
109 2023-07-09 00:00:00+00:00 29582
110 2023-07-10 00:00:00+00:00 29635
111 2023-07-11 00:00:00+00:00 29681
112 2023-07-12 00:00:00+00:00 29721
113 2023-07-13 00:00:00+00:00 29756
114 2023-07-14 00:00:00+00:00 29792
115 2023-07-15 00:00:00+00:00 29823
116 2023-07-16 00:00:00+00:00 29857
117 2023-07-17 00:00:00+00:00 29896
118 2023-07-18 00:00:00+00:00 29942
119 2023-07-19 00:00:00+00:00 29981
120 2023-07-20 00:00:00+00:00 30015
121 2023-07-21 00:00:00+00:00 30055
122 2023-07-22 00:00:00+00:00 30072
123 2023-07-23 00:00:00+00:00 30092
124 2023-07-24 00:00:00+00:00 30124
125 2023-07-25 00:00:00+00:00 30152
126 2023-07-26 00:00:00+00:00 30194
127 2023-07-27 00:00:00+00:00 30218
128 2023-07-28 00:00:00+00:00 30245
129 2023-07-29 00:00:00+00:00 30270
130 2023-07-30 00:00:00+00:00 30291
131 2023-07-31 00:00:00+00:00 30323
132 2023-08-01 00:00:00+00:00 30360
133 2023-08-02 00:00:00+00:00 30385
134 2023-08-03 00:00:00+00:00 30425
135 2023-08-04 00:00:00+00:00 30452
136 2023-08-05 00:00:00+00:00 30473
137 2023-08-06 00:00:00+00:00 30497
138 2023-08-07 00:00:00+00:00 30518
139 2023-08-08 00:00:00+00:00 30548
140 2023-08-09 00:00:00+00:00 30571
141 2023-08-10 00:00:00+00:00 30590
142 2023-08-11 00:00:00+00:00 30618
143 2023-08-12 00:00:00+00:00 30633
144 2023-08-13 00:00:00+00:00 30651
145 2023-08-14 00:00:00+00:00 30666
146 2023-08-15 00:00:00+00:00 30694
147 2023-08-16 00:00:00+00:00 30719
148 2023-08-17 00:00:00+00:00 30756
149 2023-08-18 00:00:00+00:00 30773
150 2023-08-19 00:00:00+00:00 30785
151 2023-08-20 00:00:00+00:00 30806
152 2023-08-21 00:00:00+00:00 30826
153 2023-08-22 00:00:00+00:00 30845
154 2023-08-23 00:00:00+00:00 30869
155 2023-08-24 00:00:00+00:00 30882
156 2023-08-25 00:00:00+00:00 30899
157 2023-08-26 00:00:00+00:00 30921
158 2023-08-27 00:00:00+00:00 30933
159 2023-08-28 00:00:00+00:00 30965
160 2023-08-29 00:00:00+00:00 30988
161 2023-08-30 00:00:00+00:00 31008
162 2023-08-31 00:00:00+00:00 31028
163 2023-09-01 00:00:00+00:00 31049
164 2023-09-02 00:00:00+00:00 31068
165 2023-09-03 00:00:00+00:00 31080
166 2023-09-04 00:00:00+00:00 31097
167 2023-09-05 00:00:00+00:00 31113
168 2023-09-06 00:00:00+00:00 31133
169 2023-09-07 00:00:00+00:00 31152
170 2023-09-08 00:00:00+00:00 31171
171 2023-09-09 00:00:00+00:00 31190
172 2023-09-10 00:00:00+00:00 31208
173 2023-09-11 00:00:00+00:00 31224
174 2023-09-12 00:00:00+00:00 31251
175 2023-09-13 00:00:00+00:00 31276
176 2023-09-14 00:00:00+00:00 31298
177 2023-09-15 00:00:00+00:00 31318
178 2023-09-16 00:00:00+00:00 31336
179 2023-09-17 00:00:00+00:00 31355
180 2023-09-18 00:00:00+00:00 31393
181 2023-09-19 00:00:00+00:00 31440
182 2023-09-20 00:00:00+00:00 31486
183 2023-09-21 00:00:00+00:00 31527

View File

@ -0,0 +1,11 @@
url_path,views_total,views_unique
/Significant-Gravitas/Auto-GPT,59136,30954
/Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md,15015,4373
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt,8305,2095
/Significant-Gravitas/Auto-GPT/releases/tag/v0.4.7,6014,3947
/Significant-Gravitas/Auto-GPT/tree/master/frontend,5086,1541
/Significant-Gravitas/Auto-GPT/tree/master/autogpts,4330,1261
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt/autogpt,3598,795
/Significant-Gravitas/Auto-GPT/releases,2578,1276
/Significant-Gravitas/Auto-GPT/tree/master/docs,2418,829
/Significant-Gravitas/Auto-GPT/tree/master/benchmark,2296,611
1 url_path views_total views_unique
2 /Significant-Gravitas/Auto-GPT 59136 30954
3 /Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md 15015 4373
4 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt 8305 2095
5 /Significant-Gravitas/Auto-GPT/releases/tag/v0.4.7 6014 3947
6 /Significant-Gravitas/Auto-GPT/tree/master/frontend 5086 1541
7 /Significant-Gravitas/Auto-GPT/tree/master/autogpts 4330 1261
8 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt/autogpt 3598 795
9 /Significant-Gravitas/Auto-GPT/releases 2578 1276
10 /Significant-Gravitas/Auto-GPT/tree/master/docs 2418 829
11 /Significant-Gravitas/Auto-GPT/tree/master/benchmark 2296 611

View File

@ -0,0 +1,11 @@
referrer,views_total,views_unique
Google,70162,22628
github.com,17692,3982
docs.agpt.co,7088,1302
Bing,5819,1652
youtube.com,4080,1117
news.agpt.co,3615,1151
DuckDuckGo,1740,566
lablab.ai,1556,520
link.zhihu.com,955,359
lilianweng.github.io,906,297
1 referrer views_total views_unique
2 Google 70162 22628
3 github.com 17692 3982
4 docs.agpt.co 7088 1302
5 Bing 5819 1652
6 youtube.com 4080 1117
7 news.agpt.co 3615 1151
8 DuckDuckGo 1740 566
9 lablab.ai 1556 520
10 link.zhihu.com 955 359
11 lilianweng.github.io 906 297

View File

@ -0,0 +1,11 @@
url_path,views_total,views_unique
/Significant-Gravitas/Auto-GPT,59136,30954
/Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md,15015,4373
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt,8305,2095
/Significant-Gravitas/Auto-GPT/releases/tag/v0.4.7,6014,3947
/Significant-Gravitas/Auto-GPT/tree/master/frontend,5086,1541
/Significant-Gravitas/Auto-GPT/tree/master/autogpts,4330,1261
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt/autogpt,3598,795
/Significant-Gravitas/Auto-GPT/releases,2578,1276
/Significant-Gravitas/Auto-GPT/tree/master/docs,2418,829
/Significant-Gravitas/Auto-GPT/tree/master/benchmark,2296,611
1 url_path views_total views_unique
2 /Significant-Gravitas/Auto-GPT 59136 30954
3 /Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md 15015 4373
4 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt 8305 2095
5 /Significant-Gravitas/Auto-GPT/releases/tag/v0.4.7 6014 3947
6 /Significant-Gravitas/Auto-GPT/tree/master/frontend 5086 1541
7 /Significant-Gravitas/Auto-GPT/tree/master/autogpts 4330 1261
8 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt/autogpt 3598 795
9 /Significant-Gravitas/Auto-GPT/releases 2578 1276
10 /Significant-Gravitas/Auto-GPT/tree/master/docs 2418 829
11 /Significant-Gravitas/Auto-GPT/tree/master/benchmark 2296 611

View File

@ -0,0 +1,11 @@
referrer,views_total,views_unique
Google,70162,22628
github.com,17692,3982
docs.agpt.co,7088,1302
Bing,5819,1652
youtube.com,4080,1117
news.agpt.co,3615,1151
DuckDuckGo,1740,566
lablab.ai,1556,520
link.zhihu.com,955,359
lilianweng.github.io,906,297
1 referrer views_total views_unique
2 Google 70162 22628
3 github.com 17692 3982
4 docs.agpt.co 7088 1302
5 Bing 5819 1652
6 youtube.com 4080 1117
7 news.agpt.co 3615 1151
8 DuckDuckGo 1740 566
9 lablab.ai 1556 520
10 link.zhihu.com 955 359
11 lilianweng.github.io 906 297

View File

@ -0,0 +1,11 @@
url_path,views_total,views_unique
/Significant-Gravitas/Auto-GPT,59136,30954
/Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md,15015,4373
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt,8305,2095
/Significant-Gravitas/Auto-GPT/releases/tag/v0.4.7,6014,3947
/Significant-Gravitas/Auto-GPT/tree/master/frontend,5086,1541
/Significant-Gravitas/Auto-GPT/tree/master/autogpts,4330,1261
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt/autogpt,3598,795
/Significant-Gravitas/Auto-GPT/releases,2578,1276
/Significant-Gravitas/Auto-GPT/tree/master/docs,2418,829
/Significant-Gravitas/Auto-GPT/tree/master/benchmark,2296,611
1 url_path views_total views_unique
2 /Significant-Gravitas/Auto-GPT 59136 30954
3 /Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md 15015 4373
4 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt 8305 2095
5 /Significant-Gravitas/Auto-GPT/releases/tag/v0.4.7 6014 3947
6 /Significant-Gravitas/Auto-GPT/tree/master/frontend 5086 1541
7 /Significant-Gravitas/Auto-GPT/tree/master/autogpts 4330 1261
8 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt/autogpt 3598 795
9 /Significant-Gravitas/Auto-GPT/releases 2578 1276
10 /Significant-Gravitas/Auto-GPT/tree/master/docs 2418 829
11 /Significant-Gravitas/Auto-GPT/tree/master/benchmark 2296 611

View File

@ -0,0 +1,11 @@
referrer,views_total,views_unique
Google,70162,22628
github.com,17692,3982
docs.agpt.co,7088,1302
Bing,5819,1652
youtube.com,4080,1117
news.agpt.co,3615,1151
DuckDuckGo,1740,566
lablab.ai,1556,520
link.zhihu.com,955,359
lilianweng.github.io,906,297
1 referrer views_total views_unique
2 Google 70162 22628
3 github.com 17692 3982
4 docs.agpt.co 7088 1302
5 Bing 5819 1652
6 youtube.com 4080 1117
7 news.agpt.co 3615 1151
8 DuckDuckGo 1740 566
9 lablab.ai 1556 520
10 link.zhihu.com 955 359
11 lilianweng.github.io 906 297

View File

@ -0,0 +1,11 @@
url_path,views_total,views_unique
/Significant-Gravitas/Auto-GPT,59136,30954
/Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md,15015,4373
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt,8305,2095
/Significant-Gravitas/Auto-GPT/releases/tag/v0.4.7,6014,3947
/Significant-Gravitas/Auto-GPT/tree/master/frontend,5086,1541
/Significant-Gravitas/Auto-GPT/tree/master/autogpts,4330,1261
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt/autogpt,3598,795
/Significant-Gravitas/Auto-GPT/releases,2578,1276
/Significant-Gravitas/Auto-GPT/tree/master/docs,2418,829
/Significant-Gravitas/Auto-GPT/tree/master/benchmark,2296,611
1 url_path views_total views_unique
2 /Significant-Gravitas/Auto-GPT 59136 30954
3 /Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md 15015 4373
4 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt 8305 2095
5 /Significant-Gravitas/Auto-GPT/releases/tag/v0.4.7 6014 3947
6 /Significant-Gravitas/Auto-GPT/tree/master/frontend 5086 1541
7 /Significant-Gravitas/Auto-GPT/tree/master/autogpts 4330 1261
8 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt/autogpt 3598 795
9 /Significant-Gravitas/Auto-GPT/releases 2578 1276
10 /Significant-Gravitas/Auto-GPT/tree/master/docs 2418 829
11 /Significant-Gravitas/Auto-GPT/tree/master/benchmark 2296 611

View File

@ -0,0 +1,11 @@
referrer,views_total,views_unique
Google,70162,22628
github.com,17692,3982
docs.agpt.co,7088,1302
Bing,5819,1652
youtube.com,4080,1117
news.agpt.co,3615,1151
DuckDuckGo,1740,566
lablab.ai,1556,520
link.zhihu.com,955,359
lilianweng.github.io,906,297
1 referrer views_total views_unique
2 Google 70162 22628
3 github.com 17692 3982
4 docs.agpt.co 7088 1302
5 Bing 5819 1652
6 youtube.com 4080 1117
7 news.agpt.co 3615 1151
8 DuckDuckGo 1740 566
9 lablab.ai 1556 520
10 link.zhihu.com 955 359
11 lilianweng.github.io 906 297

View File

@ -0,0 +1,11 @@
url_path,views_total,views_unique
/Significant-Gravitas/Auto-GPT,59136,30954
/Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md,15015,4373
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt,8305,2095
/Significant-Gravitas/Auto-GPT/releases/tag/v0.4.7,6014,3947
/Significant-Gravitas/Auto-GPT/tree/master/frontend,5086,1541
/Significant-Gravitas/Auto-GPT/tree/master/autogpts,4330,1261
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt/autogpt,3598,795
/Significant-Gravitas/Auto-GPT/releases,2578,1276
/Significant-Gravitas/Auto-GPT/tree/master/docs,2418,829
/Significant-Gravitas/Auto-GPT/tree/master/benchmark,2296,611
1 url_path views_total views_unique
2 /Significant-Gravitas/Auto-GPT 59136 30954
3 /Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md 15015 4373
4 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt 8305 2095
5 /Significant-Gravitas/Auto-GPT/releases/tag/v0.4.7 6014 3947
6 /Significant-Gravitas/Auto-GPT/tree/master/frontend 5086 1541
7 /Significant-Gravitas/Auto-GPT/tree/master/autogpts 4330 1261
8 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt/autogpt 3598 795
9 /Significant-Gravitas/Auto-GPT/releases 2578 1276
10 /Significant-Gravitas/Auto-GPT/tree/master/docs 2418 829
11 /Significant-Gravitas/Auto-GPT/tree/master/benchmark 2296 611

View File

@ -0,0 +1,11 @@
referrer,views_total,views_unique
Google,70162,22628
github.com,17692,3982
docs.agpt.co,7088,1302
Bing,5819,1652
youtube.com,4080,1117
news.agpt.co,3615,1151
DuckDuckGo,1740,566
lablab.ai,1556,520
link.zhihu.com,955,359
lilianweng.github.io,906,297
1 referrer views_total views_unique
2 Google 70162 22628
3 github.com 17692 3982
4 docs.agpt.co 7088 1302
5 Bing 5819 1652
6 youtube.com 4080 1117
7 news.agpt.co 3615 1151
8 DuckDuckGo 1740 566
9 lablab.ai 1556 520
10 link.zhihu.com 955 359
11 lilianweng.github.io 906 297

View File

@ -0,0 +1,11 @@
url_path,views_total,views_unique
/Significant-Gravitas/Auto-GPT,59189,30795
/Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md,17070,4847
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt,8254,2101
/Significant-Gravitas/Auto-GPT/tree/master/frontend,5631,1704
/Significant-Gravitas/Auto-GPT/releases/tag/v0.4.7,5326,3444
/Significant-Gravitas/Auto-GPT/tree/master/autogpts,5083,1474
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt/autogpt,3537,777
/Significant-Gravitas/Auto-GPT/releases,2479,1304
/Significant-Gravitas/Auto-GPT/tree/master/docs,2447,835
/Significant-Gravitas/Auto-GPT/blob/master/README.md,2400,729
1 url_path views_total views_unique
2 /Significant-Gravitas/Auto-GPT 59189 30795
3 /Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md 17070 4847
4 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt 8254 2101
5 /Significant-Gravitas/Auto-GPT/tree/master/frontend 5631 1704
6 /Significant-Gravitas/Auto-GPT/releases/tag/v0.4.7 5326 3444
7 /Significant-Gravitas/Auto-GPT/tree/master/autogpts 5083 1474
8 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt/autogpt 3537 777
9 /Significant-Gravitas/Auto-GPT/releases 2479 1304
10 /Significant-Gravitas/Auto-GPT/tree/master/docs 2447 835
11 /Significant-Gravitas/Auto-GPT/blob/master/README.md 2400 729

View File

@ -0,0 +1,11 @@
referrer,views_total,views_unique
Google,71514,22667
github.com,17881,3996
docs.agpt.co,7098,1282
Bing,5748,1636
youtube.com,4305,1118
news.agpt.co,3660,1173
DuckDuckGo,1805,574
lablab.ai,1545,514
link.zhihu.com,1083,358
lilianweng.github.io,864,281
1 referrer views_total views_unique
2 Google 71514 22667
3 github.com 17881 3996
4 docs.agpt.co 7098 1282
5 Bing 5748 1636
6 youtube.com 4305 1118
7 news.agpt.co 3660 1173
8 DuckDuckGo 1805 574
9 lablab.ai 1545 514
10 link.zhihu.com 1083 358
11 lilianweng.github.io 864 281

View File

@ -0,0 +1,28 @@
time_iso8601,stars_cumulative
2023-03-16 00:00:00+00:00,2
2023-03-17 00:00:00+00:00,10
2023-03-18 00:00:00+00:00,12
2023-03-19 00:00:00+00:00,16
2023-03-20 00:00:00+00:00,18
2023-03-21 00:00:00+00:00,20
2023-03-22 00:00:00+00:00,23
2023-03-25 00:00:00+00:00,25
2023-03-26 00:00:00+00:00,26
2023-03-27 00:00:00+00:00,29
2023-03-28 00:00:00+00:00,45
2023-03-29 00:00:00+00:00,68
2023-03-30 00:00:00+00:00,96
2023-03-31 00:00:00+00:00,105
2023-04-01 00:00:00+00:00,191
2023-04-02 00:00:00+00:00,1651
2023-04-03 00:00:00+00:00,4772
2023-04-04 00:00:00+00:00,7452
2023-04-05 00:00:00+00:00,9841
2023-04-06 00:00:00+00:00,12575
2023-04-07 00:00:00+00:00,15058
2023-04-08 00:00:00+00:00,16774
2023-04-09 00:00:00+00:00,18487
2023-04-10 00:00:00+00:00,21031
2023-04-11 00:00:00+00:00,25076
2023-04-12 00:00:00+00:00,33027
2023-04-13 00:00:00+00:00,40000
1 time_iso8601 stars_cumulative
2 2023-03-16 00:00:00+00:00 2
3 2023-03-17 00:00:00+00:00 10
4 2023-03-18 00:00:00+00:00 12
5 2023-03-19 00:00:00+00:00 16
6 2023-03-20 00:00:00+00:00 18
7 2023-03-21 00:00:00+00:00 20
8 2023-03-22 00:00:00+00:00 23
9 2023-03-25 00:00:00+00:00 25
10 2023-03-26 00:00:00+00:00 26
11 2023-03-27 00:00:00+00:00 29
12 2023-03-28 00:00:00+00:00 45
13 2023-03-29 00:00:00+00:00 68
14 2023-03-30 00:00:00+00:00 96
15 2023-03-31 00:00:00+00:00 105
16 2023-04-01 00:00:00+00:00 191
17 2023-04-02 00:00:00+00:00 1651
18 2023-04-03 00:00:00+00:00 4772
19 2023-04-04 00:00:00+00:00 7452
20 2023-04-05 00:00:00+00:00 9841
21 2023-04-06 00:00:00+00:00 12575
22 2023-04-07 00:00:00+00:00 15058
23 2023-04-08 00:00:00+00:00 16774
24 2023-04-09 00:00:00+00:00 18487
25 2023-04-10 00:00:00+00:00 21031
26 2023-04-11 00:00:00+00:00 25076
27 2023-04-12 00:00:00+00:00 33027
28 2023-04-13 00:00:00+00:00 40000

View File

@ -0,0 +1,17 @@
time_iso8601,clones_total,clones_unique,views_total,views_unique
2023-09-06 00:00:00+00:00,1140,204,7021,2545
2023-09-07 00:00:00+00:00,1048,349,14118,4805
2023-09-08 00:00:00+00:00,1277,346,13009,4242
2023-09-09 00:00:00+00:00,705,290,8951,3144
2023-09-10 00:00:00+00:00,730,326,9224,3380
2023-09-11 00:00:00+00:00,797,376,13188,4957
2023-09-12 00:00:00+00:00,1367,453,18644,5326
2023-09-13 00:00:00+00:00,966,393,21977,5489
2023-09-14 00:00:00+00:00,1301,392,20522,5157
2023-09-15 00:00:00+00:00,1694,377,17672,4644
2023-09-16 00:00:00+00:00,1372,367,13370,3112
2023-09-17 00:00:00+00:00,1185,358,17007,3549
2023-09-18 00:00:00+00:00,1435,477,22457,5186
2023-09-19 00:00:00+00:00,1099,456,20116,5239
2023-09-20 00:00:00+00:00,1487,463,20147,4816
2023-09-21 00:00:00+00:00,1450,397,17793,4513
1 time_iso8601 clones_total clones_unique views_total views_unique
2 2023-09-06 00:00:00+00:00 1140 204 7021 2545
3 2023-09-07 00:00:00+00:00 1048 349 14118 4805
4 2023-09-08 00:00:00+00:00 1277 346 13009 4242
5 2023-09-09 00:00:00+00:00 705 290 8951 3144
6 2023-09-10 00:00:00+00:00 730 326 9224 3380
7 2023-09-11 00:00:00+00:00 797 376 13188 4957
8 2023-09-12 00:00:00+00:00 1367 453 18644 5326
9 2023-09-13 00:00:00+00:00 966 393 21977 5489
10 2023-09-14 00:00:00+00:00 1301 392 20522 5157
11 2023-09-15 00:00:00+00:00 1694 377 17672 4644
12 2023-09-16 00:00:00+00:00 1372 367 13370 3112
13 2023-09-17 00:00:00+00:00 1185 358 17007 3549
14 2023-09-18 00:00:00+00:00 1435 477 22457 5186
15 2023-09-19 00:00:00+00:00 1099 456 20116 5239
16 2023-09-20 00:00:00+00:00 1487 463 20147 4816
17 2023-09-21 00:00:00+00:00 1450 397 17793 4513

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,985 @@
.markdown-body .octicon {
display: inline-block;
fill: currentColor;
vertical-align: text-bottom;
}
.markdown-body .anchor {
float: left;
line-height: 1;
margin-left: -20px;
padding-right: 4px;
}
.markdown-body .anchor:focus {
outline: none;
}
.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
color: #1b1f23;
vertical-align: middle;
visibility: hidden;
}
.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
text-decoration: none;
}
.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
visibility: visible;
}
.markdown-body h1:hover .anchor .octicon-link:before,
.markdown-body h2:hover .anchor .octicon-link:before,
.markdown-body h3:hover .anchor .octicon-link:before,
.markdown-body h4:hover .anchor .octicon-link:before,
.markdown-body h5:hover .anchor .octicon-link:before,
.markdown-body h6:hover .anchor .octicon-link:before {
width: 16px;
height: 16px;
content: ' ';
display: inline-block;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' width='16' height='16' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z'%3E%3C/path%3E%3C/svg%3E");
}.markdown-body {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
line-height: 1.5;
color: #24292e;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
font-size: 16px;
line-height: 1.5;
word-wrap: break-word;
}
.markdown-body details {
display: block;
}
.markdown-body summary {
display: list-item;
}
.markdown-body a {
background-color: initial;
}
.markdown-body a:active,
.markdown-body a:hover {
outline-width: 0;
}
.markdown-body strong {
font-weight: inherit;
font-weight: bolder;
}
.markdown-body h1 {
font-size: 2em;
margin: .67em 0;
}
.markdown-body img {
border-style: none;
}
.markdown-body code,
.markdown-body kbd,
.markdown-body pre {
font-family: monospace,monospace;
font-size: 1em;
}
.markdown-body hr {
box-sizing: initial;
height: 0;
overflow: visible;
}
.markdown-body input {
font: inherit;
margin: 0;
}
.markdown-body input {
overflow: visible;
}
.markdown-body [type=checkbox] {
box-sizing: border-box;
padding: 0;
}
.markdown-body * {
box-sizing: border-box;
}
.markdown-body input {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
.markdown-body a {
color: #0366d6;
text-decoration: none;
}
.markdown-body a:hover {
text-decoration: underline;
}
.markdown-body strong {
font-weight: 600;
}
.markdown-body hr {
height: 0;
margin: 15px 0;
overflow: hidden;
background: transparent;
border: 0;
border-bottom: 1px solid #dfe2e5;
}
.markdown-body hr:after,
.markdown-body hr:before {
display: table;
content: "";
}
.markdown-body hr:after {
clear: both;
}
.markdown-body table {
border-spacing: 0;
border-collapse: collapse;
}
.markdown-body td,
.markdown-body th {
padding: 0;
}
.markdown-body details summary {
cursor: pointer;
}
.markdown-body kbd {
display: inline-block;
padding: 3px 5px;
font: 11px SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
line-height: 10px;
color: #444d56;
vertical-align: middle;
background-color: #fafbfc;
border: 1px solid #d1d5da;
border-radius: 3px;
box-shadow: inset 0 -1px 0 #d1d5da;
}
.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
margin-top: 0;
margin-bottom: 0;
}
.markdown-body h1 {
font-size: 32px;
}
.markdown-body h1,
.markdown-body h2 {
font-weight: 600;
}
.markdown-body h2 {
font-size: 24px;
}
.markdown-body h3 {
font-size: 20px;
}
.markdown-body h3,
.markdown-body h4 {
font-weight: 600;
}
.markdown-body h4 {
font-size: 16px;
}
.markdown-body h5 {
font-size: 14px;
}
.markdown-body h5,
.markdown-body h6 {
font-weight: 600;
}
.markdown-body h6 {
font-size: 12px;
}
.markdown-body p {
margin-top: 0;
margin-bottom: 10px;
}
.markdown-body blockquote {
margin: 0;
}
.markdown-body ol,
.markdown-body ul {
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
}
.markdown-body ol ol,
.markdown-body ul ol {
list-style-type: lower-roman;
}
.markdown-body ol ol ol,
.markdown-body ol ul ol,
.markdown-body ul ol ol,
.markdown-body ul ul ol {
list-style-type: lower-alpha;
}
.markdown-body dd {
margin-left: 0;
}
.markdown-body code,
.markdown-body pre {
font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
font-size: 12px;
}
.markdown-body pre {
margin-top: 0;
margin-bottom: 0;
}
.markdown-body input::-webkit-inner-spin-button,
.markdown-body input::-webkit-outer-spin-button {
margin: 0;
-webkit-appearance: none;
appearance: none;
}
.markdown-body :checked+.radio-label {
position: relative;
z-index: 1;
border-color: #0366d6;
}
.markdown-body .border {
border: 1px solid #e1e4e8!important;
}
.markdown-body .border-0 {
border: 0!important;
}
.markdown-body .border-bottom {
border-bottom: 1px solid #e1e4e8!important;
}
.markdown-body .rounded-1 {
border-radius: 3px!important;
}
.markdown-body .bg-white {
background-color: #fff!important;
}
.markdown-body .bg-gray-light {
background-color: #fafbfc!important;
}
.markdown-body .text-gray-light {
color: #6a737d!important;
}
.markdown-body .mb-0 {
margin-bottom: 0!important;
}
.markdown-body .my-2 {
margin-top: 8px!important;
margin-bottom: 8px!important;
}
.markdown-body .pl-0 {
padding-left: 0!important;
}
.markdown-body .py-0 {
padding-top: 0!important;
padding-bottom: 0!important;
}
.markdown-body .pl-1 {
padding-left: 4px!important;
}
.markdown-body .pl-2 {
padding-left: 8px!important;
}
.markdown-body .py-2 {
padding-top: 8px!important;
padding-bottom: 8px!important;
}
.markdown-body .pl-3,
.markdown-body .px-3 {
padding-left: 16px!important;
}
.markdown-body .px-3 {
padding-right: 16px!important;
}
.markdown-body .pl-4 {
padding-left: 24px!important;
}
.markdown-body .pl-5 {
padding-left: 32px!important;
}
.markdown-body .pl-6 {
padding-left: 40px!important;
}
.markdown-body .f6 {
font-size: 12px!important;
}
.markdown-body .lh-condensed {
line-height: 1.25!important;
}
.markdown-body .text-bold {
font-weight: 600!important;
}
.markdown-body .pl-c {
color: #6a737d;
}
.markdown-body .pl-c1,
.markdown-body .pl-s .pl-v {
color: #005cc5;
}
.markdown-body .pl-e,
.markdown-body .pl-en {
color: #6f42c1;
}
.markdown-body .pl-s .pl-s1,
.markdown-body .pl-smi {
color: #24292e;
}
.markdown-body .pl-ent {
color: #22863a;
}
.markdown-body .pl-k {
color: #d73a49;
}
.markdown-body .pl-pds,
.markdown-body .pl-s,
.markdown-body .pl-s .pl-pse .pl-s1,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sra,
.markdown-body .pl-sr .pl-sre {
color: #032f62;
}
.markdown-body .pl-smw,
.markdown-body .pl-v {
color: #e36209;
}
.markdown-body .pl-bu {
color: #b31d28;
}
.markdown-body .pl-ii {
color: #fafbfc;
background-color: #b31d28;
}
.markdown-body .pl-c2 {
color: #fafbfc;
background-color: #d73a49;
}
.markdown-body .pl-c2:before {
content: "^M";
}
.markdown-body .pl-sr .pl-cce {
font-weight: 700;
color: #22863a;
}
.markdown-body .pl-ml {
color: #735c0f;
}
.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
font-weight: 700;
color: #005cc5;
}
.markdown-body .pl-mi {
font-style: italic;
color: #24292e;
}
.markdown-body .pl-mb {
font-weight: 700;
color: #24292e;
}
.markdown-body .pl-md {
color: #b31d28;
background-color: #ffeef0;
}
.markdown-body .pl-mi1 {
color: #22863a;
background-color: #f0fff4;
}
.markdown-body .pl-mc {
color: #e36209;
background-color: #ffebda;
}
.markdown-body .pl-mi2 {
color: #f6f8fa;
background-color: #005cc5;
}
.markdown-body .pl-mdr {
font-weight: 700;
color: #6f42c1;
}
.markdown-body .pl-ba {
color: #586069;
}
.markdown-body .pl-sg {
color: #959da5;
}
.markdown-body .pl-corl {
text-decoration: underline;
color: #032f62;
}
.markdown-body .mb-0 {
margin-bottom: 0!important;
}
.markdown-body .my-2 {
margin-bottom: 8px!important;
}
.markdown-body .my-2 {
margin-top: 8px!important;
}
.markdown-body .pl-0 {
padding-left: 0!important;
}
.markdown-body .py-0 {
padding-top: 0!important;
padding-bottom: 0!important;
}
.markdown-body .pl-1 {
padding-left: 4px!important;
}
.markdown-body .pl-2 {
padding-left: 8px!important;
}
.markdown-body .py-2 {
padding-top: 8px!important;
padding-bottom: 8px!important;
}
.markdown-body .pl-3 {
padding-left: 16px!important;
}
.markdown-body .pl-4 {
padding-left: 24px!important;
}
.markdown-body .pl-5 {
padding-left: 32px!important;
}
.markdown-body .pl-6 {
padding-left: 40px!important;
}
.markdown-body .pl-7 {
padding-left: 48px!important;
}
.markdown-body .pl-8 {
padding-left: 64px!important;
}
.markdown-body .pl-9 {
padding-left: 80px!important;
}
.markdown-body .pl-10 {
padding-left: 96px!important;
}
.markdown-body .pl-11 {
padding-left: 112px!important;
}
.markdown-body .pl-12 {
padding-left: 128px!important;
}
.markdown-body hr {
border-bottom-color: #eee;
}
.markdown-body kbd {
display: inline-block;
padding: 3px 5px;
font: 11px SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
line-height: 10px;
color: #444d56;
vertical-align: middle;
background-color: #fafbfc;
border: 1px solid #d1d5da;
border-radius: 3px;
box-shadow: inset 0 -1px 0 #d1d5da;
}
.markdown-body:after,
.markdown-body:before {
display: table;
content: "";
}
.markdown-body:after {
clear: both;
}
.markdown-body>:first-child {
margin-top: 0!important;
}
.markdown-body>:last-child {
margin-bottom: 0!important;
}
.markdown-body a:not([href]) {
color: inherit;
text-decoration: none;
}
.markdown-body blockquote,
.markdown-body details,
.markdown-body dl,
.markdown-body ol,
.markdown-body p,
.markdown-body pre,
.markdown-body table,
.markdown-body ul {
margin-top: 0;
margin-bottom: 16px;
}
.markdown-body hr {
height: .25em;
padding: 0;
margin: 24px 0;
background-color: #e1e4e8;
border: 0;
}
.markdown-body blockquote {
padding: 0 1em;
color: #6a737d;
border-left: .25em solid #dfe2e5;
}
.markdown-body blockquote>:first-child {
margin-top: 0;
}
.markdown-body blockquote>:last-child {
margin-bottom: 0;
}
.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
margin-top: 24px;
margin-bottom: 16px;
font-weight: 600;
line-height: 1.25;
}
.markdown-body h1 {
font-size: 2em;
}
.markdown-body h1,
.markdown-body h2 {
padding-bottom: .3em;
border-bottom: 1px solid #eaecef;
}
.markdown-body h2 {
font-size: 1.5em;
}
.markdown-body h3 {
font-size: 1.25em;
}
.markdown-body h4 {
font-size: 1em;
}
.markdown-body h5 {
font-size: .875em;
}
.markdown-body h6 {
font-size: .85em;
color: #6a737d;
}
.markdown-body ol,
.markdown-body ul {
padding-left: 2em;
}
.markdown-body ol ol,
.markdown-body ol ul,
.markdown-body ul ol,
.markdown-body ul ul {
margin-top: 0;
margin-bottom: 0;
}
.markdown-body li {
word-wrap: break-all;
}
.markdown-body li>p {
margin-top: 16px;
}
.markdown-body li+li {
margin-top: .25em;
}
.markdown-body dl {
padding: 0;
}
.markdown-body dl dt {
padding: 0;
margin-top: 16px;
font-size: 1em;
font-style: italic;
font-weight: 600;
}
.markdown-body dl dd {
padding: 0 16px;
margin-bottom: 16px;
}
.markdown-body table {
display: block;
width: 100%;
overflow: auto;
}
.markdown-body table th {
font-weight: 600;
}
.markdown-body table td,
.markdown-body table th {
padding: 6px 13px;
border: 1px solid #dfe2e5;
}
.markdown-body table tr {
background-color: #fff;
border-top: 1px solid #c6cbd1;
}
.markdown-body table tr:nth-child(2n) {
background-color: #f6f8fa;
}
.markdown-body img {
max-width: 100%;
box-sizing: initial;
background-color: #fff;
}
.markdown-body img[align=right] {
padding-left: 20px;
}
.markdown-body img[align=left] {
padding-right: 20px;
}
.markdown-body code {
padding: .2em .4em;
margin: 0;
font-size: 85%;
background-color: rgba(27,31,35,.05);
border-radius: 3px;
}
.markdown-body pre {
word-wrap: normal;
}
.markdown-body pre>code {
padding: 0;
margin: 0;
font-size: 100%;
word-break: normal;
white-space: pre;
background: transparent;
border: 0;
}
.markdown-body .highlight {
margin-bottom: 16px;
}
.markdown-body .highlight pre {
margin-bottom: 0;
word-break: normal;
}
.markdown-body .highlight pre,
.markdown-body pre {
padding: 16px;
overflow: auto;
font-size: 85%;
line-height: 1.45;
background-color: #f6f8fa;
border-radius: 3px;
}
.markdown-body pre code {
display: inline;
max-width: auto;
padding: 0;
margin: 0;
overflow: visible;
line-height: inherit;
word-wrap: normal;
background-color: initial;
border: 0;
}
.markdown-body .commit-tease-sha {
display: inline-block;
font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
font-size: 90%;
color: #444d56;
}
.markdown-body .full-commit .btn-outline:not(:disabled):hover {
color: #005cc5;
border-color: #005cc5;
}
.markdown-body .blob-wrapper {
overflow-x: auto;
overflow-y: hidden;
}
.markdown-body .blob-wrapper-embedded {
max-height: 240px;
overflow-y: auto;
}
.markdown-body .blob-num {
width: 1%;
min-width: 50px;
padding-right: 10px;
padding-left: 10px;
font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
font-size: 12px;
line-height: 20px;
color: rgba(27,31,35,.3);
text-align: right;
white-space: nowrap;
vertical-align: top;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.markdown-body .blob-num:hover {
color: rgba(27,31,35,.6);
}
.markdown-body .blob-num:before {
content: attr(data-line-number);
}
.markdown-body .blob-code {
position: relative;
padding-right: 10px;
padding-left: 10px;
line-height: 20px;
vertical-align: top;
}
.markdown-body .blob-code-inner {
overflow: visible;
font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
font-size: 12px;
color: #24292e;
word-wrap: normal;
white-space: pre;
}
.markdown-body .pl-token.active,
.markdown-body .pl-token:hover {
cursor: pointer;
background: #ffea7f;
}
.markdown-body .tab-size[data-tab-size="1"] {
-moz-tab-size: 1;
tab-size: 1;
}
.markdown-body .tab-size[data-tab-size="2"] {
-moz-tab-size: 2;
tab-size: 2;
}
.markdown-body .tab-size[data-tab-size="3"] {
-moz-tab-size: 3;
tab-size: 3;
}
.markdown-body .tab-size[data-tab-size="4"] {
-moz-tab-size: 4;
tab-size: 4;
}
.markdown-body .tab-size[data-tab-size="5"] {
-moz-tab-size: 5;
tab-size: 5;
}
.markdown-body .tab-size[data-tab-size="6"] {
-moz-tab-size: 6;
tab-size: 6;
}
.markdown-body .tab-size[data-tab-size="7"] {
-moz-tab-size: 7;
tab-size: 7;
}
.markdown-body .tab-size[data-tab-size="8"] {
-moz-tab-size: 8;
tab-size: 8;
}
.markdown-body .tab-size[data-tab-size="9"] {
-moz-tab-size: 9;
tab-size: 9;
}
.markdown-body .tab-size[data-tab-size="10"] {
-moz-tab-size: 10;
tab-size: 10;
}
.markdown-body .tab-size[data-tab-size="11"] {
-moz-tab-size: 11;
tab-size: 11;
}
.markdown-body .tab-size[data-tab-size="12"] {
-moz-tab-size: 12;
tab-size: 12;
}
.markdown-body .task-list-item {
list-style-type: none;
}
.markdown-body .task-list-item+.task-list-item {
margin-top: 3px;
}
.markdown-body .task-list-item input {
margin: 0 .2em .25em -1.6em;
vertical-align: middle;
}

View File

@ -0,0 +1,8 @@
## github-repo-stats for Significant-Gravitas/AutoGPT
- statistics for repository https://github.com/Significant-Gravitas/AutoGPT
- managed by GitHub Action: https://github.com/jgehrcke/github-repo-stats
- workflow that created this README: `Repo - Github Stats`
**Latest report PDF**: [GitHub-rendered](https://github.com/Significant-Gravitas/AutoGPT/blob/github-repo-stats/Significant-Gravitas/AutoGPT/latest-report/report.pdf), [raw](https://github.com/Significant-Gravitas/AutoGPT/raw/github-repo-stats/Significant-Gravitas/AutoGPT/latest-report/report.pdf)

View File

@ -0,0 +1,671 @@
time_iso8601,forks_cumulative
2023-03-16 00:00:00+00:00,1
2023-03-17 00:00:00+00:00,2
2023-03-18 00:00:00+00:00,4
2023-03-20 00:00:00+00:00,6
2023-03-28 00:00:00+00:00,8
2023-03-29 00:00:00+00:00,11
2023-03-30 00:00:00+00:00,14
2023-03-31 00:00:00+00:00,18
2023-04-01 00:00:00+00:00,24
2023-04-02 00:00:00+00:00,102
2023-04-03 00:00:00+00:00,361
2023-04-04 00:00:00+00:00,606
2023-04-05 00:00:00+00:00,881
2023-04-06 00:00:00+00:00,1181
2023-04-07 00:00:00+00:00,1505
2023-04-08 00:00:00+00:00,1794
2023-04-09 00:00:00+00:00,2057
2023-04-10 00:00:00+00:00,2389
2023-04-11 00:00:00+00:00,2820
2023-04-12 00:00:00+00:00,3810
2023-04-13 00:00:00+00:00,5566
2023-04-14 00:00:00+00:00,7559
2023-04-15 00:00:00+00:00,8920
2023-04-16 00:00:00+00:00,10036
2023-04-17 00:00:00+00:00,11439
2023-04-18 00:00:00+00:00,12400
2023-04-19 00:00:00+00:00,13111
2023-04-20 00:00:00+00:00,13732
2023-04-21 00:00:00+00:00,14250
2023-04-22 00:00:00+00:00,14687
2023-04-23 00:00:00+00:00,15332
2023-04-24 00:00:00+00:00,16718
2023-04-25 00:00:00+00:00,17744
2023-04-26 00:00:00+00:00,18396
2023-04-27 00:00:00+00:00,19269
2023-04-28 00:00:00+00:00,19804
2023-04-29 00:00:00+00:00,20125
2023-04-30 00:00:00+00:00,20409
2023-05-01 00:00:00+00:00,20694
2023-05-02 00:00:00+00:00,20983
2023-05-03 00:00:00+00:00,21309
2023-05-04 00:00:00+00:00,21659
2023-05-05 00:00:00+00:00,21962
2023-05-06 00:00:00+00:00,22272
2023-05-07 00:00:00+00:00,22514
2023-05-08 00:00:00+00:00,22756
2023-05-09 00:00:00+00:00,22958
2023-05-10 00:00:00+00:00,23161
2023-05-11 00:00:00+00:00,23326
2023-05-12 00:00:00+00:00,23476
2023-05-13 00:00:00+00:00,23599
2023-05-14 00:00:00+00:00,23737
2023-05-15 00:00:00+00:00,23894
2023-05-16 00:00:00+00:00,24034
2023-05-17 00:00:00+00:00,24169
2023-05-18 00:00:00+00:00,24305
2023-05-19 00:00:00+00:00,24427
2023-05-20 00:00:00+00:00,24530
2023-05-21 00:00:00+00:00,24612
2023-05-22 00:00:00+00:00,24786
2023-05-23 00:00:00+00:00,24907
2023-05-24 00:00:00+00:00,25023
2023-05-25 00:00:00+00:00,25151
2023-05-26 00:00:00+00:00,25270
2023-05-27 00:00:00+00:00,25357
2023-05-28 00:00:00+00:00,25429
2023-05-29 00:00:00+00:00,25517
2023-05-30 00:00:00+00:00,25607
2023-05-31 00:00:00+00:00,25694
2023-06-01 00:00:00+00:00,25751
2023-06-02 00:00:00+00:00,25828
2023-06-03 00:00:00+00:00,25905
2023-06-04 00:00:00+00:00,25962
2023-06-05 00:00:00+00:00,26063
2023-06-06 00:00:00+00:00,26149
2023-06-07 00:00:00+00:00,26220
2023-06-08 00:00:00+00:00,26300
2023-06-09 00:00:00+00:00,26362
2023-06-10 00:00:00+00:00,26410
2023-06-11 00:00:00+00:00,26468
2023-06-12 00:00:00+00:00,26531
2023-06-13 00:00:00+00:00,26619
2023-06-14 00:00:00+00:00,26680
2023-06-15 00:00:00+00:00,26741
2023-06-16 00:00:00+00:00,26788
2023-06-17 00:00:00+00:00,26831
2023-06-18 00:00:00+00:00,26876
2023-06-19 00:00:00+00:00,26934
2023-06-20 00:00:00+00:00,26993
2023-06-21 00:00:00+00:00,27059
2023-06-22 00:00:00+00:00,27099
2023-06-23 00:00:00+00:00,27134
2023-06-24 00:00:00+00:00,27173
2023-06-25 00:00:00+00:00,27232
2023-06-26 00:00:00+00:00,27294
2023-06-27 00:00:00+00:00,27336
2023-06-28 00:00:00+00:00,27396
2023-06-29 00:00:00+00:00,27434
2023-06-30 00:00:00+00:00,27475
2023-07-01 00:00:00+00:00,27512
2023-07-02 00:00:00+00:00,27554
2023-07-03 00:00:00+00:00,27608
2023-07-04 00:00:00+00:00,27647
2023-07-05 00:00:00+00:00,27699
2023-07-06 00:00:00+00:00,27760
2023-07-07 00:00:00+00:00,27804
2023-07-08 00:00:00+00:00,27832
2023-07-09 00:00:00+00:00,27876
2023-07-10 00:00:00+00:00,27925
2023-07-11 00:00:00+00:00,27964
2023-07-12 00:00:00+00:00,28002
2023-07-13 00:00:00+00:00,28034
2023-07-14 00:00:00+00:00,28070
2023-07-15 00:00:00+00:00,28099
2023-07-16 00:00:00+00:00,28133
2023-07-17 00:00:00+00:00,28169
2023-07-18 00:00:00+00:00,28212
2023-07-19 00:00:00+00:00,28249
2023-07-20 00:00:00+00:00,28277
2023-07-21 00:00:00+00:00,28314
2023-07-22 00:00:00+00:00,28330
2023-07-23 00:00:00+00:00,28350
2023-07-24 00:00:00+00:00,28380
2023-07-25 00:00:00+00:00,28406
2023-07-26 00:00:00+00:00,28444
2023-07-27 00:00:00+00:00,28468
2023-07-28 00:00:00+00:00,28493
2023-07-29 00:00:00+00:00,28517
2023-07-30 00:00:00+00:00,28537
2023-07-31 00:00:00+00:00,28568
2023-08-01 00:00:00+00:00,28602
2023-08-02 00:00:00+00:00,28626
2023-08-03 00:00:00+00:00,28664
2023-08-04 00:00:00+00:00,28688
2023-08-05 00:00:00+00:00,28708
2023-08-06 00:00:00+00:00,28727
2023-08-07 00:00:00+00:00,28748
2023-08-08 00:00:00+00:00,28774
2023-08-09 00:00:00+00:00,28794
2023-08-10 00:00:00+00:00,28811
2023-08-11 00:00:00+00:00,28838
2023-08-12 00:00:00+00:00,28853
2023-08-13 00:00:00+00:00,28868
2023-08-14 00:00:00+00:00,28881
2023-08-15 00:00:00+00:00,28904
2023-08-16 00:00:00+00:00,28928
2023-08-17 00:00:00+00:00,28961
2023-08-18 00:00:00+00:00,28976
2023-08-19 00:00:00+00:00,28988
2023-08-20 00:00:00+00:00,29005
2023-08-21 00:00:00+00:00,29022
2023-08-22 00:00:00+00:00,29038
2023-08-23 00:00:00+00:00,29058
2023-08-24 00:00:00+00:00,29071
2023-08-25 00:00:00+00:00,29089
2023-08-26 00:00:00+00:00,29107
2023-08-27 00:00:00+00:00,29118
2023-08-28 00:00:00+00:00,29146
2023-08-29 00:00:00+00:00,29168
2023-08-30 00:00:00+00:00,29189
2023-08-31 00:00:00+00:00,29209
2023-09-01 00:00:00+00:00,29228
2023-09-02 00:00:00+00:00,29246
2023-09-03 00:00:00+00:00,29255
2023-09-04 00:00:00+00:00,29271
2023-09-05 00:00:00+00:00,29286
2023-09-06 00:00:00+00:00,29305
2023-09-07 00:00:00+00:00,29323
2023-09-08 00:00:00+00:00,29341
2023-09-09 00:00:00+00:00,29359
2023-09-10 00:00:00+00:00,29376
2023-09-11 00:00:00+00:00,29390
2023-09-12 00:00:00+00:00,29414
2023-09-13 00:00:00+00:00,29437
2023-09-14 00:00:00+00:00,29457
2023-09-15 00:00:00+00:00,29474
2023-09-16 00:00:00+00:00,29488
2023-09-17 00:00:00+00:00,29507
2023-09-18 00:00:00+00:00,29538
2023-09-19 00:00:00+00:00,29576
2023-09-20 00:00:00+00:00,29617
2023-09-21 00:00:00+00:00,29653
2023-09-22 00:00:00+00:00,29683
2023-09-23 00:00:00+00:00,29720
2023-09-24 00:00:00+00:00,29755
2023-09-25 00:00:00+00:00,29814
2023-09-26 00:00:00+00:00,29891
2023-09-27 00:00:00+00:00,29981
2023-09-28 00:00:00+00:00,30072
2023-09-29 00:00:00+00:00,30169
2023-09-30 00:00:00+00:00,30238
2023-10-01 00:00:00+00:00,30310
2023-10-02 00:00:00+00:00,30387
2023-10-03 00:00:00+00:00,30472
2023-10-04 00:00:00+00:00,30553
2023-10-05 00:00:00+00:00,30628
2023-10-06 00:00:00+00:00,30702
2023-10-07 00:00:00+00:00,30778
2023-10-08 00:00:00+00:00,30853
2023-10-09 00:00:00+00:00,30953
2023-10-10 00:00:00+00:00,31041
2023-10-11 00:00:00+00:00,31139
2023-10-12 00:00:00+00:00,31215
2023-10-13 00:00:00+00:00,31289
2023-10-14 00:00:00+00:00,31353
2023-10-15 00:00:00+00:00,31406
2023-10-16 00:00:00+00:00,31492
2023-10-17 00:00:00+00:00,31547
2023-10-18 00:00:00+00:00,31630
2023-10-19 00:00:00+00:00,31723
2023-10-20 00:00:00+00:00,31806
2023-10-21 00:00:00+00:00,31864
2023-10-22 00:00:00+00:00,31925
2023-10-23 00:00:00+00:00,32036
2023-10-24 00:00:00+00:00,32133
2023-10-25 00:00:00+00:00,32227
2023-10-26 00:00:00+00:00,32333
2023-10-27 00:00:00+00:00,32413
2023-10-28 00:00:00+00:00,32474
2023-10-29 00:00:00+00:00,32522
2023-10-30 00:00:00+00:00,32602
2023-10-31 00:00:00+00:00,32676
2023-11-01 00:00:00+00:00,32756
2023-11-02 00:00:00+00:00,32852
2023-11-03 00:00:00+00:00,32930
2023-11-04 00:00:00+00:00,32989
2023-11-05 00:00:00+00:00,33053
2023-11-06 00:00:00+00:00,33120
2023-11-07 00:00:00+00:00,33207
2023-11-08 00:00:00+00:00,33280
2023-11-09 00:00:00+00:00,33338
2023-11-10 00:00:00+00:00,33390
2023-11-11 00:00:00+00:00,33445
2023-11-12 00:00:00+00:00,33496
2023-11-13 00:00:00+00:00,33557
2023-11-14 00:00:00+00:00,33632
2023-11-15 00:00:00+00:00,33691
2023-11-16 00:00:00+00:00,33752
2023-11-17 00:00:00+00:00,33805
2023-11-18 00:00:00+00:00,33853
2023-11-19 00:00:00+00:00,33908
2023-11-20 00:00:00+00:00,33991
2023-11-21 00:00:00+00:00,34066
2023-11-22 00:00:00+00:00,34131
2023-11-23 00:00:00+00:00,34199
2023-11-24 00:00:00+00:00,34248
2023-11-25 00:00:00+00:00,34284
2023-11-26 00:00:00+00:00,34327
2023-11-27 00:00:00+00:00,34387
2023-11-28 00:00:00+00:00,34440
2023-11-29 00:00:00+00:00,34498
2023-11-30 00:00:00+00:00,34548
2023-12-01 00:00:00+00:00,34594
2023-12-02 00:00:00+00:00,34648
2023-12-03 00:00:00+00:00,34698
2023-12-04 00:00:00+00:00,34747
2023-12-05 00:00:00+00:00,34805
2023-12-06 00:00:00+00:00,34860
2023-12-07 00:00:00+00:00,34923
2023-12-08 00:00:00+00:00,34964
2023-12-09 00:00:00+00:00,35006
2023-12-10 00:00:00+00:00,35055
2023-12-11 00:00:00+00:00,35105
2023-12-12 00:00:00+00:00,35146
2023-12-13 00:00:00+00:00,35208
2023-12-14 00:00:00+00:00,35253
2023-12-15 00:00:00+00:00,35311
2023-12-16 00:00:00+00:00,35347
2023-12-17 00:00:00+00:00,35380
2023-12-18 00:00:00+00:00,35434
2023-12-19 00:00:00+00:00,35478
2023-12-20 00:00:00+00:00,35519
2023-12-21 00:00:00+00:00,35566
2023-12-22 00:00:00+00:00,35601
2023-12-23 00:00:00+00:00,35634
2023-12-24 00:00:00+00:00,35664
2023-12-25 00:00:00+00:00,35700
2023-12-26 00:00:00+00:00,35751
2023-12-27 00:00:00+00:00,35807
2023-12-28 00:00:00+00:00,35844
2023-12-29 00:00:00+00:00,35874
2023-12-30 00:00:00+00:00,35899
2023-12-31 00:00:00+00:00,35918
2024-01-01 00:00:00+00:00,35944
2024-01-02 00:00:00+00:00,35996
2024-01-03 00:00:00+00:00,36048
2024-01-04 00:00:00+00:00,36094
2024-01-05 00:00:00+00:00,36130
2024-01-06 00:00:00+00:00,36162
2024-01-07 00:00:00+00:00,36192
2024-01-08 00:00:00+00:00,36222
2024-01-09 00:00:00+00:00,36261
2024-01-10 00:00:00+00:00,36299
2024-01-11 00:00:00+00:00,36336
2024-01-12 00:00:00+00:00,36371
2024-01-13 00:00:00+00:00,36403
2024-01-14 00:00:00+00:00,36442
2024-01-15 00:00:00+00:00,36488
2024-01-16 00:00:00+00:00,36526
2024-01-17 00:00:00+00:00,36560
2024-01-18 00:00:00+00:00,36603
2024-01-19 00:00:00+00:00,36643
2024-01-20 00:00:00+00:00,36669
2024-01-21 00:00:00+00:00,36702
2024-01-22 00:00:00+00:00,36732
2024-01-23 00:00:00+00:00,36783
2024-01-24 00:00:00+00:00,36823
2024-01-25 00:00:00+00:00,36857
2024-01-26 00:00:00+00:00,36886
2024-01-27 00:00:00+00:00,36914
2024-01-28 00:00:00+00:00,36948
2024-01-29 00:00:00+00:00,36982
2024-01-30 00:00:00+00:00,37026
2024-01-31 00:00:00+00:00,37058
2024-02-01 00:00:00+00:00,37091
2024-02-02 00:00:00+00:00,37116
2024-02-03 00:00:00+00:00,37145
2024-02-04 00:00:00+00:00,37183
2024-02-05 00:00:00+00:00,37225
2024-02-06 00:00:00+00:00,37265
2024-02-07 00:00:00+00:00,37301
2024-02-08 00:00:00+00:00,37329
2024-02-09 00:00:00+00:00,37361
2024-02-10 00:00:00+00:00,37383
2024-02-11 00:00:00+00:00,37408
2024-02-12 00:00:00+00:00,37432
2024-02-13 00:00:00+00:00,37457
2024-02-14 00:00:00+00:00,37486
2024-02-15 00:00:00+00:00,37518
2024-02-16 00:00:00+00:00,37551
2024-02-17 00:00:00+00:00,37580
2024-02-18 00:00:00+00:00,37609
2024-02-19 00:00:00+00:00,37652
2024-02-20 00:00:00+00:00,37690
2024-02-21 00:00:00+00:00,37743
2024-02-22 00:00:00+00:00,37785
2024-02-23 00:00:00+00:00,37832
2024-02-24 00:00:00+00:00,37877
2024-02-25 00:00:00+00:00,37925
2024-02-26 00:00:00+00:00,37975
2024-02-27 00:00:00+00:00,38029
2024-02-28 00:00:00+00:00,38083
2024-02-29 00:00:00+00:00,38135
2024-03-01 00:00:00+00:00,38188
2024-03-02 00:00:00+00:00,38220
2024-03-03 00:00:00+00:00,38248
2024-03-04 00:00:00+00:00,38298
2024-03-05 00:00:00+00:00,38340
2024-03-06 00:00:00+00:00,38390
2024-03-07 00:00:00+00:00,38427
2024-03-08 00:00:00+00:00,38455
2024-03-09 00:00:00+00:00,38486
2024-03-10 00:00:00+00:00,38520
2024-03-11 00:00:00+00:00,38561
2024-03-12 00:00:00+00:00,38598
2024-03-13 00:00:00+00:00,38646
2024-03-14 00:00:00+00:00,38717
2024-03-15 00:00:00+00:00,38771
2024-03-16 00:00:00+00:00,38805
2024-03-17 00:00:00+00:00,38841
2024-03-18 00:00:00+00:00,38885
2024-03-19 00:00:00+00:00,38941
2024-03-20 00:00:00+00:00,38990
2024-03-21 00:00:00+00:00,39033
2024-03-22 00:00:00+00:00,39066
2024-03-23 00:00:00+00:00,39103
2024-03-24 00:00:00+00:00,39132
2024-03-25 00:00:00+00:00,39179
2024-03-26 00:00:00+00:00,39224
2024-03-27 00:00:00+00:00,39270
2024-03-28 00:00:00+00:00,39317
2024-03-29 00:00:00+00:00,39362
2024-03-30 00:00:00+00:00,39401
2024-03-31 00:00:00+00:00,39433
2024-04-01 00:00:00+00:00,39479
2024-04-02 00:00:00+00:00,39522
2024-04-03 00:00:00+00:00,39570
2024-04-04 00:00:00+00:00,39614
2024-04-05 00:00:00+00:00,39640
2024-04-06 00:00:00+00:00,39668
2024-04-07 00:00:00+00:00,39704
2024-04-08 00:00:00+00:00,39742
2024-04-09 00:00:00+00:00,39767
2024-04-10 00:00:00+00:00,39805
2024-04-11 00:00:00+00:00,39833
2024-04-12 00:00:00+00:00,39863
2024-04-13 00:00:00+00:00,39889
2024-04-14 00:00:00+00:00,39913
2024-04-15 00:00:00+00:00,39954
2024-04-16 00:00:00+00:00,40011
2024-04-17 00:00:00+00:00,40061
2024-04-18 00:00:00+00:00,40118
2024-04-19 00:00:00+00:00,40150
2024-04-20 00:00:00+00:00,40175
2024-04-21 00:00:00+00:00,40209
2024-04-22 00:00:00+00:00,40251
2024-04-23 00:00:00+00:00,40309
2024-04-24 00:00:00+00:00,40350
2024-04-25 00:00:00+00:00,40377
2024-04-26 00:00:00+00:00,40398
2024-04-27 00:00:00+00:00,40428
2024-04-28 00:00:00+00:00,40456
2024-04-29 00:00:00+00:00,40492
2024-04-30 00:00:00+00:00,40527
2024-05-01 00:00:00+00:00,40557
2024-05-02 00:00:00+00:00,40585
2024-05-03 00:00:00+00:00,40607
2024-05-04 00:00:00+00:00,40634
2024-05-05 00:00:00+00:00,40656
2024-05-06 00:00:00+00:00,40681
2024-05-07 00:00:00+00:00,40720
2024-05-08 00:00:00+00:00,40751
2024-05-09 00:00:00+00:00,40776
2024-05-10 00:00:00+00:00,40800
2024-05-11 00:00:00+00:00,40829
2024-05-12 00:00:00+00:00,40852
2024-05-13 00:00:00+00:00,40880
2024-05-14 00:00:00+00:00,40913
2024-05-15 00:00:00+00:00,40960
2024-05-16 00:00:00+00:00,41010
2024-05-17 00:00:00+00:00,41039
2024-05-18 00:00:00+00:00,41065
2024-05-19 00:00:00+00:00,41105
2024-05-20 00:00:00+00:00,41138
2024-05-21 00:00:00+00:00,41179
2024-05-22 00:00:00+00:00,41221
2024-05-23 00:00:00+00:00,41250
2024-05-24 00:00:00+00:00,41283
2024-05-25 00:00:00+00:00,41308
2024-05-26 00:00:00+00:00,41339
2024-05-27 00:00:00+00:00,41366
2024-05-28 00:00:00+00:00,41399
2024-05-29 00:00:00+00:00,41434
2024-05-30 00:00:00+00:00,41465
2024-05-31 00:00:00+00:00,41486
2024-06-01 00:00:00+00:00,41516
2024-06-02 00:00:00+00:00,41537
2024-06-03 00:00:00+00:00,41566
2024-06-04 00:00:00+00:00,41598
2024-06-05 00:00:00+00:00,41642
2024-06-06 00:00:00+00:00,41680
2024-06-07 00:00:00+00:00,41703
2024-06-08 00:00:00+00:00,41727
2024-06-09 00:00:00+00:00,41763
2024-06-10 00:00:00+00:00,41789
2024-06-11 00:00:00+00:00,41823
2024-06-12 00:00:00+00:00,41856
2024-06-13 00:00:00+00:00,41874
2024-06-14 00:00:00+00:00,41894
2024-06-15 00:00:00+00:00,41902
2024-06-16 00:00:00+00:00,41911
2024-06-17 00:00:00+00:00,41937
2024-06-18 00:00:00+00:00,41964
2024-06-19 00:00:00+00:00,41987
2024-06-20 00:00:00+00:00,42013
2024-06-21 00:00:00+00:00,42040
2024-06-22 00:00:00+00:00,42052
2024-06-23 00:00:00+00:00,42067
2024-06-24 00:00:00+00:00,42083
2024-06-25 00:00:00+00:00,42114
2024-06-26 00:00:00+00:00,42126
2024-06-27 00:00:00+00:00,42142
2024-06-28 00:00:00+00:00,42157
2024-06-29 00:00:00+00:00,42176
2024-06-30 00:00:00+00:00,42185
2024-07-01 00:00:00+00:00,42207
2024-07-02 00:00:00+00:00,42242
2024-07-03 00:00:00+00:00,42265
2024-07-04 00:00:00+00:00,42285
2024-07-05 00:00:00+00:00,42303
2024-07-06 00:00:00+00:00,42324
2024-07-07 00:00:00+00:00,42338
2024-07-08 00:00:00+00:00,42361
2024-07-09 00:00:00+00:00,42398
2024-07-10 00:00:00+00:00,42435
2024-07-11 00:00:00+00:00,42467
2024-07-12 00:00:00+00:00,42500
2024-07-13 00:00:00+00:00,42526
2024-07-14 00:00:00+00:00,42566
2024-07-15 00:00:00+00:00,42596
2024-07-16 00:00:00+00:00,42629
2024-07-17 00:00:00+00:00,42654
2024-07-18 00:00:00+00:00,42701
2024-07-19 00:00:00+00:00,42731
2024-07-20 00:00:00+00:00,42743
2024-07-21 00:00:00+00:00,42767
2024-07-22 00:00:00+00:00,42780
2024-07-23 00:00:00+00:00,42795
2024-07-24 00:00:00+00:00,42821
2024-07-25 00:00:00+00:00,42837
2024-07-26 00:00:00+00:00,42855
2024-07-27 00:00:00+00:00,42871
2024-07-28 00:00:00+00:00,42882
2024-07-29 00:00:00+00:00,42903
2024-07-30 00:00:00+00:00,42926
2024-07-31 00:00:00+00:00,42940
2024-08-01 00:00:00+00:00,42963
2024-08-02 00:00:00+00:00,42984
2024-08-03 00:00:00+00:00,42992
2024-08-04 00:00:00+00:00,43006
2024-08-05 00:00:00+00:00,43020
2024-08-06 00:00:00+00:00,43035
2024-08-07 00:00:00+00:00,43055
2024-08-08 00:00:00+00:00,43074
2024-08-09 00:00:00+00:00,43087
2024-08-10 00:00:00+00:00,43098
2024-08-11 00:00:00+00:00,43108
2024-08-12 00:00:00+00:00,43119
2024-08-13 00:00:00+00:00,43136
2024-08-14 00:00:00+00:00,43165
2024-08-15 00:00:00+00:00,43186
2024-08-16 00:00:00+00:00,43205
2024-08-17 00:00:00+00:00,43212
2024-08-18 00:00:00+00:00,43227
2024-08-19 00:00:00+00:00,43236
2024-08-20 00:00:00+00:00,43249
2024-08-21 00:00:00+00:00,43261
2024-08-22 00:00:00+00:00,43276
2024-08-23 00:00:00+00:00,43285
2024-08-24 00:00:00+00:00,43292
2024-08-25 00:00:00+00:00,43304
2024-08-26 00:00:00+00:00,43319
2024-08-27 00:00:00+00:00,43329
2024-08-28 00:00:00+00:00,43345
2024-08-29 00:00:00+00:00,43360
2024-08-30 00:00:00+00:00,43368
2024-08-31 00:00:00+00:00,43377
2024-09-01 00:00:00+00:00,43385
2024-09-02 00:00:00+00:00,43402
2024-09-03 00:00:00+00:00,43417
2024-09-04 00:00:00+00:00,43433
2024-09-05 00:00:00+00:00,43438
2024-09-06 00:00:00+00:00,43452
2024-09-07 00:00:00+00:00,43465
2024-09-08 00:00:00+00:00,43476
2024-09-09 00:00:00+00:00,43487
2024-09-10 00:00:00+00:00,43493
2024-09-11 00:00:00+00:00,43501
2024-09-12 00:00:00+00:00,43517
2024-09-13 00:00:00+00:00,43532
2024-09-14 00:00:00+00:00,43543
2024-09-15 00:00:00+00:00,43566
2024-09-16 00:00:00+00:00,43581
2024-09-17 00:00:00+00:00,43594
2024-09-18 00:00:00+00:00,43619
2024-09-19 00:00:00+00:00,43650
2024-09-20 00:00:00+00:00,43672
2024-09-21 00:00:00+00:00,43683
2024-09-22 00:00:00+00:00,43705
2024-09-23 00:00:00+00:00,43729
2024-09-24 00:00:00+00:00,43748
2024-09-25 00:00:00+00:00,43768
2024-09-26 00:00:00+00:00,43778
2024-09-27 00:00:00+00:00,43788
2024-09-28 00:00:00+00:00,43797
2024-09-29 00:00:00+00:00,43809
2024-09-30 00:00:00+00:00,43821
2024-10-01 00:00:00+00:00,43830
2024-10-02 00:00:00+00:00,43846
2024-10-03 00:00:00+00:00,43867
2024-10-04 00:00:00+00:00,43875
2024-10-05 00:00:00+00:00,43884
2024-10-06 00:00:00+00:00,43898
2024-10-07 00:00:00+00:00,43911
2024-10-08 00:00:00+00:00,43924
2024-10-09 00:00:00+00:00,43936
2024-10-10 00:00:00+00:00,43948
2024-10-11 00:00:00+00:00,43957
2024-10-12 00:00:00+00:00,43973
2024-10-13 00:00:00+00:00,43976
2024-10-14 00:00:00+00:00,43992
2024-10-15 00:00:00+00:00,44006
2024-10-16 00:00:00+00:00,44024
2024-10-17 00:00:00+00:00,44030
2024-10-18 00:00:00+00:00,44040
2024-10-19 00:00:00+00:00,44049
2024-10-20 00:00:00+00:00,44059
2024-10-21 00:00:00+00:00,44071
2024-10-22 00:00:00+00:00,44081
2024-10-23 00:00:00+00:00,44089
2024-10-24 00:00:00+00:00,44108
2024-10-25 00:00:00+00:00,44124
2024-10-26 00:00:00+00:00,44136
2024-10-27 00:00:00+00:00,44150
2024-10-28 00:00:00+00:00,44163
2024-10-29 00:00:00+00:00,44173
2024-10-30 00:00:00+00:00,44184
2024-10-31 00:00:00+00:00,44195
2024-11-01 00:00:00+00:00,44206
2024-11-02 00:00:00+00:00,44219
2024-11-03 00:00:00+00:00,44224
2024-11-04 00:00:00+00:00,44229
2024-11-05 00:00:00+00:00,44241
2024-11-06 00:00:00+00:00,44249
2024-11-07 00:00:00+00:00,44266
2024-11-08 00:00:00+00:00,44273
2024-11-09 00:00:00+00:00,44288
2024-11-10 00:00:00+00:00,44296
2024-11-11 00:00:00+00:00,44309
2024-11-12 00:00:00+00:00,44328
2024-11-13 00:00:00+00:00,44342
2024-11-14 00:00:00+00:00,44354
2024-11-15 00:00:00+00:00,44363
2024-11-16 00:00:00+00:00,44370
2024-11-17 00:00:00+00:00,44383
2024-11-18 00:00:00+00:00,44394
2024-11-19 00:00:00+00:00,44408
2024-11-20 00:00:00+00:00,44428
2024-11-21 00:00:00+00:00,44445
2024-11-22 00:00:00+00:00,44456
2024-11-23 00:00:00+00:00,44471
2024-11-24 00:00:00+00:00,44482
2024-11-25 00:00:00+00:00,44497
2024-11-26 00:00:00+00:00,44507
2024-11-27 00:00:00+00:00,44518
2024-11-28 00:00:00+00:00,44531
2024-11-29 00:00:00+00:00,44537
2024-11-30 00:00:00+00:00,44542
2024-12-01 00:00:00+00:00,44551
2024-12-02 00:00:00+00:00,44561
2024-12-03 00:00:00+00:00,44580
2024-12-04 00:00:00+00:00,44597
2024-12-05 00:00:00+00:00,44613
2024-12-06 00:00:00+00:00,44628
2024-12-07 00:00:00+00:00,44636
2024-12-08 00:00:00+00:00,44649
2024-12-09 00:00:00+00:00,44664
2024-12-10 00:00:00+00:00,44674
2024-12-11 00:00:00+00:00,44684
2024-12-12 00:00:00+00:00,44694
2024-12-13 00:00:00+00:00,44704
2024-12-14 00:00:00+00:00,44719
2024-12-15 00:00:00+00:00,44731
2024-12-16 00:00:00+00:00,44741
2024-12-17 00:00:00+00:00,44758
2024-12-18 00:00:00+00:00,44771
2024-12-19 00:00:00+00:00,44784
2024-12-20 00:00:00+00:00,44796
2024-12-21 00:00:00+00:00,44801
2024-12-22 00:00:00+00:00,44814
2024-12-23 00:00:00+00:00,44833
2024-12-24 00:00:00+00:00,44859
2024-12-25 00:00:00+00:00,44883
2024-12-26 00:00:00+00:00,44899
2024-12-27 00:00:00+00:00,44919
2024-12-28 00:00:00+00:00,44936
2024-12-29 00:00:00+00:00,44949
2024-12-30 00:00:00+00:00,44958
2024-12-31 00:00:00+00:00,44971
2025-01-01 00:00:00+00:00,44975
2025-01-02 00:00:00+00:00,44993
2025-01-03 00:00:00+00:00,45012
2025-01-04 00:00:00+00:00,45023
2025-01-05 00:00:00+00:00,45038
2025-01-06 00:00:00+00:00,45059
2025-01-07 00:00:00+00:00,45075
2025-01-08 00:00:00+00:00,45086
2025-01-09 00:00:00+00:00,45104
2025-01-10 00:00:00+00:00,45120
2025-01-11 00:00:00+00:00,45132
2025-01-12 00:00:00+00:00,45147
2025-01-13 00:00:00+00:00,45163
2025-01-14 00:00:00+00:00,45197
2025-01-15 00:00:00+00:00,45212
2025-01-16 00:00:00+00:00,45233
2025-01-17 00:00:00+00:00,45247
2025-01-18 00:00:00+00:00,45261
2025-01-19 00:00:00+00:00,45269
2025-01-20 00:00:00+00:00,45289
2025-01-21 00:00:00+00:00,45303
1 time_iso8601 forks_cumulative
2 2023-03-16 00:00:00+00:00 1
3 2023-03-17 00:00:00+00:00 2
4 2023-03-18 00:00:00+00:00 4
5 2023-03-20 00:00:00+00:00 6
6 2023-03-28 00:00:00+00:00 8
7 2023-03-29 00:00:00+00:00 11
8 2023-03-30 00:00:00+00:00 14
9 2023-03-31 00:00:00+00:00 18
10 2023-04-01 00:00:00+00:00 24
11 2023-04-02 00:00:00+00:00 102
12 2023-04-03 00:00:00+00:00 361
13 2023-04-04 00:00:00+00:00 606
14 2023-04-05 00:00:00+00:00 881
15 2023-04-06 00:00:00+00:00 1181
16 2023-04-07 00:00:00+00:00 1505
17 2023-04-08 00:00:00+00:00 1794
18 2023-04-09 00:00:00+00:00 2057
19 2023-04-10 00:00:00+00:00 2389
20 2023-04-11 00:00:00+00:00 2820
21 2023-04-12 00:00:00+00:00 3810
22 2023-04-13 00:00:00+00:00 5566
23 2023-04-14 00:00:00+00:00 7559
24 2023-04-15 00:00:00+00:00 8920
25 2023-04-16 00:00:00+00:00 10036
26 2023-04-17 00:00:00+00:00 11439
27 2023-04-18 00:00:00+00:00 12400
28 2023-04-19 00:00:00+00:00 13111
29 2023-04-20 00:00:00+00:00 13732
30 2023-04-21 00:00:00+00:00 14250
31 2023-04-22 00:00:00+00:00 14687
32 2023-04-23 00:00:00+00:00 15332
33 2023-04-24 00:00:00+00:00 16718
34 2023-04-25 00:00:00+00:00 17744
35 2023-04-26 00:00:00+00:00 18396
36 2023-04-27 00:00:00+00:00 19269
37 2023-04-28 00:00:00+00:00 19804
38 2023-04-29 00:00:00+00:00 20125
39 2023-04-30 00:00:00+00:00 20409
40 2023-05-01 00:00:00+00:00 20694
41 2023-05-02 00:00:00+00:00 20983
42 2023-05-03 00:00:00+00:00 21309
43 2023-05-04 00:00:00+00:00 21659
44 2023-05-05 00:00:00+00:00 21962
45 2023-05-06 00:00:00+00:00 22272
46 2023-05-07 00:00:00+00:00 22514
47 2023-05-08 00:00:00+00:00 22756
48 2023-05-09 00:00:00+00:00 22958
49 2023-05-10 00:00:00+00:00 23161
50 2023-05-11 00:00:00+00:00 23326
51 2023-05-12 00:00:00+00:00 23476
52 2023-05-13 00:00:00+00:00 23599
53 2023-05-14 00:00:00+00:00 23737
54 2023-05-15 00:00:00+00:00 23894
55 2023-05-16 00:00:00+00:00 24034
56 2023-05-17 00:00:00+00:00 24169
57 2023-05-18 00:00:00+00:00 24305
58 2023-05-19 00:00:00+00:00 24427
59 2023-05-20 00:00:00+00:00 24530
60 2023-05-21 00:00:00+00:00 24612
61 2023-05-22 00:00:00+00:00 24786
62 2023-05-23 00:00:00+00:00 24907
63 2023-05-24 00:00:00+00:00 25023
64 2023-05-25 00:00:00+00:00 25151
65 2023-05-26 00:00:00+00:00 25270
66 2023-05-27 00:00:00+00:00 25357
67 2023-05-28 00:00:00+00:00 25429
68 2023-05-29 00:00:00+00:00 25517
69 2023-05-30 00:00:00+00:00 25607
70 2023-05-31 00:00:00+00:00 25694
71 2023-06-01 00:00:00+00:00 25751
72 2023-06-02 00:00:00+00:00 25828
73 2023-06-03 00:00:00+00:00 25905
74 2023-06-04 00:00:00+00:00 25962
75 2023-06-05 00:00:00+00:00 26063
76 2023-06-06 00:00:00+00:00 26149
77 2023-06-07 00:00:00+00:00 26220
78 2023-06-08 00:00:00+00:00 26300
79 2023-06-09 00:00:00+00:00 26362
80 2023-06-10 00:00:00+00:00 26410
81 2023-06-11 00:00:00+00:00 26468
82 2023-06-12 00:00:00+00:00 26531
83 2023-06-13 00:00:00+00:00 26619
84 2023-06-14 00:00:00+00:00 26680
85 2023-06-15 00:00:00+00:00 26741
86 2023-06-16 00:00:00+00:00 26788
87 2023-06-17 00:00:00+00:00 26831
88 2023-06-18 00:00:00+00:00 26876
89 2023-06-19 00:00:00+00:00 26934
90 2023-06-20 00:00:00+00:00 26993
91 2023-06-21 00:00:00+00:00 27059
92 2023-06-22 00:00:00+00:00 27099
93 2023-06-23 00:00:00+00:00 27134
94 2023-06-24 00:00:00+00:00 27173
95 2023-06-25 00:00:00+00:00 27232
96 2023-06-26 00:00:00+00:00 27294
97 2023-06-27 00:00:00+00:00 27336
98 2023-06-28 00:00:00+00:00 27396
99 2023-06-29 00:00:00+00:00 27434
100 2023-06-30 00:00:00+00:00 27475
101 2023-07-01 00:00:00+00:00 27512
102 2023-07-02 00:00:00+00:00 27554
103 2023-07-03 00:00:00+00:00 27608
104 2023-07-04 00:00:00+00:00 27647
105 2023-07-05 00:00:00+00:00 27699
106 2023-07-06 00:00:00+00:00 27760
107 2023-07-07 00:00:00+00:00 27804
108 2023-07-08 00:00:00+00:00 27832
109 2023-07-09 00:00:00+00:00 27876
110 2023-07-10 00:00:00+00:00 27925
111 2023-07-11 00:00:00+00:00 27964
112 2023-07-12 00:00:00+00:00 28002
113 2023-07-13 00:00:00+00:00 28034
114 2023-07-14 00:00:00+00:00 28070
115 2023-07-15 00:00:00+00:00 28099
116 2023-07-16 00:00:00+00:00 28133
117 2023-07-17 00:00:00+00:00 28169
118 2023-07-18 00:00:00+00:00 28212
119 2023-07-19 00:00:00+00:00 28249
120 2023-07-20 00:00:00+00:00 28277
121 2023-07-21 00:00:00+00:00 28314
122 2023-07-22 00:00:00+00:00 28330
123 2023-07-23 00:00:00+00:00 28350
124 2023-07-24 00:00:00+00:00 28380
125 2023-07-25 00:00:00+00:00 28406
126 2023-07-26 00:00:00+00:00 28444
127 2023-07-27 00:00:00+00:00 28468
128 2023-07-28 00:00:00+00:00 28493
129 2023-07-29 00:00:00+00:00 28517
130 2023-07-30 00:00:00+00:00 28537
131 2023-07-31 00:00:00+00:00 28568
132 2023-08-01 00:00:00+00:00 28602
133 2023-08-02 00:00:00+00:00 28626
134 2023-08-03 00:00:00+00:00 28664
135 2023-08-04 00:00:00+00:00 28688
136 2023-08-05 00:00:00+00:00 28708
137 2023-08-06 00:00:00+00:00 28727
138 2023-08-07 00:00:00+00:00 28748
139 2023-08-08 00:00:00+00:00 28774
140 2023-08-09 00:00:00+00:00 28794
141 2023-08-10 00:00:00+00:00 28811
142 2023-08-11 00:00:00+00:00 28838
143 2023-08-12 00:00:00+00:00 28853
144 2023-08-13 00:00:00+00:00 28868
145 2023-08-14 00:00:00+00:00 28881
146 2023-08-15 00:00:00+00:00 28904
147 2023-08-16 00:00:00+00:00 28928
148 2023-08-17 00:00:00+00:00 28961
149 2023-08-18 00:00:00+00:00 28976
150 2023-08-19 00:00:00+00:00 28988
151 2023-08-20 00:00:00+00:00 29005
152 2023-08-21 00:00:00+00:00 29022
153 2023-08-22 00:00:00+00:00 29038
154 2023-08-23 00:00:00+00:00 29058
155 2023-08-24 00:00:00+00:00 29071
156 2023-08-25 00:00:00+00:00 29089
157 2023-08-26 00:00:00+00:00 29107
158 2023-08-27 00:00:00+00:00 29118
159 2023-08-28 00:00:00+00:00 29146
160 2023-08-29 00:00:00+00:00 29168
161 2023-08-30 00:00:00+00:00 29189
162 2023-08-31 00:00:00+00:00 29209
163 2023-09-01 00:00:00+00:00 29228
164 2023-09-02 00:00:00+00:00 29246
165 2023-09-03 00:00:00+00:00 29255
166 2023-09-04 00:00:00+00:00 29271
167 2023-09-05 00:00:00+00:00 29286
168 2023-09-06 00:00:00+00:00 29305
169 2023-09-07 00:00:00+00:00 29323
170 2023-09-08 00:00:00+00:00 29341
171 2023-09-09 00:00:00+00:00 29359
172 2023-09-10 00:00:00+00:00 29376
173 2023-09-11 00:00:00+00:00 29390
174 2023-09-12 00:00:00+00:00 29414
175 2023-09-13 00:00:00+00:00 29437
176 2023-09-14 00:00:00+00:00 29457
177 2023-09-15 00:00:00+00:00 29474
178 2023-09-16 00:00:00+00:00 29488
179 2023-09-17 00:00:00+00:00 29507
180 2023-09-18 00:00:00+00:00 29538
181 2023-09-19 00:00:00+00:00 29576
182 2023-09-20 00:00:00+00:00 29617
183 2023-09-21 00:00:00+00:00 29653
184 2023-09-22 00:00:00+00:00 29683
185 2023-09-23 00:00:00+00:00 29720
186 2023-09-24 00:00:00+00:00 29755
187 2023-09-25 00:00:00+00:00 29814
188 2023-09-26 00:00:00+00:00 29891
189 2023-09-27 00:00:00+00:00 29981
190 2023-09-28 00:00:00+00:00 30072
191 2023-09-29 00:00:00+00:00 30169
192 2023-09-30 00:00:00+00:00 30238
193 2023-10-01 00:00:00+00:00 30310
194 2023-10-02 00:00:00+00:00 30387
195 2023-10-03 00:00:00+00:00 30472
196 2023-10-04 00:00:00+00:00 30553
197 2023-10-05 00:00:00+00:00 30628
198 2023-10-06 00:00:00+00:00 30702
199 2023-10-07 00:00:00+00:00 30778
200 2023-10-08 00:00:00+00:00 30853
201 2023-10-09 00:00:00+00:00 30953
202 2023-10-10 00:00:00+00:00 31041
203 2023-10-11 00:00:00+00:00 31139
204 2023-10-12 00:00:00+00:00 31215
205 2023-10-13 00:00:00+00:00 31289
206 2023-10-14 00:00:00+00:00 31353
207 2023-10-15 00:00:00+00:00 31406
208 2023-10-16 00:00:00+00:00 31492
209 2023-10-17 00:00:00+00:00 31547
210 2023-10-18 00:00:00+00:00 31630
211 2023-10-19 00:00:00+00:00 31723
212 2023-10-20 00:00:00+00:00 31806
213 2023-10-21 00:00:00+00:00 31864
214 2023-10-22 00:00:00+00:00 31925
215 2023-10-23 00:00:00+00:00 32036
216 2023-10-24 00:00:00+00:00 32133
217 2023-10-25 00:00:00+00:00 32227
218 2023-10-26 00:00:00+00:00 32333
219 2023-10-27 00:00:00+00:00 32413
220 2023-10-28 00:00:00+00:00 32474
221 2023-10-29 00:00:00+00:00 32522
222 2023-10-30 00:00:00+00:00 32602
223 2023-10-31 00:00:00+00:00 32676
224 2023-11-01 00:00:00+00:00 32756
225 2023-11-02 00:00:00+00:00 32852
226 2023-11-03 00:00:00+00:00 32930
227 2023-11-04 00:00:00+00:00 32989
228 2023-11-05 00:00:00+00:00 33053
229 2023-11-06 00:00:00+00:00 33120
230 2023-11-07 00:00:00+00:00 33207
231 2023-11-08 00:00:00+00:00 33280
232 2023-11-09 00:00:00+00:00 33338
233 2023-11-10 00:00:00+00:00 33390
234 2023-11-11 00:00:00+00:00 33445
235 2023-11-12 00:00:00+00:00 33496
236 2023-11-13 00:00:00+00:00 33557
237 2023-11-14 00:00:00+00:00 33632
238 2023-11-15 00:00:00+00:00 33691
239 2023-11-16 00:00:00+00:00 33752
240 2023-11-17 00:00:00+00:00 33805
241 2023-11-18 00:00:00+00:00 33853
242 2023-11-19 00:00:00+00:00 33908
243 2023-11-20 00:00:00+00:00 33991
244 2023-11-21 00:00:00+00:00 34066
245 2023-11-22 00:00:00+00:00 34131
246 2023-11-23 00:00:00+00:00 34199
247 2023-11-24 00:00:00+00:00 34248
248 2023-11-25 00:00:00+00:00 34284
249 2023-11-26 00:00:00+00:00 34327
250 2023-11-27 00:00:00+00:00 34387
251 2023-11-28 00:00:00+00:00 34440
252 2023-11-29 00:00:00+00:00 34498
253 2023-11-30 00:00:00+00:00 34548
254 2023-12-01 00:00:00+00:00 34594
255 2023-12-02 00:00:00+00:00 34648
256 2023-12-03 00:00:00+00:00 34698
257 2023-12-04 00:00:00+00:00 34747
258 2023-12-05 00:00:00+00:00 34805
259 2023-12-06 00:00:00+00:00 34860
260 2023-12-07 00:00:00+00:00 34923
261 2023-12-08 00:00:00+00:00 34964
262 2023-12-09 00:00:00+00:00 35006
263 2023-12-10 00:00:00+00:00 35055
264 2023-12-11 00:00:00+00:00 35105
265 2023-12-12 00:00:00+00:00 35146
266 2023-12-13 00:00:00+00:00 35208
267 2023-12-14 00:00:00+00:00 35253
268 2023-12-15 00:00:00+00:00 35311
269 2023-12-16 00:00:00+00:00 35347
270 2023-12-17 00:00:00+00:00 35380
271 2023-12-18 00:00:00+00:00 35434
272 2023-12-19 00:00:00+00:00 35478
273 2023-12-20 00:00:00+00:00 35519
274 2023-12-21 00:00:00+00:00 35566
275 2023-12-22 00:00:00+00:00 35601
276 2023-12-23 00:00:00+00:00 35634
277 2023-12-24 00:00:00+00:00 35664
278 2023-12-25 00:00:00+00:00 35700
279 2023-12-26 00:00:00+00:00 35751
280 2023-12-27 00:00:00+00:00 35807
281 2023-12-28 00:00:00+00:00 35844
282 2023-12-29 00:00:00+00:00 35874
283 2023-12-30 00:00:00+00:00 35899
284 2023-12-31 00:00:00+00:00 35918
285 2024-01-01 00:00:00+00:00 35944
286 2024-01-02 00:00:00+00:00 35996
287 2024-01-03 00:00:00+00:00 36048
288 2024-01-04 00:00:00+00:00 36094
289 2024-01-05 00:00:00+00:00 36130
290 2024-01-06 00:00:00+00:00 36162
291 2024-01-07 00:00:00+00:00 36192
292 2024-01-08 00:00:00+00:00 36222
293 2024-01-09 00:00:00+00:00 36261
294 2024-01-10 00:00:00+00:00 36299
295 2024-01-11 00:00:00+00:00 36336
296 2024-01-12 00:00:00+00:00 36371
297 2024-01-13 00:00:00+00:00 36403
298 2024-01-14 00:00:00+00:00 36442
299 2024-01-15 00:00:00+00:00 36488
300 2024-01-16 00:00:00+00:00 36526
301 2024-01-17 00:00:00+00:00 36560
302 2024-01-18 00:00:00+00:00 36603
303 2024-01-19 00:00:00+00:00 36643
304 2024-01-20 00:00:00+00:00 36669
305 2024-01-21 00:00:00+00:00 36702
306 2024-01-22 00:00:00+00:00 36732
307 2024-01-23 00:00:00+00:00 36783
308 2024-01-24 00:00:00+00:00 36823
309 2024-01-25 00:00:00+00:00 36857
310 2024-01-26 00:00:00+00:00 36886
311 2024-01-27 00:00:00+00:00 36914
312 2024-01-28 00:00:00+00:00 36948
313 2024-01-29 00:00:00+00:00 36982
314 2024-01-30 00:00:00+00:00 37026
315 2024-01-31 00:00:00+00:00 37058
316 2024-02-01 00:00:00+00:00 37091
317 2024-02-02 00:00:00+00:00 37116
318 2024-02-03 00:00:00+00:00 37145
319 2024-02-04 00:00:00+00:00 37183
320 2024-02-05 00:00:00+00:00 37225
321 2024-02-06 00:00:00+00:00 37265
322 2024-02-07 00:00:00+00:00 37301
323 2024-02-08 00:00:00+00:00 37329
324 2024-02-09 00:00:00+00:00 37361
325 2024-02-10 00:00:00+00:00 37383
326 2024-02-11 00:00:00+00:00 37408
327 2024-02-12 00:00:00+00:00 37432
328 2024-02-13 00:00:00+00:00 37457
329 2024-02-14 00:00:00+00:00 37486
330 2024-02-15 00:00:00+00:00 37518
331 2024-02-16 00:00:00+00:00 37551
332 2024-02-17 00:00:00+00:00 37580
333 2024-02-18 00:00:00+00:00 37609
334 2024-02-19 00:00:00+00:00 37652
335 2024-02-20 00:00:00+00:00 37690
336 2024-02-21 00:00:00+00:00 37743
337 2024-02-22 00:00:00+00:00 37785
338 2024-02-23 00:00:00+00:00 37832
339 2024-02-24 00:00:00+00:00 37877
340 2024-02-25 00:00:00+00:00 37925
341 2024-02-26 00:00:00+00:00 37975
342 2024-02-27 00:00:00+00:00 38029
343 2024-02-28 00:00:00+00:00 38083
344 2024-02-29 00:00:00+00:00 38135
345 2024-03-01 00:00:00+00:00 38188
346 2024-03-02 00:00:00+00:00 38220
347 2024-03-03 00:00:00+00:00 38248
348 2024-03-04 00:00:00+00:00 38298
349 2024-03-05 00:00:00+00:00 38340
350 2024-03-06 00:00:00+00:00 38390
351 2024-03-07 00:00:00+00:00 38427
352 2024-03-08 00:00:00+00:00 38455
353 2024-03-09 00:00:00+00:00 38486
354 2024-03-10 00:00:00+00:00 38520
355 2024-03-11 00:00:00+00:00 38561
356 2024-03-12 00:00:00+00:00 38598
357 2024-03-13 00:00:00+00:00 38646
358 2024-03-14 00:00:00+00:00 38717
359 2024-03-15 00:00:00+00:00 38771
360 2024-03-16 00:00:00+00:00 38805
361 2024-03-17 00:00:00+00:00 38841
362 2024-03-18 00:00:00+00:00 38885
363 2024-03-19 00:00:00+00:00 38941
364 2024-03-20 00:00:00+00:00 38990
365 2024-03-21 00:00:00+00:00 39033
366 2024-03-22 00:00:00+00:00 39066
367 2024-03-23 00:00:00+00:00 39103
368 2024-03-24 00:00:00+00:00 39132
369 2024-03-25 00:00:00+00:00 39179
370 2024-03-26 00:00:00+00:00 39224
371 2024-03-27 00:00:00+00:00 39270
372 2024-03-28 00:00:00+00:00 39317
373 2024-03-29 00:00:00+00:00 39362
374 2024-03-30 00:00:00+00:00 39401
375 2024-03-31 00:00:00+00:00 39433
376 2024-04-01 00:00:00+00:00 39479
377 2024-04-02 00:00:00+00:00 39522
378 2024-04-03 00:00:00+00:00 39570
379 2024-04-04 00:00:00+00:00 39614
380 2024-04-05 00:00:00+00:00 39640
381 2024-04-06 00:00:00+00:00 39668
382 2024-04-07 00:00:00+00:00 39704
383 2024-04-08 00:00:00+00:00 39742
384 2024-04-09 00:00:00+00:00 39767
385 2024-04-10 00:00:00+00:00 39805
386 2024-04-11 00:00:00+00:00 39833
387 2024-04-12 00:00:00+00:00 39863
388 2024-04-13 00:00:00+00:00 39889
389 2024-04-14 00:00:00+00:00 39913
390 2024-04-15 00:00:00+00:00 39954
391 2024-04-16 00:00:00+00:00 40011
392 2024-04-17 00:00:00+00:00 40061
393 2024-04-18 00:00:00+00:00 40118
394 2024-04-19 00:00:00+00:00 40150
395 2024-04-20 00:00:00+00:00 40175
396 2024-04-21 00:00:00+00:00 40209
397 2024-04-22 00:00:00+00:00 40251
398 2024-04-23 00:00:00+00:00 40309
399 2024-04-24 00:00:00+00:00 40350
400 2024-04-25 00:00:00+00:00 40377
401 2024-04-26 00:00:00+00:00 40398
402 2024-04-27 00:00:00+00:00 40428
403 2024-04-28 00:00:00+00:00 40456
404 2024-04-29 00:00:00+00:00 40492
405 2024-04-30 00:00:00+00:00 40527
406 2024-05-01 00:00:00+00:00 40557
407 2024-05-02 00:00:00+00:00 40585
408 2024-05-03 00:00:00+00:00 40607
409 2024-05-04 00:00:00+00:00 40634
410 2024-05-05 00:00:00+00:00 40656
411 2024-05-06 00:00:00+00:00 40681
412 2024-05-07 00:00:00+00:00 40720
413 2024-05-08 00:00:00+00:00 40751
414 2024-05-09 00:00:00+00:00 40776
415 2024-05-10 00:00:00+00:00 40800
416 2024-05-11 00:00:00+00:00 40829
417 2024-05-12 00:00:00+00:00 40852
418 2024-05-13 00:00:00+00:00 40880
419 2024-05-14 00:00:00+00:00 40913
420 2024-05-15 00:00:00+00:00 40960
421 2024-05-16 00:00:00+00:00 41010
422 2024-05-17 00:00:00+00:00 41039
423 2024-05-18 00:00:00+00:00 41065
424 2024-05-19 00:00:00+00:00 41105
425 2024-05-20 00:00:00+00:00 41138
426 2024-05-21 00:00:00+00:00 41179
427 2024-05-22 00:00:00+00:00 41221
428 2024-05-23 00:00:00+00:00 41250
429 2024-05-24 00:00:00+00:00 41283
430 2024-05-25 00:00:00+00:00 41308
431 2024-05-26 00:00:00+00:00 41339
432 2024-05-27 00:00:00+00:00 41366
433 2024-05-28 00:00:00+00:00 41399
434 2024-05-29 00:00:00+00:00 41434
435 2024-05-30 00:00:00+00:00 41465
436 2024-05-31 00:00:00+00:00 41486
437 2024-06-01 00:00:00+00:00 41516
438 2024-06-02 00:00:00+00:00 41537
439 2024-06-03 00:00:00+00:00 41566
440 2024-06-04 00:00:00+00:00 41598
441 2024-06-05 00:00:00+00:00 41642
442 2024-06-06 00:00:00+00:00 41680
443 2024-06-07 00:00:00+00:00 41703
444 2024-06-08 00:00:00+00:00 41727
445 2024-06-09 00:00:00+00:00 41763
446 2024-06-10 00:00:00+00:00 41789
447 2024-06-11 00:00:00+00:00 41823
448 2024-06-12 00:00:00+00:00 41856
449 2024-06-13 00:00:00+00:00 41874
450 2024-06-14 00:00:00+00:00 41894
451 2024-06-15 00:00:00+00:00 41902
452 2024-06-16 00:00:00+00:00 41911
453 2024-06-17 00:00:00+00:00 41937
454 2024-06-18 00:00:00+00:00 41964
455 2024-06-19 00:00:00+00:00 41987
456 2024-06-20 00:00:00+00:00 42013
457 2024-06-21 00:00:00+00:00 42040
458 2024-06-22 00:00:00+00:00 42052
459 2024-06-23 00:00:00+00:00 42067
460 2024-06-24 00:00:00+00:00 42083
461 2024-06-25 00:00:00+00:00 42114
462 2024-06-26 00:00:00+00:00 42126
463 2024-06-27 00:00:00+00:00 42142
464 2024-06-28 00:00:00+00:00 42157
465 2024-06-29 00:00:00+00:00 42176
466 2024-06-30 00:00:00+00:00 42185
467 2024-07-01 00:00:00+00:00 42207
468 2024-07-02 00:00:00+00:00 42242
469 2024-07-03 00:00:00+00:00 42265
470 2024-07-04 00:00:00+00:00 42285
471 2024-07-05 00:00:00+00:00 42303
472 2024-07-06 00:00:00+00:00 42324
473 2024-07-07 00:00:00+00:00 42338
474 2024-07-08 00:00:00+00:00 42361
475 2024-07-09 00:00:00+00:00 42398
476 2024-07-10 00:00:00+00:00 42435
477 2024-07-11 00:00:00+00:00 42467
478 2024-07-12 00:00:00+00:00 42500
479 2024-07-13 00:00:00+00:00 42526
480 2024-07-14 00:00:00+00:00 42566
481 2024-07-15 00:00:00+00:00 42596
482 2024-07-16 00:00:00+00:00 42629
483 2024-07-17 00:00:00+00:00 42654
484 2024-07-18 00:00:00+00:00 42701
485 2024-07-19 00:00:00+00:00 42731
486 2024-07-20 00:00:00+00:00 42743
487 2024-07-21 00:00:00+00:00 42767
488 2024-07-22 00:00:00+00:00 42780
489 2024-07-23 00:00:00+00:00 42795
490 2024-07-24 00:00:00+00:00 42821
491 2024-07-25 00:00:00+00:00 42837
492 2024-07-26 00:00:00+00:00 42855
493 2024-07-27 00:00:00+00:00 42871
494 2024-07-28 00:00:00+00:00 42882
495 2024-07-29 00:00:00+00:00 42903
496 2024-07-30 00:00:00+00:00 42926
497 2024-07-31 00:00:00+00:00 42940
498 2024-08-01 00:00:00+00:00 42963
499 2024-08-02 00:00:00+00:00 42984
500 2024-08-03 00:00:00+00:00 42992
501 2024-08-04 00:00:00+00:00 43006
502 2024-08-05 00:00:00+00:00 43020
503 2024-08-06 00:00:00+00:00 43035
504 2024-08-07 00:00:00+00:00 43055
505 2024-08-08 00:00:00+00:00 43074
506 2024-08-09 00:00:00+00:00 43087
507 2024-08-10 00:00:00+00:00 43098
508 2024-08-11 00:00:00+00:00 43108
509 2024-08-12 00:00:00+00:00 43119
510 2024-08-13 00:00:00+00:00 43136
511 2024-08-14 00:00:00+00:00 43165
512 2024-08-15 00:00:00+00:00 43186
513 2024-08-16 00:00:00+00:00 43205
514 2024-08-17 00:00:00+00:00 43212
515 2024-08-18 00:00:00+00:00 43227
516 2024-08-19 00:00:00+00:00 43236
517 2024-08-20 00:00:00+00:00 43249
518 2024-08-21 00:00:00+00:00 43261
519 2024-08-22 00:00:00+00:00 43276
520 2024-08-23 00:00:00+00:00 43285
521 2024-08-24 00:00:00+00:00 43292
522 2024-08-25 00:00:00+00:00 43304
523 2024-08-26 00:00:00+00:00 43319
524 2024-08-27 00:00:00+00:00 43329
525 2024-08-28 00:00:00+00:00 43345
526 2024-08-29 00:00:00+00:00 43360
527 2024-08-30 00:00:00+00:00 43368
528 2024-08-31 00:00:00+00:00 43377
529 2024-09-01 00:00:00+00:00 43385
530 2024-09-02 00:00:00+00:00 43402
531 2024-09-03 00:00:00+00:00 43417
532 2024-09-04 00:00:00+00:00 43433
533 2024-09-05 00:00:00+00:00 43438
534 2024-09-06 00:00:00+00:00 43452
535 2024-09-07 00:00:00+00:00 43465
536 2024-09-08 00:00:00+00:00 43476
537 2024-09-09 00:00:00+00:00 43487
538 2024-09-10 00:00:00+00:00 43493
539 2024-09-11 00:00:00+00:00 43501
540 2024-09-12 00:00:00+00:00 43517
541 2024-09-13 00:00:00+00:00 43532
542 2024-09-14 00:00:00+00:00 43543
543 2024-09-15 00:00:00+00:00 43566
544 2024-09-16 00:00:00+00:00 43581
545 2024-09-17 00:00:00+00:00 43594
546 2024-09-18 00:00:00+00:00 43619
547 2024-09-19 00:00:00+00:00 43650
548 2024-09-20 00:00:00+00:00 43672
549 2024-09-21 00:00:00+00:00 43683
550 2024-09-22 00:00:00+00:00 43705
551 2024-09-23 00:00:00+00:00 43729
552 2024-09-24 00:00:00+00:00 43748
553 2024-09-25 00:00:00+00:00 43768
554 2024-09-26 00:00:00+00:00 43778
555 2024-09-27 00:00:00+00:00 43788
556 2024-09-28 00:00:00+00:00 43797
557 2024-09-29 00:00:00+00:00 43809
558 2024-09-30 00:00:00+00:00 43821
559 2024-10-01 00:00:00+00:00 43830
560 2024-10-02 00:00:00+00:00 43846
561 2024-10-03 00:00:00+00:00 43867
562 2024-10-04 00:00:00+00:00 43875
563 2024-10-05 00:00:00+00:00 43884
564 2024-10-06 00:00:00+00:00 43898
565 2024-10-07 00:00:00+00:00 43911
566 2024-10-08 00:00:00+00:00 43924
567 2024-10-09 00:00:00+00:00 43936
568 2024-10-10 00:00:00+00:00 43948
569 2024-10-11 00:00:00+00:00 43957
570 2024-10-12 00:00:00+00:00 43973
571 2024-10-13 00:00:00+00:00 43976
572 2024-10-14 00:00:00+00:00 43992
573 2024-10-15 00:00:00+00:00 44006
574 2024-10-16 00:00:00+00:00 44024
575 2024-10-17 00:00:00+00:00 44030
576 2024-10-18 00:00:00+00:00 44040
577 2024-10-19 00:00:00+00:00 44049
578 2024-10-20 00:00:00+00:00 44059
579 2024-10-21 00:00:00+00:00 44071
580 2024-10-22 00:00:00+00:00 44081
581 2024-10-23 00:00:00+00:00 44089
582 2024-10-24 00:00:00+00:00 44108
583 2024-10-25 00:00:00+00:00 44124
584 2024-10-26 00:00:00+00:00 44136
585 2024-10-27 00:00:00+00:00 44150
586 2024-10-28 00:00:00+00:00 44163
587 2024-10-29 00:00:00+00:00 44173
588 2024-10-30 00:00:00+00:00 44184
589 2024-10-31 00:00:00+00:00 44195
590 2024-11-01 00:00:00+00:00 44206
591 2024-11-02 00:00:00+00:00 44219
592 2024-11-03 00:00:00+00:00 44224
593 2024-11-04 00:00:00+00:00 44229
594 2024-11-05 00:00:00+00:00 44241
595 2024-11-06 00:00:00+00:00 44249
596 2024-11-07 00:00:00+00:00 44266
597 2024-11-08 00:00:00+00:00 44273
598 2024-11-09 00:00:00+00:00 44288
599 2024-11-10 00:00:00+00:00 44296
600 2024-11-11 00:00:00+00:00 44309
601 2024-11-12 00:00:00+00:00 44328
602 2024-11-13 00:00:00+00:00 44342
603 2024-11-14 00:00:00+00:00 44354
604 2024-11-15 00:00:00+00:00 44363
605 2024-11-16 00:00:00+00:00 44370
606 2024-11-17 00:00:00+00:00 44383
607 2024-11-18 00:00:00+00:00 44394
608 2024-11-19 00:00:00+00:00 44408
609 2024-11-20 00:00:00+00:00 44428
610 2024-11-21 00:00:00+00:00 44445
611 2024-11-22 00:00:00+00:00 44456
612 2024-11-23 00:00:00+00:00 44471
613 2024-11-24 00:00:00+00:00 44482
614 2024-11-25 00:00:00+00:00 44497
615 2024-11-26 00:00:00+00:00 44507
616 2024-11-27 00:00:00+00:00 44518
617 2024-11-28 00:00:00+00:00 44531
618 2024-11-29 00:00:00+00:00 44537
619 2024-11-30 00:00:00+00:00 44542
620 2024-12-01 00:00:00+00:00 44551
621 2024-12-02 00:00:00+00:00 44561
622 2024-12-03 00:00:00+00:00 44580
623 2024-12-04 00:00:00+00:00 44597
624 2024-12-05 00:00:00+00:00 44613
625 2024-12-06 00:00:00+00:00 44628
626 2024-12-07 00:00:00+00:00 44636
627 2024-12-08 00:00:00+00:00 44649
628 2024-12-09 00:00:00+00:00 44664
629 2024-12-10 00:00:00+00:00 44674
630 2024-12-11 00:00:00+00:00 44684
631 2024-12-12 00:00:00+00:00 44694
632 2024-12-13 00:00:00+00:00 44704
633 2024-12-14 00:00:00+00:00 44719
634 2024-12-15 00:00:00+00:00 44731
635 2024-12-16 00:00:00+00:00 44741
636 2024-12-17 00:00:00+00:00 44758
637 2024-12-18 00:00:00+00:00 44771
638 2024-12-19 00:00:00+00:00 44784
639 2024-12-20 00:00:00+00:00 44796
640 2024-12-21 00:00:00+00:00 44801
641 2024-12-22 00:00:00+00:00 44814
642 2024-12-23 00:00:00+00:00 44833
643 2024-12-24 00:00:00+00:00 44859
644 2024-12-25 00:00:00+00:00 44883
645 2024-12-26 00:00:00+00:00 44899
646 2024-12-27 00:00:00+00:00 44919
647 2024-12-28 00:00:00+00:00 44936
648 2024-12-29 00:00:00+00:00 44949
649 2024-12-30 00:00:00+00:00 44958
650 2024-12-31 00:00:00+00:00 44971
651 2025-01-01 00:00:00+00:00 44975
652 2025-01-02 00:00:00+00:00 44993
653 2025-01-03 00:00:00+00:00 45012
654 2025-01-04 00:00:00+00:00 45023
655 2025-01-05 00:00:00+00:00 45038
656 2025-01-06 00:00:00+00:00 45059
657 2025-01-07 00:00:00+00:00 45075
658 2025-01-08 00:00:00+00:00 45086
659 2025-01-09 00:00:00+00:00 45104
660 2025-01-10 00:00:00+00:00 45120
661 2025-01-11 00:00:00+00:00 45132
662 2025-01-12 00:00:00+00:00 45147
663 2025-01-13 00:00:00+00:00 45163
664 2025-01-14 00:00:00+00:00 45197
665 2025-01-15 00:00:00+00:00 45212
666 2025-01-16 00:00:00+00:00 45233
667 2025-01-17 00:00:00+00:00 45247
668 2025-01-18 00:00:00+00:00 45261
669 2025-01-19 00:00:00+00:00 45269
670 2025-01-20 00:00:00+00:00 45289
671 2025-01-21 00:00:00+00:00 45303

View File

@ -0,0 +1,11 @@
url_path,views_total,views_unique
/Significant-Gravitas/Auto-GPT,59316,31101
/Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md,19205,5306
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt,8307,2126
/Significant-Gravitas/Auto-GPT/tree/master/frontend,6004,1798
/Significant-Gravitas/Auto-GPT/tree/master/autogpts,5763,1630
/Significant-Gravitas/Auto-GPT/releases/tag/v0.4.7,4663,2979
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt/autogpt,3603,792
/Significant-Gravitas/Auto-GPT/releases/tag/agbenchmark-v0.0.10,2727,1607
/Significant-Gravitas/Auto-GPT/tree/master/docs,2508,856
/Significant-Gravitas/Auto-GPT/blob/master/README.md,2496,789
1 url_path views_total views_unique
2 /Significant-Gravitas/Auto-GPT 59316 31101
3 /Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md 19205 5306
4 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt 8307 2126
5 /Significant-Gravitas/Auto-GPT/tree/master/frontend 6004 1798
6 /Significant-Gravitas/Auto-GPT/tree/master/autogpts 5763 1630
7 /Significant-Gravitas/Auto-GPT/releases/tag/v0.4.7 4663 2979
8 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt/autogpt 3603 792
9 /Significant-Gravitas/Auto-GPT/releases/tag/agbenchmark-v0.0.10 2727 1607
10 /Significant-Gravitas/Auto-GPT/tree/master/docs 2508 856
11 /Significant-Gravitas/Auto-GPT/blob/master/README.md 2496 789

View File

@ -0,0 +1,11 @@
referrer,views_total,views_unique
Google,73683,23326
github.com,18487,4024
docs.agpt.co,7266,1259
Bing,5666,1641
youtube.com,4404,1118
news.agpt.co,3849,1223
DuckDuckGo,1969,603
lablab.ai,1560,513
link.zhihu.com,1160,368
lilianweng.github.io,880,286
1 referrer views_total views_unique
2 Google 73683 23326
3 github.com 18487 4024
4 docs.agpt.co 7266 1259
5 Bing 5666 1641
6 youtube.com 4404 1118
7 news.agpt.co 3849 1223
8 DuckDuckGo 1969 603
9 lablab.ai 1560 513
10 link.zhihu.com 1160 368
11 lilianweng.github.io 880 286

View File

@ -0,0 +1,11 @@
url_path,views_total,views_unique
/Significant-Gravitas/Auto-GPT,60364,31483
/Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md,21011,5764
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt,8402,2186
/Significant-Gravitas/Auto-GPT/tree/master/frontend,6429,1899
/Significant-Gravitas/Auto-GPT/tree/master/autogpts,6384,1798
/Significant-Gravitas/Auto-GPT/releases/tag/v0.4.7,4129,2655
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt/autogpt,3694,820
/Significant-Gravitas/Auto-GPT/releases/tag/agbenchmark-v0.0.10,3124,1852
/Significant-Gravitas/Auto-GPT/tree/master/benchmark,2592,715
/Significant-Gravitas/Auto-GPT/tree/master/docs,2571,874
1 url_path views_total views_unique
2 /Significant-Gravitas/Auto-GPT 60364 31483
3 /Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md 21011 5764
4 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt 8402 2186
5 /Significant-Gravitas/Auto-GPT/tree/master/frontend 6429 1899
6 /Significant-Gravitas/Auto-GPT/tree/master/autogpts 6384 1798
7 /Significant-Gravitas/Auto-GPT/releases/tag/v0.4.7 4129 2655
8 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt/autogpt 3694 820
9 /Significant-Gravitas/Auto-GPT/releases/tag/agbenchmark-v0.0.10 3124 1852
10 /Significant-Gravitas/Auto-GPT/tree/master/benchmark 2592 715
11 /Significant-Gravitas/Auto-GPT/tree/master/docs 2571 874

View File

@ -0,0 +1,11 @@
referrer,views_total,views_unique
Google,75816,23877
github.com,19135,4097
docs.agpt.co,7633,1265
Bing,5818,1690
youtube.com,4489,1125
news.agpt.co,4222,1308
DuckDuckGo,2071,618
lablab.ai,1620,518
link.zhihu.com,1252,386
lilianweng.github.io,914,298
1 referrer views_total views_unique
2 Google 75816 23877
3 github.com 19135 4097
4 docs.agpt.co 7633 1265
5 Bing 5818 1690
6 youtube.com 4489 1125
7 news.agpt.co 4222 1308
8 DuckDuckGo 2071 618
9 lablab.ai 1620 518
10 link.zhihu.com 1252 386
11 lilianweng.github.io 914 298

View File

@ -0,0 +1,11 @@
url_path,views_total,views_unique
/Significant-Gravitas/Auto-GPT,57165,29805
/Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md,21037,5764
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt,7960,2073
/Significant-Gravitas/Auto-GPT/tree/master/autogpts,6352,1781
/Significant-Gravitas/Auto-GPT/tree/master/frontend,6333,1887
/Significant-Gravitas/Auto-GPT/releases/tag/v0.4.7,3537,2334
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt/autogpt,3507,779
/Significant-Gravitas/AutoGPT,3285,2129
/Significant-Gravitas/Auto-GPT/releases/tag/agbenchmark-v0.0.10,3124,1852
/Significant-Gravitas/Auto-GPT/tree/master/benchmark,2558,704
1 url_path views_total views_unique
2 /Significant-Gravitas/Auto-GPT 57165 29805
3 /Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md 21037 5764
4 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt 7960 2073
5 /Significant-Gravitas/Auto-GPT/tree/master/autogpts 6352 1781
6 /Significant-Gravitas/Auto-GPT/tree/master/frontend 6333 1887
7 /Significant-Gravitas/Auto-GPT/releases/tag/v0.4.7 3537 2334
8 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt/autogpt 3507 779
9 /Significant-Gravitas/AutoGPT 3285 2129
10 /Significant-Gravitas/Auto-GPT/releases/tag/agbenchmark-v0.0.10 3124 1852
11 /Significant-Gravitas/Auto-GPT/tree/master/benchmark 2558 704

View File

@ -0,0 +1,11 @@
referrer,views_total,views_unique
Google,75933,23417
github.com,19875,4203
docs.agpt.co,7724,1286
Bing,5666,1665
youtube.com,4658,1157
news.agpt.co,4426,1362
DuckDuckGo,2126,639
lablab.ai,1637,511
link.zhihu.com,1246,382
lilianweng.github.io,867,294
1 referrer views_total views_unique
2 Google 75933 23417
3 github.com 19875 4203
4 docs.agpt.co 7724 1286
5 Bing 5666 1665
6 youtube.com 4658 1157
7 news.agpt.co 4426 1362
8 DuckDuckGo 2126 639
9 lablab.ai 1637 511
10 link.zhihu.com 1246 382
11 lilianweng.github.io 867 294

View File

@ -0,0 +1,11 @@
url_path,views_total,views_unique
/Significant-Gravitas/Auto-GPT,47387,24804
/Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md,19458,5304
/Significant-Gravitas/AutoGPT,11368,6959
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt,6650,1772
/Significant-Gravitas/Auto-GPT/tree/master/autogpts,6271,1748
/Significant-Gravitas/Auto-GPT/tree/master/frontend,5710,1716
/Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md,5031,1389
/Significant-Gravitas/Auto-GPT/releases/tag/agbenchmark-v0.0.10,3124,1852
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt/autogpt,2961,668
/Significant-Gravitas/Auto-GPT/releases/tag/v0.4.7,2277,1503
1 url_path views_total views_unique
2 /Significant-Gravitas/Auto-GPT 47387 24804
3 /Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md 19458 5304
4 /Significant-Gravitas/AutoGPT 11368 6959
5 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt 6650 1772
6 /Significant-Gravitas/Auto-GPT/tree/master/autogpts 6271 1748
7 /Significant-Gravitas/Auto-GPT/tree/master/frontend 5710 1716
8 /Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md 5031 1389
9 /Significant-Gravitas/Auto-GPT/releases/tag/agbenchmark-v0.0.10 3124 1852
10 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt/autogpt 2961 668
11 /Significant-Gravitas/Auto-GPT/releases/tag/v0.4.7 2277 1503

View File

@ -0,0 +1,11 @@
referrer,views_total,views_unique
Google,74290,22351
github.com,20867,4357
docs.agpt.co,7911,1230
Bing,5505,1513
news.agpt.co,4806,1397
youtube.com,4693,1136
DuckDuckGo,2303,637
lablab.ai,1681,500
link.zhihu.com,1214,363
lilianweng.github.io,934,301
1 referrer views_total views_unique
2 Google 74290 22351
3 github.com 20867 4357
4 docs.agpt.co 7911 1230
5 Bing 5505 1513
6 news.agpt.co 4806 1397
7 youtube.com 4693 1136
8 DuckDuckGo 2303 637
9 lablab.ai 1681 500
10 link.zhihu.com 1214 363
11 lilianweng.github.io 934 301

View File

@ -0,0 +1,11 @@
url_path,views_total,views_unique
/Significant-Gravitas/Auto-GPT,42297,22351
/Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md,17545,4784
/Significant-Gravitas/AutoGPT,16428,9745
/Significant-Gravitas/Auto-GPT/tree/master/autogpts,6158,1702
/Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md,6157,1656
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt,5614,1560
/Significant-Gravitas/Auto-GPT/tree/master/frontend,5037,1536
/Significant-Gravitas/Auto-GPT/releases/tag/agbenchmark-v0.0.10,3124,1852
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt/autogpt,2558,578
/Significant-Gravitas/AutoGPT/tree/master/autogpts,2526,747
1 url_path views_total views_unique
2 /Significant-Gravitas/Auto-GPT 42297 22351
3 /Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md 17545 4784
4 /Significant-Gravitas/AutoGPT 16428 9745
5 /Significant-Gravitas/Auto-GPT/tree/master/autogpts 6158 1702
6 /Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md 6157 1656
7 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt 5614 1560
8 /Significant-Gravitas/Auto-GPT/tree/master/frontend 5037 1536
9 /Significant-Gravitas/Auto-GPT/releases/tag/agbenchmark-v0.0.10 3124 1852
10 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt/autogpt 2558 578
11 /Significant-Gravitas/AutoGPT/tree/master/autogpts 2526 747

View File

@ -0,0 +1,11 @@
referrer,views_total,views_unique
Google,73222,22067
github.com,21264,4390
docs.agpt.co,7666,1205
Bing,5172,1472
news.agpt.co,4756,1453
youtube.com,4740,1143
DuckDuckGo,2331,624
lablab.ai,1467,475
link.zhihu.com,1215,356
lilianweng.github.io,955,302
1 referrer views_total views_unique
2 Google 73222 22067
3 github.com 21264 4390
4 docs.agpt.co 7666 1205
5 Bing 5172 1472
6 news.agpt.co 4756 1453
7 youtube.com 4740 1143
8 DuckDuckGo 2331 624
9 lablab.ai 1467 475
10 link.zhihu.com 1215 356
11 lilianweng.github.io 955 302

View File

@ -0,0 +1,11 @@
url_path,views_total,views_unique
/Significant-Gravitas/Auto-GPT,37413,20093
/Significant-Gravitas/AutoGPT,21088,12488
/Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md,15510,4234
/Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md,7162,1927
/Significant-Gravitas/Auto-GPT/tree/master/autogpts,5722,1588
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt,4724,1343
/Significant-Gravitas/Auto-GPT/tree/master/frontend,4374,1344
/Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/001_getting_started.md,3491,1076
/Significant-Gravitas/Auto-GPT/releases/tag/agbenchmark-v0.0.10,3124,1852
/Significant-Gravitas/AutoGPT/tree/master/autogpts,3117,919
1 url_path views_total views_unique
2 /Significant-Gravitas/Auto-GPT 37413 20093
3 /Significant-Gravitas/AutoGPT 21088 12488
4 /Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md 15510 4234
5 /Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md 7162 1927
6 /Significant-Gravitas/Auto-GPT/tree/master/autogpts 5722 1588
7 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt 4724 1343
8 /Significant-Gravitas/Auto-GPT/tree/master/frontend 4374 1344
9 /Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/001_getting_started.md 3491 1076
10 /Significant-Gravitas/Auto-GPT/releases/tag/agbenchmark-v0.0.10 3124 1852
11 /Significant-Gravitas/AutoGPT/tree/master/autogpts 3117 919

View File

@ -0,0 +1,11 @@
referrer,views_total,views_unique
Google,72580,21797
github.com,21256,4382
docs.agpt.co,7482,1162
Bing,4927,1423
youtube.com,4864,1122
news.agpt.co,4859,1459
DuckDuckGo,2312,625
lablab.ai,1460,456
link.zhihu.com,1213,352
lilianweng.github.io,883,291
1 referrer views_total views_unique
2 Google 72580 21797
3 github.com 21256 4382
4 docs.agpt.co 7482 1162
5 Bing 4927 1423
6 youtube.com 4864 1122
7 news.agpt.co 4859 1459
8 DuckDuckGo 2312 625
9 lablab.ai 1460 456
10 link.zhihu.com 1213 352
11 lilianweng.github.io 883 291

View File

@ -0,0 +1,11 @@
url_path,views_total,views_unique
/Significant-Gravitas/Auto-GPT,32939,17832
/Significant-Gravitas/AutoGPT,25637,14847
/Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md,13812,3853
/Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md,8293,2257
/Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/001_getting_started.md,4987,1482
/Significant-Gravitas/Auto-GPT/tree/master/autogpts,4946,1395
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt,4108,1181
/Significant-Gravitas/AutoGPT/tree/master/autogpts,3803,1106
/Significant-Gravitas/Auto-GPT/tree/master/frontend,3787,1165
/Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt,3190,937
1 url_path views_total views_unique
2 /Significant-Gravitas/Auto-GPT 32939 17832
3 /Significant-Gravitas/AutoGPT 25637 14847
4 /Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md 13812 3853
5 /Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md 8293 2257
6 /Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/001_getting_started.md 4987 1482
7 /Significant-Gravitas/Auto-GPT/tree/master/autogpts 4946 1395
8 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt 4108 1181
9 /Significant-Gravitas/AutoGPT/tree/master/autogpts 3803 1106
10 /Significant-Gravitas/Auto-GPT/tree/master/frontend 3787 1165
11 /Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt 3190 937

View File

@ -0,0 +1,11 @@
referrer,views_total,views_unique
Google,72856,21590
github.com,21517,4504
docs.agpt.co,7436,1167
news.agpt.co,5027,1486
youtube.com,5015,1130
Bing,4985,1427
DuckDuckGo,2285,632
lablab.ai,1358,421
link.zhihu.com,1239,359
lilianweng.github.io,886,284
1 referrer views_total views_unique
2 Google 72856 21590
3 github.com 21517 4504
4 docs.agpt.co 7436 1167
5 news.agpt.co 5027 1486
6 youtube.com 5015 1130
7 Bing 4985 1427
8 DuckDuckGo 2285 632
9 lablab.ai 1358 421
10 link.zhihu.com 1239 359
11 lilianweng.github.io 886 284

View File

@ -0,0 +1,11 @@
url_path,views_total,views_unique
/Significant-Gravitas/AutoGPT,29561,16895
/Significant-Gravitas/Auto-GPT,29442,15704
/Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md,12369,3433
/Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md,9179,2521
/Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/001_getting_started.md,6416,1820
/Significant-Gravitas/Auto-GPT/tree/master/autogpts,4405,1269
/Significant-Gravitas/AutoGPT/tree/master/autogpts,4304,1252
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt,3687,1067
/Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt,3610,1065
/Significant-Gravitas/Auto-GPT/tree/master/frontend,3386,1030
1 url_path views_total views_unique
2 /Significant-Gravitas/AutoGPT 29561 16895
3 /Significant-Gravitas/Auto-GPT 29442 15704
4 /Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md 12369 3433
5 /Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md 9179 2521
6 /Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/001_getting_started.md 6416 1820
7 /Significant-Gravitas/Auto-GPT/tree/master/autogpts 4405 1269
8 /Significant-Gravitas/AutoGPT/tree/master/autogpts 4304 1252
9 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt 3687 1067
10 /Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt 3610 1065
11 /Significant-Gravitas/Auto-GPT/tree/master/frontend 3386 1030

View File

@ -0,0 +1,11 @@
referrer,views_total,views_unique
Google,74644,21958
github.com,21520,4442
docs.agpt.co,7475,1160
news.agpt.co,5104,1503
youtube.com,5084,1127
Bing,4885,1421
DuckDuckGo,2354,635
lablab.ai,1255,403
link.zhihu.com,1254,352
search.brave.com,892,262
1 referrer views_total views_unique
2 Google 74644 21958
3 github.com 21520 4442
4 docs.agpt.co 7475 1160
5 news.agpt.co 5104 1503
6 youtube.com 5084 1127
7 Bing 4885 1421
8 DuckDuckGo 2354 635
9 lablab.ai 1255 403
10 link.zhihu.com 1254 352
11 search.brave.com 892 262

View File

@ -0,0 +1,11 @@
url_path,views_total,views_unique
/Significant-Gravitas/AutoGPT,32723,18519
/Significant-Gravitas/Auto-GPT,25424,13784
/Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md,10493,2908
/Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md,9928,2730
/Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/001_getting_started.md,7614,2158
/Significant-Gravitas/AutoGPT/tree/master/autogpts,4852,1356
/Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt,4100,1174
/Significant-Gravitas/Auto-GPT/tree/master/autogpts,3764,1094
/Significant-Gravitas/AutoGPT/tree/master/frontend,3474,1192
/Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt,3047,913
1 url_path views_total views_unique
2 /Significant-Gravitas/AutoGPT 32723 18519
3 /Significant-Gravitas/Auto-GPT 25424 13784
4 /Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md 10493 2908
5 /Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md 9928 2730
6 /Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/001_getting_started.md 7614 2158
7 /Significant-Gravitas/AutoGPT/tree/master/autogpts 4852 1356
8 /Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt 4100 1174
9 /Significant-Gravitas/Auto-GPT/tree/master/autogpts 3764 1094
10 /Significant-Gravitas/AutoGPT/tree/master/frontend 3474 1192
11 /Significant-Gravitas/Auto-GPT/tree/master/autogpts/autogpt 3047 913

View File

@ -0,0 +1,11 @@
referrer,views_total,views_unique
Google,73302,21934
github.com,21483,4365
docs.agpt.co,7422,1141
news.agpt.co,5154,1515
youtube.com,4898,1141
Bing,4687,1379
DuckDuckGo,2326,635
lablab.ai,1251,385
link.zhihu.com,1248,350
search.brave.com,866,270
1 referrer views_total views_unique
2 Google 73302 21934
3 github.com 21483 4365
4 docs.agpt.co 7422 1141
5 news.agpt.co 5154 1515
6 youtube.com 4898 1141
7 Bing 4687 1379
8 DuckDuckGo 2326 635
9 lablab.ai 1251 385
10 link.zhihu.com 1248 350
11 search.brave.com 866 270

View File

@ -0,0 +1,11 @@
url_path,views_total,views_unique
/Significant-Gravitas/AutoGPT,35824,19996
/Significant-Gravitas/Auto-GPT,20044,11106
/Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md,10794,2937
/Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/001_getting_started.md,8630,2378
/Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md,8181,2248
/Significant-Gravitas/AutoGPT/tree/master/autogpts,5374,1476
/Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt,4525,1278
/Significant-Gravitas/AutoGPT/tree/master/frontend,3839,1282
/Significant-Gravitas/AutoGPT/releases/tag/agbenchmark-v0.0.10,2984,1827
/Significant-Gravitas/Auto-GPT/tree/master/autogpts,2930,871
1 url_path views_total views_unique
2 /Significant-Gravitas/AutoGPT 35824 19996
3 /Significant-Gravitas/Auto-GPT 20044 11106
4 /Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md 10794 2937
5 /Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/001_getting_started.md 8630 2378
6 /Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md 8181 2248
7 /Significant-Gravitas/AutoGPT/tree/master/autogpts 5374 1476
8 /Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt 4525 1278
9 /Significant-Gravitas/AutoGPT/tree/master/frontend 3839 1282
10 /Significant-Gravitas/AutoGPT/releases/tag/agbenchmark-v0.0.10 2984 1827
11 /Significant-Gravitas/Auto-GPT/tree/master/autogpts 2930 871

View File

@ -0,0 +1,11 @@
referrer,views_total,views_unique
Google,69420,20846
github.com,21255,4172
docs.agpt.co,7192,1081
news.agpt.co,5108,1503
youtube.com,4891,1137
Bing,4732,1341
DuckDuckGo,2297,622
link.zhihu.com,1158,324
lablab.ai,1126,346
search.brave.com,885,266
1 referrer views_total views_unique
2 Google 69420 20846
3 github.com 21255 4172
4 docs.agpt.co 7192 1081
5 news.agpt.co 5108 1503
6 youtube.com 4891 1137
7 Bing 4732 1341
8 DuckDuckGo 2297 622
9 link.zhihu.com 1158 324
10 lablab.ai 1126 346
11 search.brave.com 885 266

View File

@ -0,0 +1,11 @@
url_path,views_total,views_unique
/Significant-Gravitas/AutoGPT,39530,22086
/Significant-Gravitas/Auto-GPT,15042,8354
/Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md,11665,3149
/Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/001_getting_started.md,9766,2722
/Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md,6022,1697
/Significant-Gravitas/AutoGPT/tree/master/autogpts,5886,1610
/Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt,4986,1403
/Significant-Gravitas/AutoGPT/tree/master/frontend,4158,1370
/Significant-Gravitas/AutoGPT/releases/tag/agbenchmark-v0.0.10,3234,1998
/Significant-Gravitas/AutoGPT/tree/master/autogpts/forge/tutorials,2369,688
1 url_path views_total views_unique
2 /Significant-Gravitas/AutoGPT 39530 22086
3 /Significant-Gravitas/Auto-GPT 15042 8354
4 /Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md 11665 3149
5 /Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/001_getting_started.md 9766 2722
6 /Significant-Gravitas/Auto-GPT/blob/master/autogpts/autogpt/README.md 6022 1697
7 /Significant-Gravitas/AutoGPT/tree/master/autogpts 5886 1610
8 /Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt 4986 1403
9 /Significant-Gravitas/AutoGPT/tree/master/frontend 4158 1370
10 /Significant-Gravitas/AutoGPT/releases/tag/agbenchmark-v0.0.10 3234 1998
11 /Significant-Gravitas/AutoGPT/tree/master/autogpts/forge/tutorials 2369 688

View File

@ -0,0 +1,11 @@
referrer,views_total,views_unique
Google,67619,20379
github.com,21191,3975
docs.agpt.co,7075,1065
news.agpt.co,5022,1511
Bing,4714,1301
youtube.com,4628,1120
DuckDuckGo,2311,595
link.zhihu.com,1088,309
lablab.ai,1002,327
search.brave.com,894,260
1 referrer views_total views_unique
2 Google 67619 20379
3 github.com 21191 3975
4 docs.agpt.co 7075 1065
5 news.agpt.co 5022 1511
6 Bing 4714 1301
7 youtube.com 4628 1120
8 DuckDuckGo 2311 595
9 link.zhihu.com 1088 309
10 lablab.ai 1002 327
11 search.brave.com 894 260

View File

@ -0,0 +1,11 @@
url_path,views_total,views_unique
/Significant-Gravitas/AutoGPT,47790,26350
/Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md,13479,3600
/Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/001_getting_started.md,12369,3455
/Significant-Gravitas/AutoGPT/tree/master/autogpts,7035,1914
/Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt,5928,1656
/Significant-Gravitas/Auto-GPT,5752,3309
/Significant-Gravitas/AutoGPT/tree/master/frontend,4908,1654
/Significant-Gravitas/AutoGPT/releases/tag/agbenchmark-v0.0.10,3837,2347
/Significant-Gravitas/AutoGPT/tree/master/autogpts/forge/tutorials,2933,865
/Significant-Gravitas/AutoGPT/blob/master/QUICKSTART.md,2647,744
1 url_path views_total views_unique
2 /Significant-Gravitas/AutoGPT 47790 26350
3 /Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md 13479 3600
4 /Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/001_getting_started.md 12369 3455
5 /Significant-Gravitas/AutoGPT/tree/master/autogpts 7035 1914
6 /Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt 5928 1656
7 /Significant-Gravitas/Auto-GPT 5752 3309
8 /Significant-Gravitas/AutoGPT/tree/master/frontend 4908 1654
9 /Significant-Gravitas/AutoGPT/releases/tag/agbenchmark-v0.0.10 3837 2347
10 /Significant-Gravitas/AutoGPT/tree/master/autogpts/forge/tutorials 2933 865
11 /Significant-Gravitas/AutoGPT/blob/master/QUICKSTART.md 2647 744

View File

@ -0,0 +1,11 @@
referrer,views_total,views_unique
Google,65290,20562
github.com,20699,3782
docs.agpt.co,6958,1006
news.agpt.co,5013,1511
youtube.com,4733,1105
Bing,4679,1236
DuckDuckGo,2125,561
lablab.ai,969,310
link.zhihu.com,914,270
search.brave.com,902,274
1 referrer views_total views_unique
2 Google 65290 20562
3 github.com 20699 3782
4 docs.agpt.co 6958 1006
5 news.agpt.co 5013 1511
6 youtube.com 4733 1105
7 Bing 4679 1236
8 DuckDuckGo 2125 561
9 lablab.ai 969 310
10 link.zhihu.com 914 270
11 search.brave.com 902 274

View File

@ -0,0 +1,11 @@
url_path,views_total,views_unique
/Significant-Gravitas/AutoGPT,51881,28043
/Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md,14214,3801
/Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/001_getting_started.md,13478,3738
/Significant-Gravitas/AutoGPT/tree/master/autogpts,7618,2065
/Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt,6438,1779
/Significant-Gravitas/AutoGPT/tree/master/frontend,5251,1755
/Significant-Gravitas/AutoGPT/releases/tag/agbenchmark-v0.0.10,4103,2497
/Significant-Gravitas/AutoGPT/tree/master/autogpts/forge/tutorials,3137,922
/Significant-Gravitas/AutoGPT/fork,2818,977
/Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt/autogpt,2811,683
1 url_path views_total views_unique
2 /Significant-Gravitas/AutoGPT 51881 28043
3 /Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md 14214 3801
4 /Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/001_getting_started.md 13478 3738
5 /Significant-Gravitas/AutoGPT/tree/master/autogpts 7618 2065
6 /Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt 6438 1779
7 /Significant-Gravitas/AutoGPT/tree/master/frontend 5251 1755
8 /Significant-Gravitas/AutoGPT/releases/tag/agbenchmark-v0.0.10 4103 2497
9 /Significant-Gravitas/AutoGPT/tree/master/autogpts/forge/tutorials 3137 922
10 /Significant-Gravitas/AutoGPT/fork 2818 977
11 /Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt/autogpt 2811 683

View File

@ -0,0 +1,11 @@
referrer,views_total,views_unique
Google,64925,20431
github.com,20639,3795
docs.agpt.co,6737,996
news.agpt.co,5005,1492
youtube.com,4688,1084
Bing,4645,1199
DuckDuckGo,2073,553
lablab.ai,924,305
search.brave.com,877,272
lilianweng.github.io,834,250
1 referrer views_total views_unique
2 Google 64925 20431
3 github.com 20639 3795
4 docs.agpt.co 6737 996
5 news.agpt.co 5005 1492
6 youtube.com 4688 1084
7 Bing 4645 1199
8 DuckDuckGo 2073 553
9 lablab.ai 924 305
10 search.brave.com 877 272
11 lilianweng.github.io 834 250

View File

@ -0,0 +1,11 @@
url_path,views_total,views_unique
/Significant-Gravitas/AutoGPT,52629,28292
/Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/001_getting_started.md,14534,4031
/Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md,13615,3618
/Significant-Gravitas/AutoGPT/tree/master/autogpts,7615,2084
/Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt,6495,1777
/Significant-Gravitas/AutoGPT/tree/master/frontend,5225,1760
/Significant-Gravitas/AutoGPT/releases/tag/agbenchmark-v0.0.10,4049,2440
/Significant-Gravitas/AutoGPT/tree/master/autogpts/forge/tutorials,3311,988
/Significant-Gravitas/AutoGPT/fork,2900,1034
/Significant-Gravitas/AutoGPT/blob/master/QUICKSTART.md,2843,801
1 url_path views_total views_unique
2 /Significant-Gravitas/AutoGPT 52629 28292
3 /Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/001_getting_started.md 14534 4031
4 /Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md 13615 3618
5 /Significant-Gravitas/AutoGPT/tree/master/autogpts 7615 2084
6 /Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt 6495 1777
7 /Significant-Gravitas/AutoGPT/tree/master/frontend 5225 1760
8 /Significant-Gravitas/AutoGPT/releases/tag/agbenchmark-v0.0.10 4049 2440
9 /Significant-Gravitas/AutoGPT/tree/master/autogpts/forge/tutorials 3311 988
10 /Significant-Gravitas/AutoGPT/fork 2900 1034
11 /Significant-Gravitas/AutoGPT/blob/master/QUICKSTART.md 2843 801

View File

@ -0,0 +1,11 @@
referrer,views_total,views_unique
Google,66207,20857
github.com,20247,3860
docs.agpt.co,6610,991
news.agpt.co,4977,1494
Bing,4877,1223
youtube.com,4729,1081
DuckDuckGo,2068,546
lablab.ai,934,302
lilianweng.github.io,888,256
search.brave.com,878,274
1 referrer views_total views_unique
2 Google 66207 20857
3 github.com 20247 3860
4 docs.agpt.co 6610 991
5 news.agpt.co 4977 1494
6 Bing 4877 1223
7 youtube.com 4729 1081
8 DuckDuckGo 2068 546
9 lablab.ai 934 302
10 lilianweng.github.io 888 256
11 search.brave.com 878 274

View File

@ -0,0 +1,11 @@
url_path,views_total,views_unique
/Significant-Gravitas/AutoGPT,52827,28832
/Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/001_getting_started.md,15827,4323
/Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md,12852,3471
/Significant-Gravitas/AutoGPT/tree/master/autogpts,7522,2046
/Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt,6383,1711
/Significant-Gravitas/AutoGPT/tree/master/frontend,5264,1748
/Significant-Gravitas/AutoGPT/releases/tag/agbenchmark-v0.0.10,3901,2316
/Significant-Gravitas/AutoGPT/tree/master/autogpts/forge/tutorials,3542,1044
/Significant-Gravitas/AutoGPT/fork,3028,1069
/Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt/autogpt,2791,656
1 url_path views_total views_unique
2 /Significant-Gravitas/AutoGPT 52827 28832
3 /Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/001_getting_started.md 15827 4323
4 /Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md 12852 3471
5 /Significant-Gravitas/AutoGPT/tree/master/autogpts 7522 2046
6 /Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt 6383 1711
7 /Significant-Gravitas/AutoGPT/tree/master/frontend 5264 1748
8 /Significant-Gravitas/AutoGPT/releases/tag/agbenchmark-v0.0.10 3901 2316
9 /Significant-Gravitas/AutoGPT/tree/master/autogpts/forge/tutorials 3542 1044
10 /Significant-Gravitas/AutoGPT/fork 3028 1069
11 /Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt/autogpt 2791 656

View File

@ -0,0 +1,11 @@
referrer,views_total,views_unique
Google,66193,20756
github.com,20499,3913
docs.agpt.co,6589,1011
Bing,4896,1205
news.agpt.co,4831,1474
youtube.com,4763,1067
DuckDuckGo,1958,532
lilianweng.github.io,933,259
lablab.ai,900,289
search.brave.com,846,268
1 referrer views_total views_unique
2 Google 66193 20756
3 github.com 20499 3913
4 docs.agpt.co 6589 1011
5 Bing 4896 1205
6 news.agpt.co 4831 1474
7 youtube.com 4763 1067
8 DuckDuckGo 1958 532
9 lilianweng.github.io 933 259
10 lablab.ai 900 289
11 search.brave.com 846 268

View File

@ -0,0 +1,11 @@
url_path,views_total,views_unique
/Significant-Gravitas/AutoGPT,51752,28722
/Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/001_getting_started.md,16767,4541
/Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md,11759,3163
/Significant-Gravitas/AutoGPT/tree/master/autogpts,7301,1974
/Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt,6258,1672
/Significant-Gravitas/AutoGPT/tree/master/frontend,5003,1638
/Significant-Gravitas/AutoGPT/releases/tag/agbenchmark-v0.0.10,3746,2207
/Significant-Gravitas/AutoGPT/tree/master/autogpts/forge/tutorials,3645,1098
/Significant-Gravitas/AutoGPT/fork,3095,1077
/Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/002_blueprint_of_an_agent.md,2798,873
1 url_path views_total views_unique
2 /Significant-Gravitas/AutoGPT 51752 28722
3 /Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/001_getting_started.md 16767 4541
4 /Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md 11759 3163
5 /Significant-Gravitas/AutoGPT/tree/master/autogpts 7301 1974
6 /Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt 6258 1672
7 /Significant-Gravitas/AutoGPT/tree/master/frontend 5003 1638
8 /Significant-Gravitas/AutoGPT/releases/tag/agbenchmark-v0.0.10 3746 2207
9 /Significant-Gravitas/AutoGPT/tree/master/autogpts/forge/tutorials 3645 1098
10 /Significant-Gravitas/AutoGPT/fork 3095 1077
11 /Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/002_blueprint_of_an_agent.md 2798 873

View File

@ -0,0 +1,11 @@
referrer,views_total,views_unique
Google,63773,19767
github.com,20173,3769
docs.agpt.co,6255,978
youtube.com,4999,1077
news.agpt.co,4803,1431
Bing,4736,1158
DuckDuckGo,1790,496
link.zhihu.com,921,290
search.brave.com,878,272
lablab.ai,853,279
1 referrer views_total views_unique
2 Google 63773 19767
3 github.com 20173 3769
4 docs.agpt.co 6255 978
5 youtube.com 4999 1077
6 news.agpt.co 4803 1431
7 Bing 4736 1158
8 DuckDuckGo 1790 496
9 link.zhihu.com 921 290
10 search.brave.com 878 272
11 lablab.ai 853 279

View File

@ -0,0 +1,11 @@
url_path,views_total,views_unique
/Significant-Gravitas/AutoGPT,51134,28014
/Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/001_getting_started.md,16638,4523
/Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md,11567,3130
/Significant-Gravitas/AutoGPT/tree/master/autogpts,7200,1982
/Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt,6224,1693
/Significant-Gravitas/AutoGPT/tree/master/frontend,4975,1627
/Significant-Gravitas/AutoGPT/releases/tag/agbenchmark-v0.0.10,3688,2201
/Significant-Gravitas/AutoGPT/tree/master/autogpts/forge/tutorials,3373,1012
/Significant-Gravitas/AutoGPT/fork,3121,1110
/Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/002_blueprint_of_an_agent.md,2710,841
1 url_path views_total views_unique
2 /Significant-Gravitas/AutoGPT 51134 28014
3 /Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/001_getting_started.md 16638 4523
4 /Significant-Gravitas/AutoGPT/blob/master/autogpts/autogpt/README.md 11567 3130
5 /Significant-Gravitas/AutoGPT/tree/master/autogpts 7200 1982
6 /Significant-Gravitas/AutoGPT/tree/master/autogpts/autogpt 6224 1693
7 /Significant-Gravitas/AutoGPT/tree/master/frontend 4975 1627
8 /Significant-Gravitas/AutoGPT/releases/tag/agbenchmark-v0.0.10 3688 2201
9 /Significant-Gravitas/AutoGPT/tree/master/autogpts/forge/tutorials 3373 1012
10 /Significant-Gravitas/AutoGPT/fork 3121 1110
11 /Significant-Gravitas/AutoGPT/blob/master/autogpts/forge/tutorials/002_blueprint_of_an_agent.md 2710 841

View File

@ -0,0 +1,11 @@
referrer,views_total,views_unique
Google,63064,19999
github.com,19705,3726
docs.agpt.co,6057,929
youtube.com,4907,1076
news.agpt.co,4855,1409
Bing,4647,1108
DuckDuckGo,1599,472
link.zhihu.com,949,305
lablab.ai,859,279
search.brave.com,842,262
1 referrer views_total views_unique
2 Google 63064 19999
3 github.com 19705 3726
4 docs.agpt.co 6057 929
5 youtube.com 4907 1076
6 news.agpt.co 4855 1409
7 Bing 4647 1108
8 DuckDuckGo 1599 472
9 link.zhihu.com 949 305
10 lablab.ai 859 279
11 search.brave.com 842 262

Some files were not shown because too many files have changed in this diff Show More