You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(agent-memory): audit polish pass on the consolidated research-preview page
Editorial copy pass on top of 2ea77ff. No structural or scope changes;
no new claims, no new links.
agent-memory/index.mdx:
- Drop slight anthropomorphism in opener ("no recollection" -> "without context").
- Replace "verbose transcript dump" with neutral "the full conversation transcript."
- Reorder the personal-memory bullet so the actor (Oz) leads and the
harness clause doesn't bury the punchline.
- Fix awkward SVO order on self-hosted bullet.
- Replace vague "focused on the personal store" with precise
"only reads from the personal store."
- Tighten the two related-pages descriptions.
skills.mdx:
- Tighten the Suggested Skills from Agent Memory paragraph: drop the
doubled "Agent Memory" reference, replace "is being explored" with
"is in design," and remove the awkward "no concrete behavior" hedge.
Validation:
- style_lint --changed: one known false positive on the Suggested Skills
header (Skills and Agent Memory are proper feature names per AGENTS.md).
- check_links --internal-only: 0 broken links across 318 files and 2391 links.
Co-Authored-By: Oz <oz-agent@warp.dev>
Copy file name to clipboardExpand all lines: src/content/docs/agent-platform/capabilities/agent-memory/index.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,19 @@ sidebar:
10
10
Agent Memory is in **research preview**. Behavior, configuration, and any APIs may change before general availability. The feature is enabled per workspace for design partners — [join the waitlist](https://warp.dev/oz/agent-memory#waitlist) to request access for your workspace.
11
11
:::
12
12
13
-
Every agent run starts with no recollection of the runs that came before it. Agent Memory is a persistent, cross-harness memory layer for cloud agents on Oz: it captures durable knowledge from finished conversations and surfaces it at the start of future runs, so each run begins further along than the last.
13
+
Every cloud agent run starts without context from prior runs. Agent Memory is a persistent, cross-harness memory layer for cloud agents on Oz: it captures durable knowledge from finished conversations and surfaces it at the start of future runs, so each run begins further along than the last.
14
14
15
15
## What's available today
16
16
17
17
***Cross-harness persistence** - Memories created in one harness are retrievable in another, because storage lives on Oz rather than inside a single harness.
18
-
***Automatic consolidation** - Durable knowledge is extracted from finished conversations into a small, curated set of memories rather than a verbose transcript dump.
18
+
***Automatic consolidation** - Durable knowledge is extracted from finished conversations into a small, curated set of memories rather than the full conversation transcript.
19
19
***Memory stores** - Named, scoped collections of memories that you attach to an agent identity for repeated runs or to a single run for one-off augmentation.
20
-
***Session-start retrieval for personal memory** - Your personal memory store is searched at the start of each cloud run, and relevant memories are injected as context regardless of which harness the agent is using.
20
+
***Session-start retrieval for personal memory** - At the start of each cloud run, Oz searches your personal memory store and injects relevant memories as context, regardless of harness.
21
21
22
22
## What's not yet available
23
23
24
-
***Self-hosted memory backends** - Today only the Warp-managed backend is available.
25
-
***Team-store retrieval at session start** - Consolidation can write to team-owned stores, but session-start retrieval is focused on the personal store.
24
+
***Self-hosted memory backends** - Only the Warp-managed backend is available today.
25
+
***Team-store retrieval at session start** - Consolidation can write to team-owned stores, but session-start retrieval only reads from the personal store.
26
26
***CLI commands for memory store management** - Memory stores are managed through the Warp app today.
27
27
***Suggested skills surfaced from memory patterns** - Promoting recurring memory patterns into reviewable skill drafts is still in design.
28
28
***A stable, generally available public API** - The current surface is reachable for design partners, but paths and schemas may change before it lands in the public OpenAPI specification.
@@ -33,5 +33,5 @@ Agent Memory is enabled per workspace during the research preview. [Join the wai
33
33
34
34
## Related pages
35
35
36
-
*[**Skills**](/agent-platform/capabilities/skills/) - Durable instructions for agents, including the forward-looking note on suggested skills from memory patterns.
37
-
*[**Agent identities**](https://docs.warp.dev/agent-platform/cloud-agents/agents/) - Where memory stores attach for repeated cloud runs.
36
+
*[**Skills**](/agent-platform/capabilities/skills/) - Durable instructions for agents; includes a forward-looking note on suggested skills from memory patterns.
37
+
*[**Agent identities**](https://docs.warp.dev/agent-platform/cloud-agents/agents/) - The team-scoped identities that memory stores attach to for repeated cloud runs.
Copy file name to clipboardExpand all lines: src/content/docs/agent-platform/capabilities/skills.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -413,7 +413,7 @@ These same skills also appear as suggested agents in the [Oz web app](/agent-pla
413
413
414
414
## Suggested Skills from Agent Memory
415
415
416
-
Surfacing recurring patterns from [Agent Memory](/agent-platform/capabilities/agent-memory/)as reviewable skill drafts is being explored as part of the Agent Memory research preview. No concrete behavior is promised today; see the Agent Memory page for current status.
416
+
Promoting recurring patterns from [Agent Memory](/agent-platform/capabilities/agent-memory/)into reviewable skill drafts is in design as part of the research preview. See the Agent Memory page for current status.
0 commit comments