bailian-cli 1.3.2 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -1
- package/README.zh.md +4 -1
- package/dist/bailian.mjs +198 -206
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -30,6 +30,9 @@ Equip your AI Agent out-of-the-box with these capabilities, composable across co
|
|
|
30
30
|
- **Video generation & editing** — HappyHorse-1.0 series: text-/image-/reference-to-video and natural-language video editing (up to 9-image reference)
|
|
31
31
|
- **Speech synthesis & recognition** — CosyVoice streaming TTS, voice cloning from 5–20s samples; FunAudio-ASR covers 30 languages including 7 Chinese dialects and 20+ Mandarin accents
|
|
32
32
|
- **Image & video understanding** — Qwen-VL: long-form video analysis, chart/document parsing, visual reasoning, multilingual OCR
|
|
33
|
+
|
|
34
|
+
> **Note:** The features below are currently available only to China site (aliyun.com) account holders and are not yet supported for international / global site accounts.
|
|
35
|
+
|
|
33
36
|
- **Knowledge base & memory** — Multimodal RAG retrieval and cross-session memory for personalized, coherent dialogue
|
|
34
37
|
- **App calls** — Invoke agents and workflows already published on Aliyun Model Studio
|
|
35
38
|
- **MCP integration** — Orchestrate Bailian MCP servers: list services, inspect tools, and invoke any tool directly from the terminal
|
|
@@ -172,7 +175,7 @@ export BAILIAN_WORKSPACE_ID=ws-...
|
|
|
172
175
|
bl config show
|
|
173
176
|
|
|
174
177
|
# Set defaults
|
|
175
|
-
bl config set --key
|
|
178
|
+
bl config set --key base_url --value https://dashscope-us.aliyuncs.com
|
|
176
179
|
bl config set --key default_text_model --value qwen-turbo
|
|
177
180
|
bl config set --key timeout --value 600
|
|
178
181
|
|
package/README.zh.md
CHANGED
|
@@ -30,6 +30,9 @@ _专为 AI Agent 打造,每个命令均可作为结构化工具调用。_
|
|
|
30
30
|
- **视频生成与编辑** — HappyHorse-1.0 系列,支持文生 / 图生 / 参考生(最多 9 张图参考)/ 自然语言视频编辑
|
|
31
31
|
- **语音合成与识别** — CosyVoice 实时流式合成,5-20s 样本即可克隆;FunAudio-ASR 覆盖 30 种语种,含汉语七大方言与 20+ 口音官话
|
|
32
32
|
- **图像与视频理解** — Qwen-VL:长视频解析、复杂图表与文档识别、视觉推理、多语种 OCR
|
|
33
|
+
|
|
34
|
+
> **注意:** 以下功能目前仅对中国站(aliyun.com)账号开放,国际站 / 全球站账号暂不支持。
|
|
35
|
+
|
|
33
36
|
- **知识库与记忆库** — 多模态 RAG 检索 + 跨会话记忆,提供个性化连贯对话体验
|
|
34
37
|
- **应用调用** — 调用已发布在阿里云百炼平台上的智能体与工作流应用
|
|
35
38
|
- **MCP 集成** — 统一调度百炼 MCP 服务:列出服务、查看工具、直接在终端调用任意工具
|
|
@@ -167,7 +170,7 @@ export BAILIAN_WORKSPACE_ID=ws-...
|
|
|
167
170
|
bl config show
|
|
168
171
|
|
|
169
172
|
# 设置默认值
|
|
170
|
-
bl config set --key
|
|
173
|
+
bl config set --key base_url --value https://dashscope-us.aliyuncs.com
|
|
171
174
|
bl config set --key default_text_model --value qwen-turbo
|
|
172
175
|
bl config set --key timeout --value 600
|
|
173
176
|
|