avichaym opened a new pull request, #533:
URL: https://github.com/apache/flink-agents/pull/533

   Linked issue: #523
   
   ### Purpose of change
   
   Add Amazon Bedrock as a chat model and embedding model provider for Flink 
Agents.
   
   - `BedrockChatModelConnection` — Converse API with native tool calling, 
SigV4 auth
   - `BedrockChatModelSetup` — model, temperature, max_tokens configuration
   - `BedrockEmbeddingModelConnection` — Titan Text Embeddings V2 with parallel 
batch embedding
   - `BedrockEmbeddingModelSetup` — model, dimensions configuration
   
   New modules: `integrations/chat-models/bedrock/`, 
`integrations/embedding-models/bedrock/`
   
   ### Tests
   
   - Unit tests: `BedrockChatModelConnectionTest` (4), 
`BedrockChatModelSetupTest` (3), `BedrockEmbeddingModelTest` (4)
   - End-to-end validated against real Bedrock with 6 demo applications 
(single-agent, ReAct tool calling, multi-agent pipeline, RAG, long-term memory, 
MCP)
   
   ### API
   
   No public API changes. New integration modules only.
   
   ### Documentation
   
   - [ ] `doc-needed`
   - [x] `doc-not-needed`
   - [ ] `doc-included`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to