forked from Significant-Gravitas/AutoGPT
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* cn-dev: (64 commits) 针对国内的情况,翻译成中文 Update challenge scores Update version numbers for v0.4.0 release Add `replace_in_file` command (Significant-Gravitas#4565) Update bulletin with highlights for v0.4.0 release (Significant-Gravitas#4576) Skip flaky challenges (Significant-Gravitas#4573) Fix `test_web_selenium` (Significant-Gravitas#4554) Clean up CI git logic remove information retrieval challenge b from beaten challenges Fix CI git authentication and cassettes debug Fix CI git diff Fix CI git authorization Update submodule reference Update current score Cache Python Packages in the CI pipeline (Significant-Gravitas#4488) Fix pushing cassettes in CI Remove news about config (Significant-Gravitas#4553) Fix CI for internal PRs with CI changes (Significant-Gravitas#4552) Update BULLETIN.md ... # Conflicts: # BULLETIN.md # CONTRIBUTING.md # autogpt/agent/agent.py # autogpt/app.py # autogpt/llm/llm_utils.py
- Loading branch information
Showing
13 changed files
with
177 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,36 @@ | ||
# Website and Documentation Site 📰📖 | ||
Check out *https://agpt.co*, the official news & updates site for Auto-GPT! | ||
The documentation also has a place here, at *https://docs.agpt.co* | ||
|
||
# For contributors 👷🏼 | ||
Since releasing v0.3.0, we are working on re-architecting the Auto-GPT core to make | ||
it more extensible and to make room for structural performance-oriented R&D. | ||
In the meantime, we have less time to process incoming pull requests and issues, | ||
so we focus on high-value contributions: | ||
* significant bugfixes | ||
* *major* improvements to existing functionality and/or docs (so no single-typo fixes) | ||
* contributions that help us with re-architecture and other roadmapped items | ||
We have to be somewhat selective in order to keep making progress, but this does not | ||
mean you can't contribute. Check out the contribution guide on our wiki: | ||
# 网站和文档站点 📰📖 | ||
请查看*https://agpt.co*,这是Auto-GPT官方的新闻和更新站点!文档也在这里,位于*https://docs.agpt.co* | ||
|
||
# 对于贡献者 👷🏼 | ||
自发布v0.3.0以来,我们一直在重新构建Auto-GPT核心,使其更具可扩展性,并为结构性能导向的研发腾出空间。 | ||
同时,我们有较少的时间处理传入的拉取请求和问题,因此我们专注于高价值的贡献: | ||
* 重大的错误修复 | ||
* 对现有功能和/或文档的*主要*改进(因此不包括单个拼写错误修复) | ||
* 对我们进行重新架构和其他路线图条目的贡献 | ||
为了不断取得进展,我们必须有所选择,但这并不意味着您无法做出贡献。请查看我们维基上的贡献指南: | ||
https://github.com/Significant-Gravitas/Auto-GPT/wiki/Contributing | ||
|
||
# 🚀 v0.4.0 Release 🚀 | ||
Two weeks and 76 pull requests have passed since v0.3.1, and we are happy to announce | ||
the release of v0.4.0! | ||
|
||
Highlights and notable changes since v0.3.0: | ||
|
||
## ⚠️ Command `send_tweet` is REMOVED | ||
Twitter functionality (and more) is now covered by plugins. | ||
|
||
## ⚠️ Memory backend deprecation 💾 | ||
The Milvus, Pinecone and Weaviate memory backends were rendered incompatible | ||
by work on the memory system, and have been removed in `master`. The Redis | ||
memory store was also temporarily removed; we will merge a new implementation ASAP. | ||
Whether built-in support for the others will be added back in the future is subject to | ||
discussion, feel free to pitch in: https://github.com/Significant-Gravitas/Auto-GPT/discussions/4280 | ||
|
||
## Document support in `read_file` 📄 | ||
Auto-GPT can now read text from document files, with support added for PDF, DOCX, CSV, | ||
HTML, TeX and more! | ||
|
||
## Managing Auto-GPT's access to commands ❌🔧 | ||
You can now disable set of built-in commands through the *DISABLED_COMMAND_CATEGORIES* | ||
variable in .env. Specific shell commands can also be disabled using *DENY_COMMANDS*, | ||
or selectively enabled using *ALLOW_COMMANDS*. | ||
|
||
## Further fixes and changes 🛠️ | ||
Other highlights include improvements to self-feedback mode and continuous mode, | ||
documentation, docker and devcontainer setups, and much more. Most of the improvements | ||
that were made are not yet visible to users, but will pay off in the long term. | ||
Take a look at the Release Notes on Github for the full changelog! | ||
https://github.com/Significant-Gravitas/Auto-GPT/releases | ||
# 🚀 v0.4.0 发布 🚀 | ||
自v0.3.1版本发布以来,两周时间过去了,共有76个请求合并,我们很高兴地宣布 | ||
发布了v0.4.0! | ||
|
||
自v0.3.0以来的亮点和显着变化: | ||
|
||
## ⚠️ 命令 `send_tweet` 已被删除 | ||
Twitter 功能(及更多功能)现在已由插件覆盖。 | ||
|
||
## ⚠️ 内存后端弃用 💾 | ||
Milvus、Pinecone 和 Weaviate 内存后端与内存系统的工作不兼容,已在主分支中删除。Redis | ||
内存存储也暂时删除;我们将尽快合并新的实现。是否在未来再次添加其他后端的内置支持还有待讨论,请随时加入: https://github.com/Significant-Gravitas/Auto-GPT/discussions/4280 | ||
|
||
## `read_file` 支持文档 📄 | ||
Auto-GPT 现在可以从文档文件中读取文本,支持 PDF、DOCX、CSV、HTML、TeX 等格式! | ||
|
||
## 管理 Auto-GPT 对命令的访问 ❌🔧 | ||
您现在可以通过.env 中的 *DISABLED_COMMAND_CATEGORIES* 变量禁用一组内置命令。也可以使用 *DENY_COMMANDS* 禁用特定的 shell 命令, | ||
或使用 *ALLOW_COMMANDS* 有选择地启用它们。 | ||
|
||
## 更多修复和更改 🛠️ | ||
其他亮点包括 self-feedback 模式和连续模式、文档、Docker 和 devcontainer 设置等方面的改进,以及许多其他改进。 | ||
大部分改进对用户尚不可见,但从长远来看将会有所回报。请查看Github上的发布说明获取完整的更新日志! | ||
https://github.com/Significant-Gravitas/Auto-GPT/releases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
We maintain a knowledgebase at this [wiki](https://github.com/Significant-Gravitas/Nexus/wiki) | ||
我们在这个[wiki](https://github.com/Significant-Gravitas/Nexus/wiki)上维护着一个知识库。 | ||
|
||
We would like to say "We value all contributions". After all, we are an open-source project, so we should say something fluffy like this, right? | ||
我们想说“我们珍视所有的贡献”。毕竟,我们是一个开源项目,所以我们应该说一些像这样的蜜汁话,对吗? | ||
|
||
However the reality is that some contributions are SUPER-valuable, while others create more trouble than they are worth and actually _create_ work for the core team. | ||
但事实是,有些贡献非常有价值,而其他一些贡献则会带来更多麻烦,实际上会为核心团队带来更多工作。 | ||
|
||
If you wish to contribute, please look through the wiki [contributing](https://github.com/Significant-Gravitas/Nexus/wiki/Contributing) page. | ||
如果您想要贡献,请查看维基的[contributing](https://github.com/Significant-Gravitas/Nexus/wiki/Contributing)页面。 | ||
|
||
If you wish to involve with the project (beyond just contributing PRs), please read the wiki [catalyzing](https://github.com/Significant-Gravitas/Nexus/wiki/Catalyzing) page. | ||
如果您想要参与到项目中(不仅仅是提交PR),请阅读维基的[catalyzing](https://github.com/Significant-Gravitas/Nexus/wiki/Catalyzing)页面。 | ||
|
||
In fact, why not just look through the whole wiki (it's only a few pages) and hop on our discord (you'll find it in the wiki). | ||
事实上,为什么不直接浏览整个wiki(只有几页),并加入我们的Discord(你会在维基中找到它)呢? | ||
|
||
❤️ & 🔆 | ||
The team @ Auto-GPT | ||
❤️ & 🔆 | ||
Auto-GPT团队 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.