wenjin272 commented on code in PR #399: URL: https://github.com/apache/flink-agents/pull/399#discussion_r2703016411
########## docs/content/docs/get-started/installation.md: ########## @@ -140,6 +140,70 @@ After building: - The Python package is installed and ready to use - The distribution JAR is located at: `dist/target/flink-agents-dist-*.jar` +## Maven Dependencies (Java Development) + +For developing Flink Agents applications in Java, add the following dependencies to your `pom.xml`: + +### Basic Dependencies for Agent Development + +**Required for developing Agent applications:** +- `flink-agents-api` - Core API interfaces and classes +- Integration modules - Add the specific integrations you need (e.g., `flink-agents-integrations-chat-models-openai`) Review Comment: In #433, we add constant strings to point a resource implementation, so integration modules is not required for developing. But they are still need for running in IDE -- 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]
