feat(memory): add actor and session lists - #1955
Merged
Merged
Conversation
notgitika
force-pushed
the
feat/memory-record-tui
branch
from
August 11, 2026 15:22
e740afe to
99737d3
Compare
notgitika
force-pushed
the
feat/memory-actor-session-lists
branch
from
August 11, 2026 15:33
71041ca to
5146394
Compare
notgitika
had a problem deploying
to
e2e-testing
August 11, 2026 15:34 — with
GitHub Actions
Failure
notgitika
force-pushed
the
feat/memory-actor-session-lists
branch
from
August 11, 2026 21:41
5146394 to
86c2e7b
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## refactor #1955 +/- ##
============================================
- Coverage 96.78% 96.71% -0.07%
============================================
Files 326 335 +9
Lines 18061 18290 +229
============================================
+ Hits 17480 17689 +209
- Misses 581 601 +20 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
notgitika
force-pushed
the
feat/memory-actor-session-lists
branch
from
August 12, 2026 00:59
86c2e7b to
7931b5c
Compare
aidandaly24
approved these changes
Aug 12, 2026
jariy17
approved these changes
Aug 13, 2026
Contributor
|
Nice work! My worry is that adding actor and session to the top-level memory menu crowds it — customers still need to pick a memory first for those to be meaningful. Should it live under the selected memory rather than alongside it? |
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.
This PR adds first-class actor and session list commands for AgentCore Memory.
Adds
agentcore memory actor listandagentcore memory session list, with required selectors and paginationAlso adds corresponding TUI flows from the top-level Memory menu and a selected Memory's detail actions.
Reuses the actor/session picker components for the existing event flow.
Covers command behavior, direct TUI navigation, pagination, empty/retry states, and the existing event/record flows.
I did targeted memory tests command line + TUI. typecheck, lint, formatting, and bundle all pass.