Skip to content

Commit

Permalink
Change hyperlink to modelscope (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
qbc2016 authored Jan 25, 2024
1 parent 4a238ba commit fd326e3
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To install AgentScope, you need to have Python 3.9 or higher installed.

```bash
# Pull the source code from github
git clone https://github.com/alibaba/AgentScope.git
git clone https://github.com/modelscope/agentscope.git

# Install the package in editable mode
cd AgentScope
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx_doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
:github_url: https://github.com/alibaba/agentscope
:github_url: https://github.com/modelscope/agentscope

AgentScope Documentation
======================================
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx_doc/source/tutorial/101-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ For users who prefer to install AgentScope directly from the source code, follow

```bash
# Pull the source code from Github
git clone https://github.com/alibaba/AgentScope.git
git clone https://github.com/modelscope/agentscope.git
cd AgentScope

# For centralized multi-agent applications
Expand Down
6 changes: 3 additions & 3 deletions docs/sphinx_doc/source/tutorial/104-usecase.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,9 @@ Now you've grasped how to conveniently set up a multi-agent application with Age

## Other Example Applications

- Example of Simple Group Conversation: [examples/Simple Conversation](https://github.com/alibaba/AgentScope/tree/main/examples/simple_chat/README.md)
- Example of Werewolves: [examples/Werewolves](https://github.com/alibaba/AgentScope/tree/main/examples/werewolves/README.md)
- Example of Distributed Agents: [examples/Distributed Agents](https://github.com/alibaba/AgentScope/tree/main/examples/distributed_agents/README.md)
- Example of Simple Group Conversation: [examples/Simple Conversation](https://github.com/modelscope/agentscope/tree/main/examples/simple_chat/README.md)
- Example of Werewolves: [examples/Werewolves](https://github.com/modelscope/agentscope/tree/main/examples/werewolves/README.md)
- Example of Distributed Agents: [examples/Distributed Agents](https://github.com/modelscope/agentscope/tree/main/examples/distributed_agents/README.md)
- ...

[[Return to the top]](#crafting-your-first-application)
2 changes: 1 addition & 1 deletion docs/sphinx_doc/source/tutorial/301-community.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Becoming a part of the AgentScope community allows you to connect with other use

## GitHub

- **Star and Watch the AgentScope Repository:** Show your support and stay updated on our progress by starring and watching the [AgentScope repository](https://github.com/alibaba/AgentScope).
- **Star and Watch the AgentScope Repository:** Show your support and stay updated on our progress by starring and watching the [AgentScope repository](https://github.com/modelscope/agentscope).
- **Submit Issues and Pull Requests:** If you encounter any problems or have suggestions, submit an issue to the relevant repository. We also welcome pull requests for bug fixes, improvements, or new features.

## Discord
Expand Down
2 changes: 1 addition & 1 deletion notebook/conversation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"id": "adc601a8-144f-4e42-bc86-f0e14adb39b5",
"metadata": {},
"source": [
"To code it easier, you can use pipeline in [`agentscope.pipelines`](https://github.com/alibaba/AgentScope/blob/main/src/agentscope/pipelines/pipeline.py) and [`agentscope.pipelines.functional`](https://github.com/alibaba/AgentScope/blob/main/src/agentscope/pipelines/functional.py)."
"To code it easier, you can use pipeline in [`agentscope.pipelines`](https://github.com/modelscope/agentscope/blob/main/src/agentscope/pipelines/pipeline.py) and [`agentscope.pipelines.functional`](https://github.com/modelscope/agentscope/blob/main/src/agentscope/pipelines/functional.py)."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
).group(1)

NAME = "agentscope"
URL = "https://github.com/alibaba/AgentScope"
URL = "https://github.com/modelscope/agentscope"

rpc_requires = [
"grpcio==1.60.0",
Expand Down

0 comments on commit fd326e3

Please sign in to comment.