mirror of
https://github.com/agentuniverse-ai/agentUniverse.git
synced 2026-02-09 01:59:19 +08:00
docs: replace new reponame in docs
docs: replace new reponame in docs
This commit is contained in:
@@ -38,9 +38,9 @@ This version introduces new capabilities such as intelligent agent canvas orches
|
||||
|
||||
### Note
|
||||
- Default path optimization for system_db_uri
|
||||
The default path is already compatible with the Windows platform, for more details, please refer to [issue142](https://github.com/alipay/agentUniverse/issues/142)
|
||||
The default path is already compatible with the Windows platform, for more details, please refer to [issue142](https://github.com/antgroup/agentUniverse/issues/142)
|
||||
- Support for configurable chain stop words in ReactAgent
|
||||
The ReactAgent YAML configuration now supports the stop_sequence keyword, allowing users to customize chain stop words. For more details, please refer to [issue127](https://github.com/alipay/agentUniverse/issues/127)
|
||||
The ReactAgent YAML configuration now supports the stop_sequence keyword, allowing users to customize chain stop words. For more details, please refer to [issue127](https://github.com/antgroup/agentUniverse/issues/127)
|
||||
- Added an introduction to RAG principles and a quick guide for building RAG, please pay attention to the corresponding parts in the README and user guide.
|
||||
- Added advanced guidance documents for the intelligent agent productization platform, please pay attention to the corresponding parts in the README and user guide.
|
||||
- Various code optimizations and documentation updates.
|
||||
|
||||
@@ -38,9 +38,9 @@ Note - 对于版本的额外说明。
|
||||
|
||||
### Note
|
||||
- system_db_uri默认路径优化
|
||||
默认路径已兼容windows平台,详情见[issue142](https://github.com/alipay/agentUniverse/issues/142)
|
||||
默认路径已兼容windows平台,详情见[issue142](https://github.com/antgroup/agentUniverse/issues/142)
|
||||
- ReactAgent支持链停止词配置化
|
||||
ReactAgent yaml配置目前已经支持stop_sequence关键词,用户可以自行配置链停止词,详情见[issue127](https://github.com/alipay/agentUniverse/issues/127)
|
||||
ReactAgent yaml配置目前已经支持stop_sequence关键词,用户可以自行配置链停止词,详情见[issue127](https://github.com/antgroup/agentUniverse/issues/127)
|
||||
- 新增RAG原理介绍与RAG快速构建指导文档,请关注README与用户指南相应部分。
|
||||
- 新增智能体产品化平台高阶指导文档,请关注README与用户指南相应部分。
|
||||
- 部分代码优化与文档更新
|
||||
|
||||
@@ -180,7 +180,7 @@ https://private-user-images.githubusercontent.com/39180831/355437700-192f712d-1b
|
||||
## Support
|
||||
|
||||
### Submit Questions via GitHub Issues
|
||||
😊 We recommend submitting your queries using [GitHub Issues](https://github.com/alipay/agentUniverse/issues), we typically respond within 2 days.
|
||||
😊 We recommend submitting your queries using [GitHub Issues](https://github.com/antgroup/agentUniverse/issues), we typically respond within 2 days.
|
||||
|
||||
### Contact Us via Discord
|
||||
😊 Join our [Discord Channel](https://discord.gg/DHFcdkWAhn) to interact with us.
|
||||
|
||||
@@ -59,7 +59,7 @@ pip install agentUniverse
|
||||
[readthedocs](https://agentuniverse.readthedocs.io/en/latest/)
|
||||
|
||||
## お問い合わせ
|
||||
* github: https://github.com/alipay/agentUniverse
|
||||
* github: https://github.com/antgroup/agentUniverse
|
||||
* gitee: https://gitee.com/agentUniverse/agentUniverse
|
||||
* gitcode: https://gitcode.com/agentUniverse
|
||||
* Stack Overflow: https://stackoverflowteams.com/c/agentuniverse/questions
|
||||
|
||||
@@ -188,7 +188,7 @@ https://private-user-images.githubusercontent.com/39180831/355437700-192f712d-1b
|
||||
|
||||
### 支持
|
||||
#### 通过github issue提交疑问
|
||||
😊 我们建议您使用[github issue](https://github.com/alipay/agentUniverse/issues) 提交您的疑问, 我们通常会在2日内回复。
|
||||
😊 我们建议您使用[github issue](https://github.com/antgroup/agentUniverse/issues) 提交您的疑问, 我们通常会在2日内回复。
|
||||
|
||||
#### 通过Discord联系我们
|
||||
😊 加入我们的 [Discord频道](https://discord.gg/DHFcdkWAhn) 与我们进行交流。
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
## PEER Financial Training Dataset
|
||||
We open source 100 common financial questions and a training dataset for use within the PEER framework, containing 100 sets of inputs and outputs of the Planning Agent and the Expressing Agent. The dataset is applicable to agent training, pre-training, and supervised fine-tuning in various financial analysis scenarios.
|
||||
|
||||
For more training data, please provide your email via [GitHub Issues](https://github.com/alipay/agentUniverse/issues), we typically respond within 2 days.
|
||||
For more training data, please provide your email via [GitHub Issues](https://github.com/antgroup/agentUniverse/issues), we typically respond within 2 days.
|
||||
|
||||
Due to compliance issues, the relevant data of the Executing agent is still in the approval process, please wait patiently.
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ spec:
|
||||
ports:
|
||||
- containerPort: 8888
|
||||
command: ["/bin/bash", "-c"]
|
||||
args: ["git clone git@github.com:alipay/agentUniverse.git; mv agentUniverse/sample_standard_app /usr/local/etc/workspace/project; /bin/bash --login /usr/local/etc/workspace/shell/start.sh"]
|
||||
args: ["git clone git@github.com:antgroup/agentUniverse.git; mv agentUniverse/sample_standard_app /usr/local/etc/workspace/project; /bin/bash --login /usr/local/etc/workspace/shell/start.sh"]
|
||||
# Uncomment and replace "XXX" with your key to configure the agent
|
||||
# env:
|
||||
# - name: OPENAI_API_KEY
|
||||
@@ -62,7 +62,7 @@ In the resource configuration file, uncomment the `env` section and replace `val
|
||||
|
||||
#### Method 2
|
||||
|
||||
Please refer to the description at the beginning of the configuration file: [Quick Start Guide](https://github.com/alipay/agentUniverse/blob/master/docs/guidebook/zh/1_3_快速开始.md)
|
||||
Please refer to the description at the beginning of the configuration file: [Quick Start Guide](https://github.com/antgroup/agentUniverse/blob/master/docs/guidebook/zh/1_3_快速开始.md)
|
||||
|
||||
## 2. Building Resources
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
### Support
|
||||
#### Submit Questions via GitHub Issues
|
||||
😊 We recommend submitting your queries using [GitHub Issues](https://github.com/alipay/agentUniverse/issues), we typically respond within 2 days.
|
||||
😊 We recommend submitting your queries using [GitHub Issues](https://github.com/antgroup/agentUniverse/issues), we typically respond within 2 days.
|
||||
|
||||
#### Contact Us via Discord
|
||||
😊 Join our [Discord Channel](https://discord.gg/DHFcdkWAhn) to interact with us.
|
||||
|
||||
@@ -72,7 +72,7 @@ pip install agentUniverse
|
||||
|
||||
### 支持
|
||||
#### 通过github issue提交疑问
|
||||
😊 我们建议您使用[github issue](https://github.com/alipay/agentUniverse/issues) 提交您的疑问, 我们通常会在2日内回复。
|
||||
😊 我们建议您使用[github issue](https://github.com/antgroup/agentUniverse/issues) 提交您的疑问, 我们通常会在2日内回复。
|
||||
|
||||
#### 通过Discord联系我们
|
||||
😊 加入我们的 [Discord频道](https://discord.gg/VfhEvJzQ) 与我们进行交流。
|
||||
|
||||
@@ -36,7 +36,7 @@ spec:
|
||||
ports:
|
||||
- containerPort: 8888
|
||||
command: ["/bin/bash", "-c"]
|
||||
args: ["git clone git@github.com:alipay/agentUniverse.git; mv agentUniverse/sample_standard_app /usr/local/etc/workspace/project; /bin/bash --login /usr/local/etc/workspace/shell/start.sh"]
|
||||
args: ["git clone git@github.com:antgroup/agentUniverse.git; mv agentUniverse/sample_standard_app /usr/local/etc/workspace/project; /bin/bash --login /usr/local/etc/workspace/shell/start.sh"]
|
||||
# Uncomment and replace "XXX" with your key to configure the agent
|
||||
# env:
|
||||
# - name: OPENAI_API_KEY
|
||||
@@ -64,7 +64,7 @@ spec:
|
||||
|
||||
#### 方式2
|
||||
|
||||
请参考配置文件开始部分的描述: [快速开始指南](https://github.com/alipay/agentUniverse/blob/master/docs/guidebook/zh/1_3_快速开始.md)
|
||||
请参考配置文件开始部分的描述: [快速开始指南](https://github.com/antgroup/agentUniverse/blob/master/docs/guidebook/zh/1_3_快速开始.md)
|
||||
|
||||
## 2. 构建资源
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
### 支持
|
||||
#### 通过github issue提交疑问
|
||||
😊 我们建议您使用[github issue](https://github.com/alipay/agentUniverse/issues) 提交您的疑问, 我们通常会在2日内回复。
|
||||
😊 我们建议您使用[github issue](https://github.com/antgroup/agentUniverse/issues) 提交您的疑问, 我们通常会在2日内回复。
|
||||
|
||||
#### 通过Discord联系我们
|
||||
😊 加入我们的 [Discord频道](https://discord.gg/DHFcdkWAhn) 与我们进行交流。
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
## 1. 环境准备
|
||||
使用 git clone aU 项目,并进入到样例工程目录
|
||||
```shell
|
||||
git clone https://github.com/alipay/agentUniverse.git
|
||||
git clone https://github.com/antgroup/agentUniverse.git
|
||||
cd agentUniverse/sample_standard_app
|
||||
```
|
||||
### 1.1 无有效Python环境
|
||||
|
||||
Reference in New Issue
Block a user