diff --git a/marketing/src/pages/index.astro b/marketing/src/pages/index.astro index ecdf7ef..b0c97fe 100644 --- a/marketing/src/pages/index.astro +++ b/marketing/src/pages/index.astro @@ -26,15 +26,18 @@ import SEO from "../components/SEO.astro";
+
Agents forget everything between runs. deja fixes that.
-- An open-source memory layer that stores what agents learn and recalls it when relevant. - Available as three packages — pick the runtime that fits your stack. +
+ A memory layer. Agents call learn() to store what they know
+ and recall() to get it back.
+
+ Three packages — local, edge, hosted — same idea, pick your runtime.
- Every time an AI agent runs, it starts from scratch. It doesn't remember what worked last time, - what failed, or what another agent already figured out. You end up re-explaining the same context, - re-discovering the same workarounds, and watching agents make the same mistakes. -
-
- deja is a memory layer. Agents call learn() to store
- what they discover and recall() to retrieve what's relevant
- before they act. Memories have confidence scores, get deduplicated automatically, and decay when they go stale.
-
- It works across agents, across runs, across tools. CI learns something → your chat agent already knows it. - One agent figures out a workaround → every agent benefits. -
-- Same concepts, different runtimes. Pick the one that matches your stack, or use them together. +
+ Same concepts, different runtimes. Pick the one that matches your stack.
-+ Best for: CLI tools, local agents, scripts, development. +
- Best for: CLI tools, local agents, scripts, development. -
+