docs: agent storage loop + agent-state encryption#336
Merged
Conversation
Adds a headless agent storage loop walkthrough on Testnet (BEDU-611) covering env-only setup (BEDU-604), batched writes with Quilt (BEDU-762), and client-side SEAL encryption (BEDU-763). Extends MemWalManual docs with an agent-state / key-management section and registers the new page in docs.json.
jessiemongeon1
suggested changes
Jun 26, 2026
Patterns for running an agent in production: idempotent writes, retries with backoff, durability confirmation, cost bounding, key custody, graceful degradation, and the recall result cap (BEDU-765).
Co-authored-by: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com>
Co-authored-by: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com>
Co-authored-by: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com>
Co-authored-by: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com>
Co-authored-by: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com>
Co-authored-by: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com>
Contributor
Style Guide AuditAudited 3 file(s) against the Sui Documentation Style Guide. 25 violation(s) found. All must be fixed before merge.
|
…revert manual table to em-dashes - agent-storage-loop: replace misleading '2N+K' tx-count with accurate framing; passive-voice + may/might fixes - production-readiness: present-tense, may/might, passive-voice, drop 'simply' - memwal-manual: since->because, via->through, passive-voice; restore '—' over 'n/a' per review
…ample-full-agent-storage-loop-on-testnet # Conflicts: # docs/docs.json
ducnmm
approved these changes
Jun 30, 2026
ducnmm
left a comment
Collaborator
There was a problem hiding this comment.
Docs review: verified SDK examples (rememberBulk/recall/MemWalManual) against packages/sdk, applied style-guide fixes and review suggestions, corrected the batched-write cost description, and resolved the docs.json sidebar conflict. LGTM.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the agent storage loop, agent-state encryption, and production-readiness guides for autonomous agents. Closes BEDU-611, BEDU-604, BEDU-762, BEDU-763, BEDU-765.