返回全部动态

无服务器流水线中异步调用 Bedrock AgentCore 代理的模式

原标题:Asynchronous patterns for calling Amazon Bedrock AgentCore agents in serverless pipelines

AWS Machine Learning Blog一手来源教程质量 81

AI 摘要

AWS 博客介绍了在无服务器流水线中异步调用 Amazon Bedrock AgentCore 代理的三种模式,以消除调用方在代理处理期间的空闲计算成本。文章通过文档验证示例,对比了阻塞反模式与任务令牌回调、直接服务集成和持久函数三种模式,并指出 AgentCore 运行时按消耗计费,空闲 CPU 不收费,而调用方如 Lambda 在等待时会持续计费。

以上摘要由 AI 生成,可能存在误差。事实请以原文为准。

正文节选

Asynchronous patterns for calling Amazon Bedrock AgentCore agents in serverless pipelines Asynchronous invocation patterns for Amazon Bedrock AgentCore agents in serverless pipelines remove idle compute costs while your AI agent processes requests. A common example is document validation: in a real-estate financing back office, an agent can read a property record or loan contract, reason about whether the information is complete and consistent, and return a verdict that downstream steps act on.


发布时间:2026-08-20 06:06
抓取时间:2026-08-20 06:09
来源机构:AWS
阅读原文aws.amazon.com