[camel-main] Fixes #8921. Add camel-quarkus-ai-tool extension - #8923
Merged
Conversation
Contributor
|
You'll need to rebase on top of #8922. Then modify the jvmSince / nativeSince properties for 3.39.0, together with any old references to 3.38.0-SNAPSHOT. |
JiriOndrusek
force-pushed
the
support-ai-tool
branch
from
July 27, 2026 14:40
4992778 to
5d1e17e
Compare
3 tasks
JiriOndrusek
force-pushed
the
support-ai-tool
branch
from
July 28, 2026 07:30
5d1e17e to
f756059
Compare
jamesnetherton
approved these changes
Jul 28, 2026
JiriOndrusek
force-pushed
the
support-ai-tool
branch
from
July 28, 2026 09:28
f756059 to
cc81cad
Compare
Adds the camel-quarkus-ai-tool extension (runtime + deployment) providing Quarkus support for Camel's ai-tool: component. The component registers Camel routes as LLM-callable tools in Camel's AiToolRegistry. Includes BOM entries, catalog, generated docs, and a basic integration test that verifies tool registration and invocation via AiToolRegistry. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
JiriOndrusek
force-pushed
the
support-ai-tool
branch
from
July 30, 2026 11:07
cc81cad to
f9d6246
Compare
Contributor
Author
|
@jamesnetherton The example failed on some infrastructure issue. Nevertheless I think that we can merge this one. |
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.
fixes #8921
Adds the camel-quarkus-ai-tool extension (runtime + deployment) providing Quarkus support for Camel's ai-tool: component. The component registers Camel routes as LLM-callable tools in Camel's AiToolRegistry.
Includes BOM entries, catalog, generated docs, and a basic integration test that verifies tool registration and invocation via AiToolRegistry.