feat: promote Agent Skills from experimental to stable

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
tanzhenxin 2026-02-06 13:04:08 +08:00
parent 139e621410
commit a4ffc6eb24
28 changed files with 196 additions and 341 deletions

View file

@ -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