You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce launchdarkly-server-sdk-ai-bedrock, an AWS Bedrock provider
for the LaunchDarkly AI SDK. The model runner wraps boto3
bedrock-runtime.converse(...) via asyncio.to_thread. The agent runner
integrates the Strands Agents SDK, available through the optional
[agents] extra. Agent-graph support is intentionally deferred —
create_agent_graph raises NotImplementedError.
The package mirrors the OpenAI provider layout: BedrockRunnerFactory,
BedrockModelRunner, BedrockAgentRunner, helper module, and tests.
Register the new package in the workspace pyproject.toml, root
Makefile, release-please configuration, and CI / release workflows.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments