diff --git a/README.md b/README.md index bf73b34..cdf0a97 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ V1 supports: - `provider: "aws"` - `capability: "agent-runtime"` -- `task_type: "agent.run"` through `InvokeAgentRuntime` -- `task_type: "command.run"` through `InvokeAgentRuntimeCommand` +- `taskType: "agent.run"` through `InvokeAgentRuntime` +- `taskType: "command.run"` through `InvokeAgentRuntimeCommand` - target modes `session` and `runtime` `session` mode invokes an existing AgentCore runtime ARN. `runtime` mode creates AgentCore runtime resources from a prebuilt ECR image and execution role ARN, then cleans them up by default. diff --git a/docs/live-agentcore.md b/docs/live-agentcore.md index 7180b3f..c1cf55a 100644 --- a/docs/live-agentcore.md +++ b/docs/live-agentcore.md @@ -25,6 +25,7 @@ Runtime mode additionally requires: - `bedrock-agentcore-control:CreateAgentRuntime` - `bedrock-agentcore-control:CreateAgentRuntimeEndpoint` +- `bedrock-agentcore-control:GetAgentRuntime` - `bedrock-agentcore-control:GetAgentRuntimeEndpoint` - `bedrock-agentcore-control:DeleteAgentRuntimeEndpoint` - `bedrock-agentcore-control:DeleteAgentRuntime`