ZTRADER · AI LAB
Paid workflow layer

AI Workflow Examples

Start with a template, edit the request, compile it into function language, then run a visible AI graph with source control, critic pass and trace. Chat gives an answer. Lab shows how the answer is built.

Create Workflow
01选择任务

先选一个模板,不需要对着空白页受刑。

02编辑请求

用正常语言描述任务,Lab 会把它编译成结构化意图。

03构建图谱

把意图转成数据源策略、节点顺序、约束规则和输出格式。

04运行

可以在 Lab 内运行,也可以带着完整 prompt 跳转到 ZChat,或复制到其他 AI 工具。

自然语言Scan global macro news today and summarize market impact across equities, rates, FX, commodities, credit, and volatility.
函数语言macro_scan · 6 nodes · 跨资产交易台摘要 · English
UI Language
Output Language
Final answer will be written in English. UI language and output language are separate.idle
Step 2 · Request InputMarket Scan
Request SamplesPick one, edit it, then run the workflow.
Step 3 · Visual Workflow GraphClick any node to inspect or disable it
Run Trace
01Choose a workflow template.
02Build Workflow will compile the request into an executable graph.
Natural Language to Function Language
{
  "intent": "macro_scan",
  "mode": "guided",
  "user_request": "Scan global macro news today and summarize market impact across equities, rates, FX, commodities, credit, and volatility.",
  "output_target": "跨资产交易台摘要",
  "asset_scope": [
    "equities",
    "rates",
    "fx",
    "commodities",
    "credit",
    "volatility"
  ],
  "source_policy": {
    "web": true,
    "zchart": true,
    "codex": true,
    "rag": false
  },
  "execution_graph": [
    {
      "step": 1,
      "node_id": "intent",
      "function": "intent.compile",
      "model_or_tool": "openai/gpt-oss-20b"
    },
    {
      "step": 2,
      "node_id": "planner",
      "function": "workflow.plan",
      "model_or_tool": "deepseek-ai/DeepSeek-V3.1"
    },
    {
      "step": 3,
      "node_id": "web",
      "function": "source.web",
      "model_or_tool": "tool:web"
    },
    {
      "step": 4,
      "node_id": "zchart",
      "function": "source.zchart",
      "model_or_tool": "tool:zchart"
    },
    {
      "step": 5,
      "node_id": "critic",
      "function": "critic.audit",
      "model_or_tool": "deepseek-ai/DeepSeek-V3.1"
    },
    {
      "step": 6,
      "node_id": "synthesis",
      "function": "answer.synthesize",
      "model_or_tool": "moonshotai/Kimi-K2-Instruct-0905"
    }
  ],
  "guardrails": [
    "Separate live quotes from stale references",
    "Disclose source conflicts",
    "Do not treat proxy ETF prices as exact spot prices",
    "Do not fabricate unavailable numbers"
  ]
}
Final Output
No output yet. Run in Lab to stream the result here, or launch in ZChat for the normal chat experience.
Step 4 · Review and Launch

Launch this workflow

Choose the surface. Normal users should launch in ZChat. Power users can copy the prompt, JSON or terminal command.