我可以在哪里使用 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.