AWS bedrock-agentcore documentation change
Summary
Changed markdown formatting from heading syntax (######) to bold text (**) for step titles and minor text formatting updates.
Security assessment
Changes are purely cosmetic formatting updates (heading styles to bold text) and minor typographical fixes (apostrophe change). No security-related content was added, modified, or removed.
Diff
diff --git a/bedrock-agentcore/latest/devguide/browser-quickstart-nova-act.md b/bedrock-agentcore/latest/devguide/browser-quickstart-nova-act.md index 5a2136052..839f6527e 100644 --- a//bedrock-agentcore/latest/devguide/browser-quickstart-nova-act.md +++ b//bedrock-agentcore/latest/devguide/browser-quickstart-nova-act.md @@ -9 +9 @@ You can build a browser agent using Nova Act to automate web interactions: -###### Step 1: Install dependencies +**Step 1: Install dependencies** @@ -41 +41 @@ These packages provide: -###### Step 2: Get Nova Act API Key +**Step 2: Get Nova Act API Key** @@ -47 +47 @@ Create a file named `nova_act_browser_agent.py` and add the following code: -###### Write a browser agent using Nova Act +**Write a browser agent using Nova Act** @@ -99,2 +98 @@ The following Python code shows how to write a browser agent using Nova Act. For - -###### Step 3: Run the agent +**Step 3: Run the agent** @@ -107 +105 @@ Execute the script (Replace with your Nova Act API key in the command): -###### Expected output +**Expected output** @@ -109 +107 @@ Execute the script (Replace with your Nova Act API key in the command): -You should see the agent's response containing details of the common usecases of Amazon Bedrock AgentCore. The agent navigates the website, performs the search, and extracts the requested information. +You should see the agent’s response containing details of the common usecases of Amazon Bedrock AgentCore. The agent navigates the website, performs the search, and extracts the requested information. @@ -122 +120 @@ If you encounter errors, verify: -###### Step 4: View the browser session live +**Step 4: View the browser session live**