Remember the person.
Store useful preferences and facts against an entity, then recall the relevant context when that person returns.
A useful assistant should not need the same introduction every session. Give your application a durable place for user context, product knowledge, and the sources behind its answers.
Your model handles the conversation. Aether handles stored memory and retrieval. Keep that boundary clear so a new session can start with relevant context, without treating a growing chat transcript as your database.
Store useful preferences and facts against an entity, then recall the relevant context when that person returns.
Retrieve product documents alongside memory so your application can show the source material that informed a response.
Add memory to the agent or application you already run. Aether is the memory layer, not a replacement for your model or execution environment.
Aether combines persistent memory with document retrieval. Start with a small, well-defined context set and test what your assistant recalls before expanding it.
A closer look at AetherEntity-scoped recall for returning users
Document-backed context for product questions
SDKs for TypeScript, Python, Go, and .NET
In this example, an assistant helps a developer resume an SDK setup. The remembered environment narrows the answer; the setup guide supplies the evidence.
Store the developer’s language and current setup context.
Recall those facts when the developer returns.
Retrieve the relevant guide and let the application compose a sourced response.
No. Your application or agent environment runs the model and tools. Aether stores and retrieves the context you supply; your application decides how to use it.
Scoped organizes projects, issues, and progress. Compatible external agents can read work and post updates through authorized MCP connections, with the person and connection source recorded.
They are separate products with distinct responsibilities. Start with the capability you need. These examples do not assume a live, automatic handoff between Aether, Scoped, and Charter.