[ 
https://issues.apache.org/jira/browse/CAMEL-23683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John Poth updated CAMEL-23683:
------------------------------
    Description: 
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..)

  was:
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 to have some runtime commands (fetch metrics 
etc..)


> 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
>
> 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)

Reply via email to