Use case · Internal knowledge

Memory and retrieval for internal knowledge

An internal agent often needs two kinds of context: maintained source material such as policies and runbooks, and selected memory about the person, project, or session asking the question. Aether exposes document and search APIs for the first job and entity-scoped memory for the second. The surrounding application must still enforce source permissions, synchronize updates, and show users when an answer depends on retrieved evidence.

01Separate the knowledge corpus from personal memory

02Build an observable ingestion path

03Apply source permissions before retrieval

Search and retrieval API

Review direct retrieval, filters, inline content, and document results.

Structured query guide

Use structured metadata and scope-aware queries where appropriate.

04Make evidence visible in the answer flow

05Roll out one collection at a time

Continue exploring

Coding-agent memory

Retain reviewed project decisions without replacing code evidence.

Support-agent memory

Combine remembered customer context with current support data.

Index one maintained knowledge collection

Keep source identity and permissions attached, test representative questions, and expose the evidence a reviewer needs.