它會根據目標的 schema 驗證每次呼叫,帶著關聯 ID 轉發請求,再回傳型別化的結果。這樣你就有了一個可組合的骨幹,讓代理能將多個工作流程串接起來,而每一跳都會記錄在同一份執行紀錄中,讓你從頭到尾完整追蹤。
運作方式
Used at step 01 to kick off the pipeline.
Write
Used at step 01 to kick off the pipeline.
WebFetch
Used at step 01 to kick off the pipeline.
WebSearch
Used at step 01 to kick off the pipeline.
在轉發請求前,驗證輸入是否符合目標工作流程的 Schema。
pending
執行下游工作流程,並攜帶相關聯 ID,以確保整個鏈條可追溯。
pending
將結果回傳給呼叫端,並將此次呼叫記錄至共用執行日誌中。
pending
輸出範例
json
// Sample output
// (generated when the pipeline finishes)
Given a tool call naming a registered workflow and arguments, validate against its schema, invoke it, and return the typed result with a correlation id.
Unlock the rest
The full agent definition, install snippet, and starter task are gated for community members.
Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.