dsh-cxas
将 CX Agent Studio 脚本 API CLI 暴露为模型可用工具的 DSH 插件
AI 分析
将 `cxas` 命令行工具封装为 Agent 可直接调用的工具,支持应用、部署、评估和追踪管理。适合使用 CX Agent Studio 进行智能体开发的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Yash-Kavaiya/dsh-cxas说明文档
阅读完整 README ↗Configuration
| Key | Default | Meaning |
|---|---|---|
cxasBin | cxas | Path to the cxas executable. |
project | — | Fallback --project appended to commands that accept it. |
location | — | Fallback --location (e.g. global) appended to commands that accept it. |
timeoutMs | 120000 | Timeout for one cxas invocation. |
Set values in the config: block of your cordis.yml / cordis.patch.yml.