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: ..."
Rufen Sie einen Dust-Agenten an, um Informationen zu erhalten (einen Slack-Thread, eine Begriffs-URL, ein Google Drive-Dokument lesen ...), eine Aktion auszuführen (eine Nachricht an Slack zu senden, ein Kalenderereignis zu erstellen usw.), Kontext zu einem beliebigen Thema in Bezug auf Dust bereitzustellen (das Unternehmen, aktuelle Diskussionen, Kunden ...) oder den Dust-Agenten allgemein eine bestimmte Aufgabe ausführen zu lassen. Quelle: dust-tt/dust.