agentscope-ai / agentscope-ai/agentscope-samples

[Bug]:Incorrect Import Path for AliasRunner in Option B of Project README

未關閉
#120 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
bug
主要語言
Python
星號
345
分支
95
PR 合併指標
30 天內沒有已合併 PR

描述

**AgentScope-Samples is an open-source project. To involve a broader community, we recommend asking your questions in English.**

**Describe the bug**
In the **Option B: Using Python Code (Recommended for Developers)** section at the bottom of the project's README, the import path for `AliasRunner` is incorrect.

The current incorrect import statement is:
```python
from alias.server.runtime.runner.alias_runner import AliasRunner
```

It should be corrected to:
```python
from alias.runtime.runtime_compat.runner.alias_runner import AliasRunner
```

## Additional Context
Since AgentScope-Samples is an open-source project, we recommend using English to ask questions to engage the broader community. This issue report follows that guideline to ensure clarity for all contributors.

**To Reproduce**
Steps to reproduce the behavior:

1. You code
2. How to execute
3. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Error messages**
Detailed error messages.

**Environment (please complete the following information):**

- AgentScope-Samples
- Python Version: [e.g. 3.10]
- OS: [e.g. macos, windows]

**Additional context**
Add any other context about the problem here.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。