Skip to content

feat: add TUI wizard streaming steps for memory record streaming#534

Merged
aidandaly24 merged 2 commits intoaws:mainfrom
Hweinstock:feature/stream-delivery-tui
Apr 8, 2026
Merged

feat: add TUI wizard streaming steps for memory record streaming#534
aidandaly24 merged 2 commits intoaws:mainfrom
Hweinstock:feature/stream-delivery-tui

Conversation

@Hweinstock
Copy link
Copy Markdown
Contributor

Description

Problem

The interactive TUI wizard for agentcore add memory does 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

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Other (please describe):

Testing

How have you tested the change?

  • I ran npm run test:unit and npm run test:integ
  • I ran npm run typecheck
  • I ran npm run lint
  • If I modified src/assets/, I ran npm run test:update-snapshots and committed the updated snapshots

Tested manually running the TUI locally.

Checklist

  • I have read the CONTRIBUTING document
  • I have added any necessary tests that prove my fix is effective or my feature works
  • I have updated the documentation accordingly
  • I have added an appropriate example to the documentation to outline the feature, or no new docs are needed
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the
terms of your choice.

@github-actions github-actions bot added the size/l PR size: L label Mar 10, 2026
@Hweinstock Hweinstock changed the title feat: add streamDeliveryResources support for memory record streaming to Kinesis feat: add TUI wizard streaming steps and docs for memory record streaming Mar 10, 2026
@Hweinstock Hweinstock force-pushed the feature/stream-delivery-tui branch from 4914e31 to fb537db Compare April 7, 2026 22:18
@github-actions github-actions bot removed the size/l PR size: L label Apr 7, 2026
@github-actions github-actions bot added the size/l PR size: L label Apr 7, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 7, 2026

Package Tarball

aws-agentcore-0.7.1.tgz

How to install

npm install https://github.com/aws/agentcore-cli/releases/download/pr-534-tarball/aws-agentcore-0.7.1.tgz

@github-actions github-actions bot added size/l PR size: L and removed size/l PR size: L labels Apr 7, 2026
@Hweinstock Hweinstock force-pushed the feature/stream-delivery-tui branch from 7c332da to b86aff0 Compare April 8, 2026 12:37
@github-actions github-actions bot removed the size/l PR size: L label Apr 8, 2026
@github-actions github-actions bot added the size/m PR size: M label Apr 8, 2026
@Hweinstock Hweinstock changed the title feat: add TUI wizard streaming steps and docs for memory record streaming feat: add memory record streaming with TUI wizard support Apr 8, 2026
@Hweinstock Hweinstock force-pushed the feature/stream-delivery-tui branch from b86aff0 to 2424e85 Compare April 8, 2026 13:03
@github-actions github-actions bot added size/m PR size: M and removed size/m PR size: M labels Apr 8, 2026
@Hweinstock Hweinstock changed the title feat: add memory record streaming with TUI wizard support feat: add TUI wizard streaming steps for memory record streaming Apr 8, 2026
@Hweinstock Hweinstock marked this pull request as ready for review April 8, 2026 13:16
@Hweinstock Hweinstock requested a review from a team April 8, 2026 13:16
aidandaly24
aidandaly24 previously approved these changes Apr 8, 2026
Copy link
Copy Markdown
Contributor

@aidandaly24 aidandaly24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm one small comment

@github-actions github-actions bot added the size/m PR size: M label Apr 8, 2026
@Hweinstock Hweinstock force-pushed the feature/stream-delivery-tui branch from 81b1738 to 8401324 Compare April 8, 2026 14:55
@github-actions github-actions bot added size/m PR size: M and removed size/m PR size: M labels Apr 8, 2026
@aidandaly24 aidandaly24 merged commit 05becd7 into aws:main Apr 8, 2026
22 checks passed
@Hweinstock Hweinstock deleted the feature/stream-delivery-tui branch April 8, 2026 16:25
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/m PR size: M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add support for memory record streaming

2 participants