AI Practices AI实践 2d ago Updated 2d ago 更新于 2天前 45

Domain and publish date filters for Web Search on AgentCore AgentCore 网页搜索的域名和发布日期过滤器

Amazon Bedrock AgentCore introduces runtime domain and published-date filtering for Web Search via connector version 1.2.0, enabling per-call control over source domains and content freshness Filters are enforced server-side with no external orchestration required, supporting include (allowlist) and exclude (denylist) domain lists of up to 100 domains each The layered filtering model merges admin-level policies with runtime filters: include lists intersect and exclude lists union, ensuring runti Amazon Bedrock AgentCore Web Search新增运行时域名和发布日期过滤功能,支持per-call级别的动态源控制 过滤能力通过web-search connector v1.2.0发布,包含include/exclude域名列表和ISO-8601日期范围参数 采用分层过滤模型:运行时过滤器只能缩小不能扩大管理员策略范围,确保企业治理安全 Web Search扩展至eu-west-1(都柏林)和ap-northeast-1(东京)区域,支持零出口架构 所有过滤逻辑在服务端执行,无需客户端后处理或额外往返调用

65
Hot 热度
65
Quality 质量
60
Impact 影响力

Analysis 深度分析

TL;DR

  • Amazon Bedrock AgentCore introduces runtime domain and published-date filtering for Web Search via connector version 1.2.0, enabling per-call control over source domains and content freshness
  • Filters are enforced server-side with no external orchestration required, supporting include (allowlist) and exclude (denylist) domain lists of up to 100 domains each
  • The layered filtering model merges admin-level policies with runtime filters: include lists intersect and exclude lists union, ensuring runtime calls can only narrow—not expand—admin scope
  • Web Search expands to eu-west-1 (Dublin) and ap-northeast-1 (Tokyo), leveraging AgentCore's zero-egress architecture for reduced latency and data proximity compliance
  • Key use cases include compliance agents restricted to .gov domains, market-intelligence agents needing temporal scoping, multi-tenant platforms requiring per-request domain policies, and support agents needing content freshness guarantees

Why It Matters

This release addresses a critical gap in enterprise AI agent deployment: the need for granular, per-request control over web search grounding without sacrificing enterprise governance. By combining admin-level policies with runtime filters, AWS enables organizations to maintain strict security boundaries while allowing dynamic, context-aware search behavior—essential for regulated industries like finance and healthcare where source credibility and data freshness directly impact compliance and trust.

Technical Details

  • Runtime domain filtering: Two new fields in the filters object—filters.domainFilter.include (allowlist) and filters.domainFilter.exclude (denylist)—applied per tools/call invocation, each supporting up to 100 domains independently
  • Published-date filtering: ISO-8601 UTC date range bounds via filters.publishedDateFilter.from (inclusive earliest) and filters.publishedDateFilter.to (inclusive latest), both optional with omitted filters preserving existing behavior
  • Merge logic: Admin and runtime include lists combine via intersection (only domains present in both survive); exclude lists combine via union (a domain blocked at either level remains blocked); runtime cannot expand admin scope
  • Server-side enforcement: The entire filtering lifecycle—query execution, merge, compliance enforcement, and result verification—occurs server-side with no client-side filtering loops, post-processing, or additional roundtrips
  • Regional expansion: Web Search now available in eu-west-1 (Dublin) and ap-northeast-1 (Tokyo), with AgentCore's zero-egress architecture ensuring search queries remain within AWS infrastructure

Industry Insight

  • Enterprises building grounded AI agents will benefit from the admin-plus-runtime layered model, which eliminates the need for custom orchestration logic while maintaining strict governance—this pattern will likely become a standard expectation for enterprise AI platforms
  • The regional expansion to Dublin and Tokyo addresses data sovereignty and latency concerns for regulated customers in Europe and Asia Pacific, potentially accelerating agent adoption in industries with strict data residency requirements like finance and healthcare
  • Multi-tenant SaaS platforms can now dynamically tailor search scope per customer request without provisioning separate connector resources, reducing operational complexity and enabling more flexible, cost-effective agent architectures

TL;DR

  • Amazon Bedrock AgentCore Web Search新增运行时域名和发布日期过滤功能,支持per-call级别的动态源控制
  • 过滤能力通过web-search connector v1.2.0发布,包含include/exclude域名列表和ISO-8601日期范围参数
  • 采用分层过滤模型:运行时过滤器只能缩小不能扩大管理员策略范围,确保企业治理安全
  • Web Search扩展至eu-west-1(都柏林)和ap-northeast-1(东京)区域,支持零出口架构
  • 所有过滤逻辑在服务端执行,无需客户端后处理或额外往返调用

为什么值得看

本文揭示了企业级AI代理在Web Search场景下的关键治理需求——如何在保证灵活性的同时实施严格的来源控制和数据时效性保障。对于构建生产级Agent的开发者而言,这种分层过滤模型提供了可落地的企业合规方案,同时区域扩展解决了数据主权和延迟敏感型工作负载的部署需求。

技术解析

  • 运行时过滤参数:通过filters.domainFilter.include/exclude支持最多100个域名的白名单/黑名单控制,filters.publishedDateFilter.from/to支持ISO-8601 UTC格式的日期范围过滤,两个过滤器均为可选参数,省略时保持原有行为。
  • 分层合并逻辑:管理员级别和运行时级别的域名列表采用不同合并策略——include列表取交集(仅保留两级都允许的域名),exclude列表取并集(任一级别屏蔽的域名均被阻止),确保运行时调用无法突破管理员设定的安全边界。
  • 服务端执行架构:整个过滤生命周期在Gateway服务端完成,从tools/call请求接收、策略合并、索引查询到合规验证,无需客户端额外编排或后处理循环,降低实现复杂度。
  • 零出口区域部署:新增的eu-west-1和ap-northeast-1区域支持区域端点调用,搜索查询始终保留在AWS内部,满足欧盟和亚太地区的监管合规及数据驻留要求。

行业启示

  • 企业级Agent治理进入精细化阶段:从组织级策略向请求级动态控制演进,多租户平台和垂直场景(金融、合规、客服)可获得更精准的源控制能力。
  • 数据主权驱动区域化部署:AWS通过区域扩展和零出口架构回应全球监管趋势,为受监管行业提供本地化AI代理部署路径。
  • 分层安全模型成为最佳实践:管理员策略与运行时过滤的"只能缩小不能扩大"设计,为AI系统提供了可验证的安全边界,平衡灵活性与合规性。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Agent Agent LLM 大模型 RAG 检索增强生成 Product Launch 产品发布