What is not built yet
This page lists what you might expect and will not find. Everything here is absent from the current release; nothing here has a date.
Ingest
- Audio and video. RememberStack does not ingest audio or video yet; no converter turns speech or video into text.
- URLs. You cannot ingest a web page by its address; fetch the page yourself and upload the file.
- Connectors and watched folders. Nothing pulls documents from another
system or a folder automatically; the
remember connectorscommands and SDK connector methods call routes that no deployment serves, and theconnectors-watched-directoryinstall extra installs nothing.
Documents
- Erasing a document. Deleting a document removes it from the memory but keeps its claims and stored original as history; the HTTP API, the SDK, the CLI and the MCP tools cannot erase a document's bytes.
- Deleting one version. You can delete a whole document, not a single version of it.
- Waiting for readiness from the CLI. No
remembercommand waits for a document to be processed; use the SDK'swait_for_readinessor the MCPpipeline_readinesstool.
Knowledge
- Compiled pages. RememberStack does not write summary pages that
combine what it knows about a topic; the envelope's
pagesfield and thecompiledgrain exist but stay empty, and thekinstall extra installs nothing. - Opening a source from an agent. No MCP tool returns a whole original
source file; agents read passages through search and
adjacent_chunks(a self-hosted engine can publish its sources as files, see Filesystem views).
Clients
- Async Python client. The
rememberpackage is synchronous only. - Other languages. There is no TypeScript, JavaScript, Go or other client library; use the HTTP API.
Running the engine
- Kubernetes. There is no Helm chart or Kubernetes manifest; the supported deployment is Docker Compose (Install with Docker Compose).