openclaw/extensions/amazon-bedrock
Peter Steinberger 218dcd815a
feat(tooling): enforce noUncheckedIndexedAccess in the extensions lane (NUIA phase 4) (#105132)
* fix(extensions): make indexed access explicit across channel plugins

Transport-payload-safe burn-down: malformed Telegram/Discord/QQ/LINE
and sibling channel input keeps existing skip paths; no synthesized
fields, no new throws in delivery loops. Zalo escape sentinels preserve
literal matches instead of undefined replacements.

* fix(extensions): make indexed access explicit across provider and memory plugins

Stream and model iteration, tool-block guards, capture guards, and
sparse accumulators; singleton model reads carry named invariants.

* fix(extensions): make indexed access explicit across tooling plugins, flip the extensions lane

Remaining plugins (oc-path, qa-lab, browser, logbook, and siblings) plus
the tsconfig.extensions.json flag flip. Cleanup: logbook sampleFrames
NaN index at max=1, QA retry clamp at non-positive attempts, dead Canvas
probe and OpenShell no-op slice removed, twitch test setup leak excluded
from the prod lane.

* refactor(plugin-sdk): expose expectDefined via a focused SDK subpath

Extensions imported @openclaw/normalization-core directly, crossing the
external-plugin packaging boundary (it only worked because the runtime
builder bundles undeclared workspace helpers). expect-runtime joins the
canonical entrypoints JSON, generated exports, API baseline, docs, and
subpath contract test; all 78 extension imports now use the SDK seam.
Two scanner-shaped locals renamed for review-bundle hygiene.

* chore(plugin-sdk): raise surface budgets for the expect-runtime subpath

One new entrypoint with one callable export, added intentionally as the
packaging-honest seam for extension invariant helpers.
2026-07-12 09:17:31 +01:00
..
api.ts
aws-credential-refresh.ts refactor(plugins): localize private declarations (#101406) 2026-07-06 23:26:47 -07:00
bedrock-options.ts refactor(plugins): localize private declarations (#101406) 2026-07-06 23:26:47 -07:00
config-api.ts
config-compat.test.ts
config-compat.ts
discovery-shared.ts
discovery.test.ts feat(models): add Claude Mythos 5 support (#101238) 2026-07-06 17:19:49 -07:00
discovery.ts feat(models): add Claude Mythos 5 support (#101238) 2026-07-06 17:19:49 -07:00
embedding-provider.test.ts chore(tooling): enforce formatting and refresh TypeScript checks (#104239) 2026-07-11 01:09:51 -07:00
embedding-provider.ts
index.test.ts feat(models): add Claude Mythos 5 support (#101238) 2026-07-06 17:19:49 -07:00
index.ts
lazy-import.test.ts
memory-embedding-adapter.test.ts
memory-embedding-adapter.ts
npm-shrinkwrap.json chore(release): set version to 2026.7.2 2026-07-11 04:00:49 +01:00
openclaw.plugin.json
package.json chore(release): set version to 2026.7.2 2026-07-11 04:00:49 +01:00
provider-policy-api.test.ts feat(models): add Claude Mythos 5 support (#101238) 2026-07-06 17:19:49 -07:00
provider-policy-api.ts
README.md
register.sync.runtime.ts feat(tooling): enforce noUncheckedIndexedAccess in the extensions lane (NUIA phase 4) (#105132) 2026-07-12 09:17:31 +01:00
setup-api.ts
stream.runtime.test.ts fix(anthropic): resolve thinking as disabled when legacy budget is below 1024 (#101415) 2026-07-07 08:42:40 +01:00
stream.runtime.ts feat(tooling): enforce noUncheckedIndexedAccess in the extensions lane (NUIA phase 4) (#105132) 2026-07-12 09:17:31 +01:00
thinking-policy.ts refactor(plugins): localize private declarations (#101406) 2026-07-06 23:26:47 -07:00
tsconfig.json

OpenClaw Amazon Bedrock Provider

Official OpenClaw provider plugin for Amazon Bedrock. It adds Bedrock model discovery, text generation, embeddings, and guardrail-aware provider routing for agents that use AWS-hosted models.

Install from OpenClaw:

openclaw plugin add @openclaw/amazon-bedrock-provider

Configure AWS credentials and region through your normal OpenClaw credential/profile setup, then select Bedrock models with the amazon-bedrock/... provider prefix.