AWS bedrock-agentcore documentation change
Summary
Minor text formatting changes, primarily replacing straight apostrophes with curly apostrophes in possessive forms and contractions (e.g., 'agent's' to 'agent’s', 'provider's' to 'provider’s').
Security assessment
Changes are purely typographical/formatting updates with no substantive content modifications. There is no indication of security-related updates, vulnerability fixes, or new security feature documentation.
Diff
diff --git a/bedrock-agentcore/latest/devguide/runtime-how-it-works.md b/bedrock-agentcore/latest/devguide/runtime-how-it-works.md index 84d08a9c6..e13f455a4 100644 --- a//bedrock-agentcore/latest/devguide/runtime-how-it-works.md +++ b//bedrock-agentcore/latest/devguide/runtime-how-it-works.md @@ -30 +30 @@ An AgentCore Runtime is the foundational component that hosts your AI agent or t -You can build and deploy agents to AgentCore Runtime using the [AgentCore CLI](./develop-agents.html#agentcore-cli-configure-deploy), the [AgentCore Python SDK](./develop-agents.html#develop-agents-bedroock-agentcore-sdk) or directly through [AWS SDKs](./develop-agents.html#develop-agents-bedrock-agentcore-aws-sdk). With the AgentCore Python SDK, you can define your agent using [popular frameworks](./using-any-agent-framework.html) like LangGraph, CrewAI, or Strands Agents. The SDK handles infrastructure complexities, allowing you to focus on the agent's logic and capabilities. +You can build and deploy agents to AgentCore Runtime using the [AgentCore CLI](./develop-agents.html#agentcore-cli-configure-deploy) , the [AgentCore Python SDK](./develop-agents.html#develop-agents-bedroock-agentcore-sdk) or directly through [AWS SDKs](./develop-agents.html#develop-agents-bedrock-agentcore-aws-sdk) . With the AgentCore Python SDK, you can define your agent using [popular frameworks](./using-any-agent-framework.html) like LangGraph, CrewAI, or Strands Agents. The SDK handles infrastructure complexities, allowing you to focus on the agent’s logic and capabilities. @@ -159 +159 @@ Inbound Auth, powered by AgentCore Identity, controls who can access and invoke - * **Discovery URL** : Your identity provider's OpenID Connect discovery endpoint + * **Discovery URL** : Your identity provider’s OpenID Connect discovery endpoint @@ -178 +178 @@ Inbound Auth, powered by AgentCore Identity, controls who can access and invoke - 5. If valid, the request is processed; if invalid, it's rejected + 5. If valid, the request is processed; if invalid, it’s rejected @@ -260 +260 @@ AgentCore Runtime supports multiple communication protocols: -Here's how to get started with the AgentCore Runtime. For the complete example, see [Get started with the AgentCore CLI](./runtime-get-started-cli.html). +Here’s how to get started with the AgentCore Runtime. For the complete example, see [Get started with the AgentCore CLI](./runtime-get-started-cli.html). @@ -288 +288 @@ Here's how to get started with the AgentCore Runtime. For the complete example, - * Call the [InvokeAgentRuntime](https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_InvokeAgentRuntime.html) or [InvokeAgentRuntimeWithWebSocketStream](./runtime-get-started-websocket.html) operation with your agent's ARN and session ID + * Call the [InvokeAgentRuntime](https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_InvokeAgentRuntime.html) or [InvokeAgentRuntimeWithWebSocketStream](./runtime-get-started-websocket.html) operation with your agent’s ARN and session ID