什麼是 dust-call-agent?
呼叫 Dust 代理程式以取得資訊(讀取 slack 執行緒、概念 URL、Google Drive 文件...)、執行操作(向 slack 發布訊息、建立日曆事件...)、提供有關 Dust 的任何主題的上下文(公司、當前討論、客戶...),或通常讓 Dust 代理執行給定任務。 來源:dust-tt/dust。
呼叫 Dust 代理程式以取得資訊(讀取 slack 執行緒、概念 URL、Google Drive 文件...)、執行操作(向 slack 發布訊息、建立日曆事件...)、提供有關 Dust 的任何主題的上下文(公司、當前討論、客戶...),或通常讓 Dust 代理執行給定任務。
透過命令列快速安裝 dust-call-agent AI 技能到你的開發環境
來源:dust-tt/dust。
Access Dust agents that have context on all the company, e.g. recent projects, engineering, sales, marketing, etc., via the Dust CLI non-interactively, e.g.: $ dust chat -a issueBot -m "create an issue for this: ..." $ dust chat -a deep-dive -m "Research all info we have on kubernetes probe failures in recent weeks."
A conversation with an agent can be continued after the first message using the argument -c CONVERSATIONSTRINGID. The conversation id will be returned in the JSON result from the initial call.
$ dust chat -a issueBot -c 'TdWyn4aDt1' -m "also add a subsequent issue about this: ..."
呼叫 Dust 代理程式以取得資訊(讀取 slack 執行緒、概念 URL、Google Drive 文件...)、執行操作(向 slack 發布訊息、建立日曆事件...)、提供有關 Dust 的任何主題的上下文(公司、當前討論、客戶...),或通常讓 Dust 代理執行給定任務。 來源:dust-tt/dust。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/dust-tt/dust --skill dust-call-agent呼叫 Dust 代理程式以取得資訊(讀取 slack 執行緒、概念 URL、Google Drive 文件...)、執行操作(向 slack 發布訊息、建立日曆事件...)、提供有關 Dust 的任何主題的上下文(公司、當前討論、客戶...),或通常讓 Dust 代理執行給定任務。 來源:dust-tt/dust。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/dust-tt/dust --skill dust-call-agent 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/dust-tt/dust