Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change hyperlink to ms #20

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading