Use case · Coding agent

Memory for a coding agent

A coding agent starts each session with a limited view of repository history, conventions, and earlier decisions. Durable memory can make selected project context retrievable without turning every past conversation into a permanent instruction. Aether can scope memory to a project or agent and expose it through SDK or MCP workflows. The repository, current task, and authorized tools remain the sources of truth for what the agent may change.

01Remember decisions that are expensive to rediscover

02Choose a project or repository scope

03Use memory at the beginning and end of bounded work

Aether MCP connector

Connect compatible agent hosts to the same scoped memory surface.

Memory API reference

Integrate remember and recall directly in a controlled host.

04Define a small project-memory policy

05Evaluate recall against repository evidence

Continue exploring

Internal knowledge retrieval

Use source documents as a maintained knowledge corpus.

How AI memory works

Separate durable memory from the current context window.

Remember one reviewed project decision

Store it with a source pointer, recall it in a fresh task, and require the agent to verify the current repository before acting.