Skip to content

chore: sync strands-agents/docs and strands-agents/sdk-typescript into monorepo#2556

Merged
zastrowm merged 12 commits into
strands-agents:mainfrom
zastrowm:sync-repos
Jun 2, 2026
Merged

chore: sync strands-agents/docs and strands-agents/sdk-typescript into monorepo#2556
zastrowm merged 12 commits into
strands-agents:mainfrom
zastrowm:sync-repos

Conversation

@zastrowm
Copy link
Copy Markdown
Member

@zastrowm zastrowm commented Jun 2, 2026

Caution

DO NOT squash or rebase — this must be merged with a merge commit to preserve commit history.

Description

Sync the latest strands-agents/docs and strands-agents/sdk-typescript commits into the monorepo.

docs (6 commits)

  • Propose a mono-repository (#811)
  • design: add long term memory design (#844)
  • docs(blogs): added strands-evals multimodal evaluation blog (#869)
  • docs: add EdgeConditionWithContext and invocation_state to graph docs (#847)
  • feat: add interventions primitive (#861)
  • docs: add deploy guide for Nx Plugin for AWS (#766)

sdk-typescript (4 commits)

  • feat: add goal vended plugin (#1082)
  • feat: add Sandbox implementations (Docker, SSH) (#1110)
  • fix: realign provider context-overflow patterns and drop MIT dual-license (#1118)
  • chore: move shellQuote method to sandbox dir (#1114)

Conflict resolutions:

File Resolution
AGENTS.md Keep monorepo version (ours)
package-lock.json Keep monorepo version (ours), no regeneration needed

Related Issues

#2286

Documentation PR

N/A

Type of Change

Other (please describe): Monorepo sync — merging upstream docs and TypeScript SDK commits.

Testing

  • I ran hatch run prepare

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.

cogwirrel and others added 12 commits May 28, 2026 19:43
Co-authored-by: Gautam Sirdeshmukh <gsird@amazon.com>
Co-authored-by: Gautam Sirdeshmukh <gsird@amazon.com>
Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
Merge latest docs/main (6 commits):
- Propose a mono-repository (strands-agents#811)
- design: add long term memory design (strands-agents#844)
- docs(blogs): added strands-evals multimodal evaluation blog (strands-agents#869)
- docs: add EdgeConditionWithContext and invocation_state to graph docs (strands-agents#847)
- feat: add interventions primitive (strands-agents#861)
- docs: add deploy guide for Nx Plugin for AWS (strands-agents#766)

No conflicts.
Merge latest sdk-typescript/main (4 commits):
- feat: add goal vended plugin (strands-agents#1082)
- feat: add Sandbox implementations (Docker, SSH) (strands-agents#1110)
- fix: realign provider context-overflow patterns and drop MIT dual-license (strands-agents#1118)
- chore: move shellQuote method to sandbox dir (strands-agents#1114)

Conflict resolutions:
- AGENTS.md: keep monorepo version (ours)
- package-lock.json: keep monorepo version (ours), no regeneration needed
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 2, 2026

Assessment: Approve

Clean monorepo sync — the upstream code is well-structured with strong security defaults, comprehensive test coverage, and thorough design documentation.

Review Notes
  • Sandbox implementations (Docker, SSH): Excellent security posture — non-root by default, capability dropping, dangerous mount detection with path traversal normalization, SSH option allowlisting, and -- flag termination to prevent injection via image names/hostnames.
  • GoalLoop plugin: Well-designed iterative refinement primitive with clean separation between programmatic and NL-judge validators, per-agent WeakMap state management, snapshot/restore for preserveContext: false mode, and 844 lines of thorough unit tests plus integration tests.
  • Design docs: Comprehensive proposals (mono-repository, memory manager) with industry research appendices — appropriate as "Proposed" status.
  • Docs site: Navigation updates, new interventions page, graph conditional edges with runtime context, and Nx Plugin deploy guide all look correct.
  • Conflict resolutions: AGENTS.md and package-lock.json keeping monorepo versions (ours) is the right call.

No issues requiring changes. Reminder: merge with a merge commit (no squash/rebase) per the PR instructions.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 2, 2026

Documentation Preview Ready

Your documentation preview has been successfully deployed!

Preview URL: https://d3ehv1nix5p99z.cloudfront.net/pr-cms-2556/docs/user-guide/quickstart/overview/

Updated at: 2026-06-02T14:04:07.178Z

Comment thread designs/0009-mono-repository.md
@zastrowm zastrowm merged commit fe8468e into strands-agents:main Jun 2, 2026
23 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants