openclaw/extensions/amazon-bedrock
2026-07-12 12:48:22 +01:00
..
api.ts docs: document bedrock provider plugins 2026-06-04 07:11:24 -04:00
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 docs: document bedrock provider plugins 2026-06-04 07:11:24 -04:00
config-compat.test.ts docs: document small extension sources 2026-06-04 21:02:07 -04:00
config-compat.ts docs: document bedrock provider plugins 2026-06-04 07:11:24 -04:00
discovery-shared.ts docs: document bedrock provider plugins 2026-06-04 07:11:24 -04:00
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 fix(bedrock): strip inference profile prefix from model ID in embedding adapter (#93452) 2026-06-16 15:57:40 +08:00
index.test.ts test: enable noUncheckedIndexedAccess for extension tests (#105343) 2026-07-12 12:48:22 +01:00
index.ts docs: document bedrock provider plugins 2026-06-04 07:11:24 -04:00
lazy-import.test.ts docs: document small extension sources 2026-06-04 21:02:07 -04:00
memory-embedding-adapter.test.ts docs: document small extension sources 2026-06-04 21:02:07 -04:00
memory-embedding-adapter.ts docs: document bedrock provider plugins 2026-06-04 07:11:24 -04:00
npm-shrinkwrap.json chore(release): set version to 2026.7.2 2026-07-11 04:00:49 +01:00
openclaw.plugin.json fix: add ClawHub plugin display names (#87354) 2026-05-27 12:37:35 -05:00
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 feat(anthropic): support Claude Fable 5 adaptive thinking (#91882) 2026-06-10 08:08:35 -07:00
README.md docs(plugins): add npm readmes for channel providers 2026-05-31 20:02:45 +01:00
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 docs: document bedrock provider plugins 2026-06-04 07:11:24 -04:00
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.