Skip to content

Commit 31e8b41

Browse files
committed
Bump version: 0.2.5 → 0.3.0
1 parent 7258e70 commit 31e8b41

11 files changed

Lines changed: 27 additions & 27 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: AutoGPT
44
abstract: World's first, most capable, blazingly fast, and extremely flexible pure Rust agentic framework.
55
authors:
66
- name: "Mahmoud Harmouch"
7-
version: v0.2.1
8-
date-released: "2026-05-05"
7+
version: v0.3.0
8+
date-released: "2026-05-06"
99
license: MIT
1010
repository-code: "https://github.com/wiseaidotdev/autogpt"

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

INSTALLATION.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ docker run -it \
2121
-e GEMINI_API_KEY=<your_gemini_api_key> \
2222
-e PINECONE_API_KEY=<Your_Pinecone_API_Key> \
2323
-e PINECONE_INDEX_URL=<Your_Pinecone_Index_URL> \
24-
--rm --name autogpt kevinrsdev/autogpt:0.3.0 man
24+
--rm --name autogpt kevinrsdev/autogpt man
2525
```
2626

2727
To install and run the OrchGPT CLI via Docker, use the following command:
@@ -31,7 +31,7 @@ docker run -it \
3131
-e GEMINI_API_KEY=<your_gemini_api_key> \
3232
-e PINECONE_API_KEY=<Your_Pinecone_API_Key> \
3333
-e PINECONE_INDEX_URL=<Your_Pinecone_Index_URL> \
34-
--rm --name orchgpt kevinrsdev/orchgpt:0.3.0
34+
--rm --name orchgpt kevinrsdev/orchgpt
3535
```
3636

3737
## 📦 Build From Source
@@ -351,7 +351,7 @@ To configure the CLI and or the SDK environment, follow these steps:
351351

352352
For the classic multi-agent workflow (BackendGPT, FrontendGPT, etc.), agents write to subdirectories of the configured root:
353353

354-
```
354+
```sh
355355
<AUTOGPT_WORKSPACE>/
356356
├── architect/
357357
├── backend/
@@ -514,7 +514,7 @@ docker run -i \
514514
-e GEMINI_API_KEY=<your_gemini_api_key> \
515515
-e PINECONE_API_KEY=<Your_Pinecone_API_Key> \
516516
-e PINECONE_INDEX_URL=<Your_Pinecone_Index_URL> \
517-
-t kevinrsdev/orchgpt:0.3.0
517+
-t kevinrsdev/orchgpt
518518
```
519519

520520
You can also run AutoGPT CLI using Docker:
@@ -524,7 +524,7 @@ docker run -i \
524524
-e GEMINI_API_KEY=<your_gemini_api_key> \
525525
-e PINECONE_API_KEY=<Your_Pinecone_API_Key> \
526526
-e PINECONE_INDEX_URL=<Your_Pinecone_Index_URL> \
527-
--rm --name autogpt kevinrsdev/autogpt:0.3.0
527+
--rm --name autogpt kevinrsdev/autogpt
528528
```
529529

