I am exploring the integration of Evonic with claude-cli to execute headless prompts. Specifically, I am curious about the intended flow for Super Agents:
Is it possible to have Evonic trigger a local CLI command (e.g., claude-cli -p "command") and capture the output directly as an agentic action?
Or, does Evonic require a direct LLM API key integration by design, where the CLI would instead be defined as a "Skill" or tool for the agent to call?
I am trying to determine if I can bypass direct API costs by leveraging a locally authenticated CLI session.
Evonic --> super agent --> trigger claude-cli -p "some comand" --> return output
Thanks mas robin.
I am exploring the integration of Evonic with claude-cli to execute headless prompts. Specifically, I am curious about the intended flow for Super Agents:
Is it possible to have Evonic trigger a local CLI command (e.g., claude-cli -p "command") and capture the output directly as an agentic action?
Or, does Evonic require a direct LLM API key integration by design, where the CLI would instead be defined as a "Skill" or tool for the agent to call?
I am trying to determine if I can bypass direct API costs by leveraging a locally authenticated CLI session.
Evonic --> super agent --> trigger claude-cli -p "some comand" --> return outputThanks mas robin.