John Poth created CAMEL-23683:
---------------------------------
Summary: 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
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..)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)