Skip to content

Commit

Permalink
minor improvement for the links and position of "Tutorial"'s first ap…
Browse files Browse the repository at this point in the history
…pearance (#17)

* minor improvement for the links and position of "Tutorial"'s first appearance.

* minor improvement for the links and position of "Tutorial"'s first appearance.
  • Loading branch information
yxdyc authored Jan 23, 2024
1 parent 5602bdf commit 28789fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

AgentScope is an innovative multi-agent platform designed to empower developers to build multi-agent applications with ease, reliability, and high performance. It features three high-level capabilities:

- **Easy-to-Use**: Programming in pure Python with various pre-built components for immediate use, suitable for developers or users with varying levels of customization requirements.
- **Easy-to-Use**: Programming in pure Python with various pre-built components for immediate use, suitable for developers or users with varying levels of customization requirements. Detailed documentation and examples are provided to help you get started, see our [Tutorial](https://alibaba.github.io/AgentScope/).

- **High Robustness**: Supporting customized fault-tolerance controls and retry mechanisms to enhance application stability.

Expand Down Expand Up @@ -138,7 +138,7 @@ For post requests APIs, the config contains the following fields.
```

AgentScope provides fruitful scripts to fast deploy model services in [Scripts](./scripts/README.md).
For more details of model services, refer to our [Tutorial](https://alibaba.github.io/AgentScope/index.html) and [API Document](https://alibaba.github.io/AgentScope/index.html).
For more details of model services, refer to our [Tutorial](https://alibaba.github.io/AgentScope/index.html#welcome-to-agentscope-tutorial-hub) and [API Document](https://alibaba.github.io/AgentScope/index.html#indices-and-tables).

#### Step 2: Create Agents

Expand Down Expand Up @@ -308,7 +308,7 @@ pip install -e .\[dev\]
pre-commit install
```

Please refer to our [Tutorial](https://alibaba.github.io/AgentScope/) for more details.
Please refer to our [Contribution Guide](https://alibaba.github.io/AgentScope/tutorial/contribute.html) for more details.

## References

Expand Down

0 comments on commit 28789fe

Please sign in to comment.