530530
---

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
| [![Crates.io Downloads](https://img.shields.io/crates/d/autogpt)](https://crates.io/crates/autogpt) | [![Crates.io Downloads](https://img.shields.io/crates/d/autogpt)](https://crates.io/crates/autogpt) | [![Docker](https://img.shields.io/docker/pulls/kevinrsdev/autogpt.svg)](https://hub.docker.com/r/kevinrsdev/autogpt) | [![Docker](https://img.shields.io/docker/pulls/kevinrsdev/orchgpt.svg)](https://hub.docker.com/r/kevinrsdev/orchgpt) |
2929
| ![linux-demo](https://raw.githubusercontent.com/wiseaidotdev/autogpt/refs/heads/main/assets/linux.png) | ![windows-demo](https://raw.githubusercontent.com/wiseaidotdev/autogpt/refs/heads/main/assets/windows.png) | - | - |
3030
| Method 1: [Download Executable File](https://github.com/wiseaidotdev/autogpt/releases/download/v0.3.0/autogpt) | [Download `.exe` File](https://github.com/wiseaidotdev/autogpt/releases/download/v0.3.0/autogpt.exe) | - | - |
31-
| Method 2: `cargo install autogpt --all-features` | `cargo install autogpt --all-features` | `docker pull kevinrsdev/autogpt:0.3.0` | `docker pull kevinrsdev/orchgpt:0.3.0` |
31+
| Method 2: `cargo install autogpt --all-features` | `cargo install autogpt --all-features` | `docker pull kevinrsdev/autogpt` | `docker pull kevinrsdev/orchgpt` |
3232
| [**Set Environment Variables**](https://github.com/wiseaidotdev/autogpt/blob/main/INSTALLATION.md#environment-variables-setup) | [**Set Environment Variables**](https://github.com/wiseaidotdev/autogpt/blob/main/INSTALLATION.md#environment-variables-setup) | [**Set Environment Variables**](https://github.com/wiseaidotdev/autogpt/blob/main/INSTALLATION.md#-using-docker) | [**Set Environment Variables**](https://github.com/wiseaidotdev/autogpt/blob/main/INSTALLATION.md#-using-docker) |
33-
| `autogpt -h` <br> `orchgpt -h` | `autogpt.exe -h` | `docker run kevinrsdev/autogpt:0.3.0 -h` | `docker run kevinrsdev/orchgpt:0.3.0 -h` |
33+
| `autogpt -h` <br> `orchgpt -h` | `autogpt.exe -h` | `docker run kevinrsdev/autogpt -h` | `docker run kevinrsdev/orchgpt -h` |
3434

3535
<video src="https://github.com/user-attachments/assets/ecd82549-a48f-49c2-b751-23f74820bf3d"></video>
3636

@@ -108,7 +108,7 @@ The interactive shell supports the following commands:
108108

109109
GenericGPT maintains all persistent state inside the workspace root (defaults to the **current directory**):
110110

111-
```
111+
```sh
112112
.autogpt/
113113
├── sessions/ # YAML conversation snapshots, auto-saved after every response
114114
│ ├── <uuid>.yaml

autogpt/.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.5
2+
current_version = 0.3.0
33

44
[bumpversion:file:Cargo.toml]
55
search = version = "{current_version}"

autogpt/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "autogpt"
3-
version = "0.2.5"
3+
version = "0.3.0"
44
edition = "2024"
55
description = """
66
🦀 A Pure Rust Framework For Building AGIs.
@@ -48,7 +48,7 @@ getimg = { version = "0.0.1", optional = true }
4848
nylas = { version = "0.0.8", optional = true }
4949
clap = { version = "4.6.1", features = ["derive"], optional = true }
5050
tracing-subscriber = { version = "0.3.23", features = ["std", "env-filter", "fmt", "ansi"], optional = true }
51-
tracing-appender = { version = "0.2.6", optional = true }
51+
tracing-appender = { version = "0.2.5", optional = true }
5252
git2 = { version = "0.20.4", optional = true }
5353
pinecone-sdk = { version = "0.1.2", optional = true }
5454
openai_dive = { version = "=1.4.2", optional = true, features = ["stream"] }

autogpt/INSTALLATION.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ docker run -it \
2121
-e GEMINI_API_KEY=<your_gemini_api_key> \
2222
-e PINECONE_API_KEY=<Your_Pinecone_API_Key> \
2323
-e PINECONE_INDEX_URL=<Your_Pinecone_Index_URL> \
24-
--rm --name autogpt kevinrsdev/autogpt:0.3.0 man
24+
--rm --name autogpt kevinrsdev/autogpt man
2525
```
2626

2727
To install and run the OrchGPT CLI via Docker, use the following command:
@@ -31,7 +31,7 @@ docker run -it \
3131
-e GEMINI_API_KEY=<your_gemini_api_key> \
3232
-e PINECONE_API_KEY=<Your_Pinecone_API_Key> \
3333
-e PINECONE_INDEX_URL=<Your_Pinecone_Index_URL> \
34-
--rm --name orchgpt kevinrsdev/orchgpt:0.3.0
34+
--rm --name orchgpt kevinrsdev/orchgpt
3535
```
3636

3737
## 📦 Build From Source
@@ -351,7 +351,7 @@ To configure the CLI and or the SDK environment, follow these steps:
351351

352352
For the classic multi-agent workflow (BackendGPT, FrontendGPT, etc.), agents write to subdirectories of the configured root:
353353

354-
```
354+
```sh
355355
<AUTOGPT_WORKSPACE>/
356356
├── architect/
357357
├── backend/
@@ -514,7 +514,7 @@ docker run -i \
514514
-e GEMINI_API_KEY=<your_gemini_api_key> \
515515
-e PINECONE_API_KEY=<Your_Pinecone_API_Key> \
516516
-e PINECONE_INDEX_URL=<Your_Pinecone_Index_URL> \
517-
-t kevinrsdev/orchgpt:0.3.0
517+
-t kevinrsdev/orchgpt
518518
```
519519

520520
You can also run AutoGPT CLI using Docker:
@@ -524,7 +524,7 @@ docker run -i \
524524
-e GEMINI_API_KEY=<your_gemini_api_key> \
525525
-e PINECONE_API_KEY=<Your_Pinecone_API_Key> \
526526
-e PINECONE_INDEX_URL=<Your_Pinecone_Index_URL> \
527-
--rm --name autogpt kevinrsdev/autogpt:0.3.0
527+
--rm --name autogpt kevinrsdev/autogpt
528528
```
529529

530530
---

autogpt/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
| [![Crates.io Downloads](https://img.shields.io/crates/d/autogpt)](https://crates.io/crates/autogpt) | [![Crates.io Downloads](https://img.shields.io/crates/d/autogpt)](https://crates.io/crates/autogpt) | [![Docker](https://img.shields.io/docker/pulls/kevinrsdev/autogpt.svg)](https://hub.docker.com/r/kevinrsdev/autogpt) | [![Docker](https://img.shields.io/docker/pulls/kevinrsdev/orchgpt.svg)](https://hub.docker.com/r/kevinrsdev/orchgpt) |
2929
| ![linux-demo](https://raw.githubusercontent.com/wiseaidotdev/autogpt/refs/heads/main/assets/linux.png) | ![windows-demo](https://raw.githubusercontent.com/wiseaidotdev/autogpt/refs/heads/main/assets/windows.png) | - | - |
3030
| Method 1: [Download Executable File](https://github.com/wiseaidotdev/autogpt/releases/download/v0.3.0/autogpt) | [Download `.exe` File](https://github.com/wiseaidotdev/autogpt/releases/download/v0.3.0/autogpt.exe) | - | - |
31-
| Method 2: `cargo install autogpt --all-features` | `cargo install autogpt --all-features` | `docker pull kevinrsdev/autogpt:0.3.0` | `docker pull kevinrsdev/orchgpt:0.3.0` |
31+
| Method 2: `cargo install autogpt --all-features` | `cargo install autogpt --all-features` | `docker pull kevinrsdev/autogpt` | `docker pull kevinrsdev/orchgpt` |
3232
| [**Set Environment Variables**](https://github.com/wiseaidotdev/autogpt/blob/main/INSTALLATION.md#environment-variables-setup) | [**Set Environment Variables**](https://github.com/wiseaidotdev/autogpt/blob/main/INSTALLATION.md#environment-variables-setup) | [**Set Environment Variables**](https://github.com/wiseaidotdev/autogpt/blob/main/INSTALLATION.md#-using-docker) | [**Set Environment Variables**](https://github.com/wiseaidotdev/autogpt/blob/main/INSTALLATION.md#-using-docker) |
33-
| `autogpt -h` <br> `orchgpt -h` | `autogpt.exe -h` | `docker run kevinrsdev/autogpt:0.3.0 -h` | `docker run kevinrsdev/orchgpt:0.3.0 -h` |
33+
| `autogpt -h` <br> `orchgpt -h` | `autogpt.exe -h` | `docker run kevinrsdev/autogpt -h` | `docker run kevinrsdev/orchgpt -h` |
3434

3535
<video src="https://github.com/user-attachments/assets/ecd82549-a48f-49c2-b751-23f74820bf3d"></video>
3636

@@ -108,7 +108,7 @@ The interactive shell supports the following commands:
108108

109109
GenericGPT maintains all persistent state inside the workspace root (defaults to the **current directory**):
110110

111-
```
111+
```sh
112112
.autogpt/
113113
├── sessions/ # YAML conversation snapshots, auto-saved after every response
114114
│ ├── <uuid>.yaml

docs/src/advanced/docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ docker run -it \
1919
-e AUTOGPT_WORKSPACE=/workspace \
2020
-v $(pwd)/workspace:/workspace \
2121
--rm --name autogpt \
22-
kevinrsdev/autogpt:0.3.0
22+
kevinrsdev/autogpt
2323
```
2424

2525
The `-v` flag mounts a local directory so generated files persist after the container exits.
@@ -31,7 +31,7 @@ docker run -it \
3131
-e GEMINI_API_KEY=<your_key> \
3232
-p 8443:8443 \
3333
--rm --name orchgpt \
34-
kevinrsdev/orchgpt:0.3.0
34+
kevinrsdev/orchgpt
3535
```
3636

3737
## Docker Compose (Recommended)

docs/src/advanced/orchestrator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ cargo build --release --features net,cli --bin orchgpt
8181
docker run -it \
8282
-e GEMINI_API_KEY=<key> \
8383
-p 8443:8443 \
84-
--rm --name orchgpt kevinrsdev/orchgpt:0.3.0
84+
--rm --name orchgpt kevinrsdev/orchgpt
8585
```

0 commit comments

Comments
 (0)