Skip to content

Commit c3f7916

Browse files
Pwutsk-boikovp-i-
authored
Clean up BULLETIN.md (Significant-Gravitas#4305)
Co-authored-by: k-boikov <[email protected]> Co-authored-by: Pi <[email protected]>
1 parent a08fc85 commit c3f7916

File tree

1 file changed

+28
-41
lines changed

1 file changed

+28
-41
lines changed

BULLETIN.md

+28-41
Original file line numberDiff line numberDiff line change
@@ -2,57 +2,44 @@
22
Check out *https://agpt.co*, the official news & updates site for Auto-GPT!
33
The documentation also has a place here, at *https://docs.agpt.co*
44

5+
# For contributors 👷🏼
6+
Since releasing v0.3.0, we are working on re-architecting the Auto-GPT core to make
7+
it more extensible and to make room for structural performance-oriented R&D.
8+
In the meantime, we have less time to process incoming pull requests and issues,
9+
so we focus on high-value contributions:
10+
* significant bugfixes
11+
* *major* improvements to existing functionality and/or docs (so no single-typo fixes)
12+
* contributions that help us with re-architecture and other roadmapped items
13+
We have to be somewhat selective in order to keep making progress, but this does not
14+
mean you can't contribute. Check out the contribution guide on our wiki:
15+
https://github.com/Significant-Gravitas/Auto-GPT/wiki/Contributing
16+
517
# 🚀 v0.3.1 Release 🚀
618
Over a week and 47 pull requests have passed since v0.3.0, and we are happy to announce
719
the release of v0.3.1!
820

9-
Highlights and notable changes in this release:
21+
Highlights and notable changes since v0.2.2:
1022

1123
## Changes to Docker configuration 🐋
12-
The workdir has been changed from */home/appuser* to */app*.
13-
Be sure to update any volume mounts accordingly!
24+
* The workdir has been changed from */home/appuser* to */app*.
25+
Be sure to update any volume mounts accordingly!
26+
* Docker-compose 1.29.0 is now required.
27+
28+
## Logging 🧾
29+
* Log functionality has been improved for better understanding
30+
and easier summarization.
31+
* All LLM interactions are now logged to logs/DEBUG, to help with
32+
debugging and development.
33+
34+
## Other
35+
* Edge browser is now supported by the `browse_website` command.
36+
* Sets of commands can now be disabled using DISABLED_COMMAND_CATEGORIES in .env.
1437

1538
# ⚠️ Command `send_tweet` is DEPRECATED, and will be removed in v0.4.0 ⚠️
1639
Twitter functionality (and more) is now covered by plugins, see [Plugin support 🔌]
1740

18-
## Documentation
19-
- Docker-compose 1.29.0 is now required, as documented.
20-
- Path to the workspace directory in the setup guide has been corrected.
21-
- Memory setup links have been updated.
22-
23-
## Logs
24-
- Log functionality has been improved for better understanding and easier summarization.
25-
- User input is now logged in the logs/Debug Folder.
26-
27-
## Other
28-
- Edge browser support has been added using EdgeChromiumDriverManager.
29-
- Users now have the ability to disable commands via the .env file.
30-
- Run scripts for both Windows (.bat) and Unix (.sh) have been updated.
31-
32-
## BugFix
33-
- DuckDuckGo dependency has been updated, with a minimum version set to 2.9.5.
34-
- Package versions parsing has been enabled for forced upgrades.
35-
- Docker volume mounts have been fixed.
36-
- A fix was made to the plugin.post_planning call.
37-
- A selenium driver object reference bug in the browsing results was fixed.
38-
- JSON error in summary_memory.py has been handled.
39-
- Dockerfile has been updated to add missing scripts and plugins directories.
40-
41-
## CI
42-
- The CI pipeline has been tightened up for improved performance.
43-
- pytest-xdist Plugin has been integrated for parallel and concurrent testing.
44-
- Tests have been conducted for a new CI pipeline.
45-
- A code owners policy has been added.
46-
- Test against Python 3.10 (not 3.10 + 3.11) to halve the number of tests that are executed.
47-
4841
## Plugin support 🔌
4942
Auto-GPT now has support for plugins! With plugins, you can extend Auto-GPT's abilities,
5043
adding support for third-party services and more.
51-
See https://github.com/Significant-Gravitas/Auto-GPT-Plugins for instructions and available plugins.
52-
Denylist handling for plugins is now available.
53-
54-
*From now on, we will be focusing on major improvements* rather
55-
than bugfixes, as we feel stability has reached a reasonable level. Most remaining
56-
issues relate to limitations in prompt generation and the memory system, which will be
57-
the focus of our efforts for the next release.
58-
44+
See https://github.com/Significant-Gravitas/Auto-GPT-Plugins for instructions and
45+
available plugins. Specific plugins can be allowlisted/denylisted in .env.

0 commit comments

Comments
 (0)