mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
feat: promote Agent Skills from experimental to stable
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
139e621410
commit
a4ffc6eb24
28 changed files with 196 additions and 341 deletions
|
|
@ -58,7 +58,7 @@ The following is a simple example showing how to use the ACP SDK to create a cli
|
|||
public void testSession() throws AgentInitializeException, SessionNewException, IOException {
|
||||
// Create an ACP client with a process transport
|
||||
AcpClient acpClient = new AcpClient(
|
||||
new ProcessTransport(new ProcessTransportOptions().setCommandArgs(new String[] {"qwen", "--acp", "--experimental-skills", "-y"})));
|
||||
new ProcessTransport(new ProcessTransportOptions().setCommandArgs(new String[] {"qwen", "--acp", "-y"})));
|
||||
|
||||
try {
|
||||
// Send a prompt to the agent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue