Release Notes: v0.1.0¶
Release Date: 2025-12-21
Highlights¶
- Initial Release: Basic Bedrock client wrapper for OmniLLM
Added¶
[omnillm] Bedrock Provider¶
Initial implementation of the OmniLLM provider interface for AWS Bedrock:
import "github.com/agentplexus/omnillm-bedrock"
provider, err := bedrock.New(bedrock.Config{
Region: "us-east-1",
})
Features:
- Basic Bedrock client wrapper
- Provider interface implementation for omnillm
- AWS credential chain support
Installation¶
What's Next¶
Planned for future releases:
- Chat completion support via Converse API
- Streaming support
- Tool calling