dsh-cxas
DeepSeek Harness plugin exposing the CX Agent Studio Scripting API CLI (cxas-scrapi / 'cxas') as model-facing tools: apps, deployments, evaluations, conversations, traces, tools, callbacks, variables, pull/push, and lint.
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.