Skip to content

Commit 5648a5a

Browse files
hongyi-chenoz-agent
andcommitted
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>
1 parent 2ea77ff commit 5648a5a

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/content/docs/agent-platform/capabilities/agent-memory/index.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ sidebar:
1010
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.
1111
:::
1212

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.
1414

1515
## What's available today
1616

1717
* **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.
1919
* **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.
2121

2222
## What's not yet available
2323

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.
2626
* **CLI commands for memory store management** - Memory stores are managed through the Warp app today.
2727
* **Suggested skills surfaced from memory patterns** - Promoting recurring memory patterns into reviewable skill drafts is still in design.
2828
* **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
3333

3434
## Related pages
3535

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.

src/content/docs/agent-platform/capabilities/skills.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ These same skills also appear as suggested agents in the [Oz web app](/agent-pla
413413

414414
## Suggested Skills from Agent Memory
415415

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.
417417

418418
## Invoking skills with a prompt
419419

0 commit comments

Comments
 (0)