Skip to content

Make AgentCore session cancellation restart-safe#10

Merged
vamgan merged 1 commit into
mainfrom
fix/persistent-cancellation
May 11, 2026
Merged

Make AgentCore session cancellation restart-safe#10
vamgan merged 1 commit into
mainfrom
fix/persistent-cancellation

Conversation

@vamgan
Copy link
Copy Markdown
Contributor

@vamgan vamgan commented May 11, 2026

Summary

  • derive AgentCore runtime session IDs deterministically from task IDs
  • reconstruct session-mode cancellation state from adapter config after restart/replica handoff
  • cover restart-safe cancellation in adapter tests

Tests

  • npm run typecheck
  • npm test -- --run
  • npm run build

Fixes #7

@vamgan vamgan merged commit cb7ce48 into main May 11, 2026
1 check passed
@vamgan vamgan deleted the fix/persistent-cancellation branch May 11, 2026 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

P1: Make AgentCore cancellation resilient across restarts/replicas

1 participant