Skip to content

docs: update A2AExpressServer import path to sdk/a2a/express#695

Open
pgrayy wants to merge 1 commit intostrands-agents:mainfrom
pgrayy:fix/a2a-express-import-path
Open

docs: update A2AExpressServer import path to sdk/a2a/express#695
pgrayy wants to merge 1 commit intostrands-agents:mainfrom
pgrayy:fix/a2a-express-import-path

Conversation

@pgrayy
Copy link
Member

@pgrayy pgrayy commented Mar 23, 2026

Description

The TypeScript SDK moved A2AExpressServer from the ./a2a barrel export to a dedicated ./a2a/express subpath export for browser compatibility (strands-agents/sdk-typescript#721). This updates all A2A documentation to use the new import path.

// Before
import { A2AExpressServer } from "@strands-agents/sdk/a2a"

// After
import { A2AExpressServer } from "@strands-agents/sdk/a2a/express"

Related Issues

strands-agents/sdk-typescript#721

Type of Change

  • Content update/revision

Checklist

  • I have read the CONTRIBUTING document
  • My changes follow the project's documentation style
  • I have tested the documentation locally using npm run dev
  • Links in the documentation are valid and working

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

The TypeScript SDK moved A2AExpressServer from the ./a2a barrel export
to a dedicated ./a2a/express subpath for browser compatibility.

See: strands-agents/sdk-typescript#721
@github-actions
Copy link
Contributor

Documentation Preview Ready

Your documentation preview has been successfully deployed!

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

Updated at: 2026-03-23T17:02:51.279Z

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.

1 participant