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:
from alias.server.runtime.runner.alias_runner import AliasRunner
It should be corrected to:
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:
- You code
- How to execute
- 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.
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
AliasRunneris incorrect.The current incorrect import statement is:
It should be corrected to:
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:
Expected behavior
A clear and concise description of what you expected to happen.
Error messages
Detailed error messages.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.