Andromeda

Context Librarian. Andromeda maintains and curates the knowledge graph. It captures decisions, learnings, and institutional memory so nothing is lost between sessions — and every agent operates with the full context of what your team knows.

What Andromeda Does

Bond Suggestions

Every time you upload a document or add new atoms, Andromeda scans for connections you may have missed — atoms that support, contradict, or derive from each other — and suggests bonds. This keeps your knowledge graph dense and traversable, rather than a flat list of disconnected notes.

Knowledge Graph Health

On a nightly schedule, Andromeda scans your workspace for:

Human-in-the-Loop Review

Andromeda never makes destructive changes automatically. It generates a health report with suggestions — each one requires a human to approve, modify, or dismiss before any change is applied to the graph. Safe, additive operations (bond creation) can be auto-applied with your approval.

Post-Import Enrichment

After every document upload via document, Andromeda immediately scans the extracted atoms against your existing knowledge and suggests connections. The larger your existing knowledge base, the richer these suggestions become.

Why This Matters

Huginn, Forseti, and every other agent retrieve knowledge before acting. A well-connected knowledge graph means agents surface relevant context they'd otherwise miss — past decisions, related learnings, contradicting data. Andromeda is what keeps that graph healthy over time.

Without ongoing curation, knowledge graphs accumulate orphans and duplicates. Searches become noisy. Agents miss context. Andromeda solves this systematically.

How to Use Andromeda

Reviewing health suggestions

After a nightly run, Andromeda posts a summary to the Agent Room. Visit the Knowledge Gardener page in your workspace (Settings → Knowledge → Gardener) to review suggestions and approve or dismiss them.

Trigger a review on demand

// Ask Andromeda to review a specific area
const newTask = await task({
  statement: "Review knowledge graph health for the auth domain",
  parentId: "epic_q2_maintenance"
});

await task({
  action: "assign",
  taskId: newTask.id,
  agentId: "andromeda-agent"
});

Manual bond suggestions (instant)

After uploading a document, bond suggestions appear within seconds — no need to wait for the nightly run. Check the document's activity feed in the workspace.

Pricing & Access

$299/month per workspace. Beta — available on request. Contact [email protected] or subscribe via the agents marketplace.