-
Notifications
You must be signed in to change notification settings - Fork 379
Open
Labels
bugSomething isn't workingSomething isn't working
Description
AgentScope-Java is an open-source project. To involve a broader community, we recommend asking your questions in English.
Describe the bug
ShellCommandTool默认使用UTF-8读取stdout/stderr,windows下会导致读取到的中文乱码。
agentscope-java/agentscope-core/src/main/java/io/agentscope/core/tool/coding/ShellCommandTool.java
Line 660 in aa62e7c
| new InputStreamReader(inputStream, StandardCharsets.UTF_8))) { |
To Reproduce (TODO)
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-Java Version: 1.0.10
- Java Version: 25
- OS: windows
Additional context
Add any other context about the problem here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Backlog