Skip to main content
← Back to list
01Issue
FeatureOpenSwamp CLI
AssigneesNone

Relationships

#1571 Add native Bedrock Knowledge Base Retrieve support

Opened by esteban · 8/10/2026

The @swamp/aws/bedrock/knowledge-base model currently manages Knowledge Base infrastructure through control-plane operations, but it does not expose the Bedrock Agent Runtime Retrieve data-plane operation.\n\nPlease add a native read-only retrieve method that:\n\n- accepts a required query and optional numberOfResults, SEMANTIC or HYBRID search type, filter, and nextToken;\n- supports a Knowledge Base ID and region default bound through model global arguments, with per-run overrides;\n- calls Bedrock Agent Runtime Retrieve using the standard AWS credential chain and the bedrock:Retrieve permission;\n- returns raw retrieval chunks including content text, relevance score, source location or URI, metadata, and the response nextToken;\n- maps AccessDeniedException, ResourceNotFoundException, and ValidationException to actionable method errors.\n\nThis would let users query indexed Knowledge Base content through the official model without maintaining a local extension.

Upstream repository: https://github.com/swamp-club/swamp-extensions

Environment

  • Extension: @swamp/aws/bedrock@2026.08.07.1
  • swamp: 20260809.004828.0-sha.b61c9de2
  • OS: linux (x86_64)
  • Deno: 2.8.3
  • Shell: /bin/zsh
02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED

Open

8/10/2026, 6:36:40 PM

No activity in this phase yet.

03Sludge Pulse

Sign in to post a ripple.