feat: add TUI wizard streaming steps for memory record streaming#534
Merged
aidandaly24 merged 2 commits intoaws:mainfrom Apr 8, 2026
Merged
feat: add TUI wizard streaming steps for memory record streaming#534aidandaly24 merged 2 commits intoaws:mainfrom
aidandaly24 merged 2 commits intoaws:mainfrom
Conversation
4914e31 to
fb537db
Compare
Contributor
Package TarballHow to installnpm install https://github.com/aws/agentcore-cli/releases/download/pr-534-tarball/aws-agentcore-0.7.1.tgz |
7c332da to
b86aff0
Compare
b86aff0 to
2424e85
Compare
aidandaly24
previously approved these changes
Apr 8, 2026
Contributor
aidandaly24
left a comment
There was a problem hiding this comment.
lgtm one small comment
81b1738 to
8401324
Compare
aidandaly24
approved these changes
Apr 8, 2026
aidandaly24
added a commit
that referenced
this pull request
Apr 8, 2026
Cover 13 PRs merged to main since the initial docs audit (March 28): - import subcommands: runtime, memory, evaluator, online-eval (#763, #780) - invoke/dev exec mode with --exec and --timeout (#750) - code-based evaluator support with --type, --lambda-arn, --timeout (#739) - ground truth eval inputs: --assertion, --expected-trajectory, --expected-response (#732) - memory record streaming: --data-stream-arn, --stream-content-level (#531, #534) - create --skip-install flag (#782) - fetch access --identity-name option (#774)
15 tasks
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.
Description
Problem
The interactive TUI wizard for
agentcore add memorydoes not support configuring memory record streaming.Solution
Added streaming steps to the TUI wizard: enable yes/no → delivery target ARN → content level select. Updated useCreateMemory hook to pass streaming config through to the primitive. Added TUI wizard instructions to
docs/memory.md.
Builds on #531.
Related Issue
Closes #528
Type of Change
Testing
How have you tested the change?
Tested manually running the TUI locally.
Checklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the
terms of your choice.