• Documentation
  • Pricing
© 2026 Serverless, Inc. All rights reserved.

Framework

  • Overview
  • Documentation
  • Plugins360
  • Pricing

Learn

  • Blog
  • GuidesUpdated
  • Examples240
  • Courses

Resources

  • Support
  • Security
  • Trust Center
  • Status

Community

  • Slack
  • GitHub47k
  • Forum
  • Meetups

Company

  • About
  • Careers
  • Contact
  • Partners

Legal

  • Terms of Service
  • Privacy Policy
  • Trademark
  • DMCA
Serverless, inc.

Bedrock AgentCore: Strands Agent with Browser (JavaScript)

by

Strands Agents JavaScript agent using AgentCore Browser tools for web automation.

  1. Bedrock AgentCore: Strands Agent with Browser (JavaScript)

Strands Browser Example

A Strands Agents JavaScript agent with AgentCore Browser for web automation.

Features

  • Strands Agents SDK: Uses @strands-agents/sdk instead of LangGraph
  • Ready-made Browser Tools: Uses BrowserTools from bedrock-agentcore/experimental/browser/strands
  • Conversation Management: Sliding window conversation manager for token efficiency
  • Tool Consent Bypass: Automated execution via BYPASS_TOOL_CONSENT

How It Differs from LangGraph Browser

AspectLangGraph BrowserStrands Browser
FrameworkLangGraph JSStrands Agents SDK
Tool setupManual tool() wrappersReady-made BrowserTools
Agent patternReAct agentNative Strands agent
StreamingNon-streaming responseSupports streaming

Quick Start

Deploy

npm install
sls deploy

Test

RUNTIME_ARN=<your-runtime-arn> node test-invoke.js

Remove

sls remove

Related Examples

  • langgraph-browser - LangGraph version with manual tool wrappers
  • langgraph-browser-custom - Custom browser with session recording

Contents

  • Strands Browser Example
  • Features
  • How It Differs from LangGraph Browser
  • Quick Start
  • Deploy
  • Test
  • Remove
  • Related Examples

Related

GuidesPluginsExamplesSlack CommunitySupport