Expand description
Amazon Bedrock model provider for the Daimon agent framework.
Supports the Bedrock Converse API for non-streaming and streaming inference, with optional guardrails, prompt caching, and configurable retries.
§Example
ⓘ
use daimon_provider_bedrock::Bedrock;
use daimon_core::Model;
let model = Bedrock::new("us.anthropic.claude-sonnet-5")
.with_region("us-east-1")
.with_prompt_caching();Re-exports§
pub use sqs::SqsBroker;
Modules§
- sqs
- AWS SQS task broker for distributed agent execution.
Structs§
- Bedrock
- Amazon Bedrock model provider using the Converse API.
- Bedrock
Embedding - Amazon Bedrock embedding model (Titan Embeddings).