feat: add bdk-ai-agent-example module#883
Merged
Merged
Conversation
Adds an example demonstrating how to build an AI agent on top of the BDK, wiring BDK tools/context into an assistant activity.
|
SNAPSHOT published: |
…le GenAI SDK Derives version from the release tag, auto-bumps the next SNAPSHOT on main, and categorizes release notes; swaps the ai-agent example off the deprecated Vertex AI Gemini langchain4j integration.
langchain4j-google-genai pulls kotlin-reflect 2.1.21 transitively via jackson-module-kotlin, hitting the same over-matching jetbrains:kotlin CPE as the existing kotlin-stdlib suppression.
log4j-api 2.26.0 is affected by CVE-2026-49844 (malformed JSON on non-finite MapMessage values); tomcat-embed 10.1.56 is affected by CVE-2026-59083 and CVE-2026-59084. Both have released fixes on Maven Central, so bump instead of suppressing.
sebastientosello
approved these changes
Jul 16, 2026
Removes the auto-push of a bumped SNAPSHOT version to main after release; projectVersion now stays fixed on main and is always supplied via -PprojectVersion in CI.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
bdk-ai-agent-examplemodule demonstrating how to build an AI agent on top of the BDKTest plan
./gradlew :symphony-bdk-examples:bdk-ai-agent-example:build