Skip to content

Commit

Permalink
Fix tutorial links in readme (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-x-c authored Jan 30, 2024
1 parent 619b4a9 commit dd36ee1
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. Detailed documentation and examples are provided to help you get started, see our [Tutorial](https://alibaba.github.io/AgentScope/).
- **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://modelscope.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#welcome-to-agentscope-tutorial-hub) and [API Document](https://alibaba.github.io/AgentScope/index.html#indices-and-tables).
For more details of model services, refer to our [Tutorial](https://modelscope.github.io/agentscope/index.html#welcome-to-agentscope-tutorial-hub) and [API Document](https://modelscope.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 [Contribution Guide](https://alibaba.github.io/AgentScope/tutorial/contribute.html) for more details.
Please refer to our [Contribution Guide](https://modelscope.github.io/agentscope/tutorial/contribute.html) for more details.

## References

Expand Down

0 comments on commit dd36ee1

Please sign in to comment.