我可以在哪裡使用 Dropstone?
Dropstone 可作為瀏覽器中的聊天應用程式、macOS、Linux 和 Windows 的 CLI、VS Code 擴充功能以及 SDK 使用。它們都共用同一個帳戶、同一份記憶體和同一個使用額度。
Dropstone 在你工作的任何地方都能執行。每個介面都登入同一個帳戶、讀取同一份記憶體,並使用同一個使用額度,因此你可以在它們之間切換而不會遺失任何內容。
Dropstone Chat
chat.dropstone.io,可在任何現代瀏覽器中開啟。
對話、上傳的文件、包含共享檔案的專案、你可以編輯和發佈的成品、技能,以及分享功能。這是用於寫作、分析、研究和處理文件的介面。請參閱開始使用 Dropstone Chat。
Dropstone CLI
你的終端機,支援 macOS、Linux 和 Windows。
一個能讀取你的程式碼庫、規劃變更、編輯專案中的檔案、執行命令,並解釋其操作的代理程式。這是用於軟體開發工作的介面。使用單一命令即可安裝;請參閱安裝 CLI。完整參考文件位於 docs.dropstone.io。
VS Code 擴充功能
在 VS Code 內,驅動與 CLI 相同的引擎。
同一個代理程式,但具備編輯器原生介面。登入一次後,它會與其他所有介面共享記憶體。詳細資訊請參閱 CLI 文件。
Dropstone SDK
從你自己的程式碼中。
使用你的帳戶及其記憶體,將 Dropstone 建置到你自己的應用程式和工作流程中。請參閱 Dropstone SDK 和搭配你的方案使用 API。
儀表板
dropstone.io/dashboard,可在瀏覽器中開啟。
你的使用量、方案和帳單、設定、隱私控制、禮物,以及(針對組織)成員和團隊。請參閱你的儀表板。
所有介面共用一個帳戶
登入一次後,同一個帳戶就能在所有地方使用。Chat 和儀表板在同一個瀏覽器中共享工作階段。CLI 使用 dropstone login 登入,這會開啟瀏覽器以完成登入。SDK 使用你儀表板中的 API 金鑰。
因為這是同一個帳戶,所以也是同一份記憶體:你在 CLI 中設定的偏好設定會套用於 Chat,反之亦然。請參閱跨 Chat、CLI 和 SDK 的記憶體。
這也代表同一個使用額度。你在 Chat 中執行的工作和你在 CLI 中執行的工作,都會計入同一個每週限制。請參閱使用量與限制的運作方式。
尚未提供
目前沒有原生行動應用程式。Chat 可在行動瀏覽器中運作。
Related articles
- Get started with Dropstone ChatDropstone Chat at chat.dropstone.io is a conversational assistant with memory, projects, document upload, artifacts, and skills. Here is the layout and the first things to try.
- Install the CLIInstall the Dropstone CLI on macOS, Linux, or Windows with one command, sign in, and check it works. Upgrading and uninstalling.
- Dropstone SDKA typed TypeScript and JavaScript client for the Dropstone agent, with two entry points: one for headless API calls from CI or a serverless function, one that runs the agent locally with the same account memory as the CLI and Chat.
- Your dashboardThe Dropstone dashboard at dropstone.io is where you see your usage, manage your plan and billing, change settings, control privacy, redeem gifts, and, for organizations, manage members and teams.
- Memory across chat, CLI, and SDKDropstone memory belongs to your account, not to one app. A rule you set in the CLI applies in chat, and something learned in chat is available to the SDK. One memory, every surface.
- How usage and limits workEvery Dropstone plan comes with a weekly usage allowance shared across chat, the CLI, and the SDK. How it is measured, when it resets, what happens when you reach it, and how to make it go further.