dust-call-agent이란?
Dust 에이전트를 호출하여 정보를 얻고(Slack 스레드 읽기, 개념 URL, Google 드라이브 문서...) 작업을 수행하고(Slack에 메시지 게시, 캘린더 이벤트 생성 등), Dust에 관한 모든 주제(회사, 현재 토론, 고객...)에 대한 컨텍스트를 제공하거나 일반적으로 Dust 에이전트가 주어진 작업을 수행하도록 합니다. 출처: dust-tt/dust.
Dust 에이전트를 호출하여 정보를 얻고(Slack 스레드 읽기, 개념 URL, Google 드라이브 문서...) 작업을 수행하고(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 드라이브 문서...) 작업을 수행하고(Slack에 메시지 게시, 캘린더 이벤트 생성 등), Dust에 관한 모든 주제(회사, 현재 토론, 고객...)에 대한 컨텍스트를 제공하거나 일반적으로 Dust 에이전트가 주어진 작업을 수행하도록 합니다. 출처: dust-tt/dust.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/dust-tt/dust --skill dust-call-agentDust 에이전트를 호출하여 정보를 얻고(Slack 스레드 읽기, 개념 URL, Google 드라이브 문서...) 작업을 수행하고(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