Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ From PyPI:
```bash
# Install core dependencies
pip install agentscope-runtime

# Install preview version
pip install --pre agentscope-runtime
```

(Optional) From source:
Expand Down
3 changes: 3 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@
```bash
# 安装核心依赖
pip install agentscope-runtime

# 安装预览版本
pip install --pre agentscope-runtime
```

(可选)从源码安装:
Expand Down
1 change: 1 addition & 0 deletions cookbook/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ sphinx:
- sphinx.ext.napoleon
- sphinx.ext.intersphinx
- sphinx.ext.autosummary
- sphinxcontrib.mermaid
config:
# API Documentation Configuration
autosummary_generate: True
Expand Down
Binary file removed cookbook/_static/agent_architecture.jpg
Binary file not shown.
Binary file removed cookbook/_static/agent_architecture_zh.jpg
Binary file not shown.
94 changes: 54 additions & 40 deletions cookbook/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,38 @@ parts:
- file: en/install.md
- file: en/concept.md
- file: en/quickstart.md
- file: en/sandbox.md
- file: en/tool.md
sections:
- file: en/sandbox_advanced.md
- file: en/training_sandbox.md
- file: en/sandbox_troubleshooting.md
- file: en/advanced_deployment.md
- file: en/react_agent.md
- file: en/agent_app.md
- file: en/protocol.md
- file: en/manager.md
- file: en/sandbox/sandbox.md
sections:
- file: en/sandbox/advanced.md
- file: en/sandbox/training_sandbox.md
- file: en/sandbox/troubleshooting.md
- file: en/tools/tools.md
sections:
- file: en/tools/modelstudio_search.md
- file: en/tools/modelstudio_rag.md
- file: en/tools/modelstudio_generations.md
- file: en/tools/alipay.md
- file: en/tools/realtime_clients.md
- file: en/deployment.md
sections:
- file: en/context_manager.md
- file: en/environment_manager.md
- file: en/tools/tools.md
- file: en/service.md
- file: en/agent_app.md
- file: en/advanced_deployment.md
- file: en/react_agent.md
- file: en/use.md
sections:
- file: en/tools/modelstudio_search.md
- file: en/tools/modelstudio_rag.md
- file: en/tools/modelstudio_generations.md
- file: en/tools/alipay.md
- file: en/tools/realtime_clients.md
- file: en/tracing.md
- file: en/demohouse.md
- file: en/call.md
- file: en/webui.md
- file: en/tracing.md
- file: en/protocol.md
- file: en/demohouse.md
- file: en/ut.md
- file: en/contribute.md
sections:
- file: en/README.md
- file: en/CHANGELOG.md

- caption: API Reference
chapters:
Expand All @@ -45,40 +52,47 @@ parts:

- caption: 简介
chapters:
- file: zh/intro.md
title: "0. 介绍"
- file: zh/intro.md
title: "0. 介绍"

- caption: 教程
numbered: 1
chapters:
- file: zh/install.md
- file: zh/concept.md
- file: zh/quickstart.md
- file: zh/sandbox.md
- file: zh/tool.md
sections:
- file: zh/sandbox_advanced.md
- file: zh/training_sandbox.md
- file: zh/sandbox_troubleshooting.md
- file: zh/advanced_deployment.md
- file: zh/react_agent.md
- file: zh/agent_app.md
- file: zh/protocol.md
- file: zh/manager.md
- file: zh/sandbox/sandbox.md
sections:
- file: zh/sandbox/advanced.md
- file: zh/sandbox/training_sandbox.md
- file: zh/sandbox/troubleshooting.md
- file: zh/tools/tools.md
sections:
- file: zh/tools/modelstudio_search.md
- file: zh/tools/modelstudio_rag.md
- file: zh/tools/modelstudio_generations.md
- file: zh/tools/alipay.md
- file: zh/tools/realtime_clients.md
- file: zh/deployment.md
sections:
- file: zh/context_manager.md
- file: zh/environment_manager.md
- file: zh/tools/tools.md
- file: zh/service.md
- file: zh/agent_app.md
- file: zh/advanced_deployment.md
- file: zh/react_agent.md
- file: zh/use.md
sections:
- file: zh/tools/modelstudio_search.md
- file: zh/tools/modelstudio_rag.md
- file: zh/tools/modelstudio_generations.md
- file: zh/tools/alipay.md
- file: zh/tools/realtime_clients.md
- file: zh/tracing.md
- file: zh/demohouse.md
- file: zh/call.md
- file: zh/webui.md
- file: zh/tracing.md
- file: zh/protocol.md
- file: zh/demohouse.md
- file: zh/ut.md
- file: zh/contribute.md
sections:
- file: zh/README.md
- file: zh/CHANGELOG.md

- caption: API 参考
chapters:
Expand Down
Loading
Loading