Skip to content

Commit d8aa2cc

Browse files
author
CodeBuddy Attribution Bot
committed
fix(attribution): Python SDK 包名与技能文档不一致导致依赖安装失败 (issue_mnoasw8b_l56piu)
1 parent e02a839 commit d8aa2cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

config/source/skills/cloudbase-agent/py/adapter-coze.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ The Coze adapter allows you to use Coze's hosted AI bots as your backend, while
1212

1313
## Installation
1414

15-
Coze adapter is included in the `cloudbase-agent` package:
15+
Coze adapter currently has no official public package/install contract in the CloudBase docs set available in this repository. Before using it, verify the exact package name and installation steps against the latest official docs or template README for your target adapter.
1616

1717
```bash
18-
pip install cloudbase-agent
18+
# Verify the package name from official docs before running pip install
1919
```
2020

2121
## Basic Usage
@@ -30,7 +30,7 @@ def create_agent():
3030
api_key="your-api-key"
3131
)
3232

33-
AgentServiceApp().run(create_agent, port=8000)
33+
AgentServiceApp().run(create_agent, port=9000)
3434
```
3535

3636
## Configuration

0 commit comments

Comments
 (0)