AWS bedrock-agentcore documentation change
Summary
Updated typography (straight quotes to curly quotes) and changed a subsection header from markdown H6 to bold text.
Security assessment
Changes are purely cosmetic and formatting updates. No references to security issues, vulnerabilities, or security features. The header style change does not impact security content.
Diff
diff --git a/bedrock-agentcore/latest/devguide/runtime-agui.md b/bedrock-agentcore/latest/devguide/runtime-agui.md index 306d3a0df..12070e104 100644 --- a//bedrock-agentcore/latest/devguide/runtime-agui.md +++ b//bedrock-agentcore/latest/devguide/runtime-agui.md @@ -41 +41 @@ For more information about AGUI, see [AGUI protocol contract](./runtime-agui-pro -Amazon Bedrock AgentCore's AGUI protocol support enables integration with agent user interface servers by acting as a proxy layer. When configured for AGUI, Amazon Bedrock AgentCore expects containers to run servers on port `8080` at the `/invocations` path for HTTP/SSE or `/ws` for WebSocket connections. Although AGUI uses the same port and paths as the HTTP protocol, the runtime distinguishes between them based on the `--protocol` flag specified during deployment configuration. +Amazon Bedrock AgentCore’s AGUI protocol support enables integration with agent user interface servers by acting as a proxy layer. When configured for AGUI, Amazon Bedrock AgentCore expects containers to run servers on port `8080` at the `/invocations` path for HTTP/SSE or `/ws` for WebSocket connections. Although AGUI uses the same port and paths as the HTTP protocol, the runtime distinguishes between them based on the `--protocol` flag specified during deployment configuration. @@ -108 +108 @@ For complete examples and framework-specific implementations, see [AGUI Quicksta -AGUI is supported by multiple agent frameworks. Choose the framework that best fits your needs. For this example, we'll show the general pattern. +AGUI is supported by multiple agent frameworks. Choose the framework that best fits your needs. For this example, we’ll show the general pattern. @@ -292 +291 @@ Deploy your agent: -After deployment, you'll receive an agent runtime ARN that looks like: +After deployment, you’ll receive an agent runtime ARN that looks like: @@ -386 +385 @@ For detailed Cognito setup instructions, see Set up [Cognito user pool for authe -###### Common AGUI-specific issues +**Common AGUI-specific issues**