Dropstone SDK 1.0 brings persistent memory to AI agents
TL;DR. Blankline Research releases Dropstone SDK 1.0, enabling AI agents to retain learned information across different operational environments and sessions. - The SDK introduces 'Continuity,' a persistent memory shared between CLI, chat, and developer pipelines. - This allows agents to avoid repeating mistakes and reuse knowledge without explicit export or syncing. - Developers can now integrate intelligent agents with memory directly into TypeScript applications and CI workflows.
- Dropstone SDK 1.0 provides programmatic access to an AI agent runtime.
- The core feature is 'Continuity,' a single persistent memory for each account, shared across CLI, chat, and SDK sessions.
- This eliminates the 'starts from zero' problem for AI tools, allowing agents to remember interactions and learnings.
- The SDK supports integration into TypeScript pipelines and offers an OpenAI-compatible headless API for CI.
- The 1.0 release is stable, focusing on memory persistence rather than complex agent behavior or reasoning.