[
https://issues.apache.org/jira/browse/CAMEL-23683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-23683:
--------------------------------
Fix Version/s: 4.21.0
> Create a new camel-shell component
> ----------------------------------
>
> Key: CAMEL-23683
> URL: https://issues.apache.org/jira/browse/CAMEL-23683
> Project: Camel
> Issue Type: New Feature
> Reporter: John Poth
> Assignee: John Poth
> Priority: Minor
> Fix For: 4.21.0
>
>
> I think it would be cool to have a small camel-shell component that
> communicates with other camel endpoints so far example:
> {code:java}
> from("shell:prompt")
> .to("huggingface:chat?modelId=Qwen/Qwen2.5-3B-Instruct");
> {code}
> This would start the Java Camel process in "shell" mode and route user typed
> messages to the Qwen model. The idea would be valid for any camel endpoints.
> Also add a camel-command component in the future to have some runtime
> commands (fetch metrics etc..)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)