twosom opened a new issue, #156: URL: https://github.com/apache/flink-agents/issues/156
### Search before asking - [x] I searched in the [issues](https://github.com/apache/flink-agents/issues) and found nothing similar. ### Description ## Summary Add a new `integrations` module to Apache Flink Agents for external service integrations. ## Motivation - Centralize integration logic for external services - Keep core agent logic separate from integration-specific code - Enable easy addition of new integrations (chat models, vector stores, etc.) ## Proposed Structure ``` flink-agents/ ├── integrations/ │ ├── chat-models/ # LLM providers (OpenAI, Anthropic, etc.) │ ├── vector-stores/ # Vector databases (maybe future) │ └── data-connectors/ # Specialized connectors (maybe future) ``` ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- 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: issues-unsubscr...@flink.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org