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.
安装
$
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.