mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 02:06:43 +00:00
* refactor(agents): make API registries lifecycle-owned * refactor(agents): keep registry runtime ownership internal * fix(agents): bind session streams to registry runtime * refactor(agents): keep prepared runtime ownership internal * test(agents): model lifecycle runtime fixtures * fix(amazon-bedrock): adapt lifecycle stream types * fix(agents): complete lifecycle runtime migration * test(agents): satisfy lifecycle registry static gates
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.