I am trying to create AI agent for the first time, I have configured params as per @Niall video (https://www.youtube.com/watch?v=E0BaMLL5Uf4) however I am getting error and unable to understand.
Note, I am using Camunda provided LLM for testing.
.bpmn attached
llmDemo.bpmn (12.0 KB)
This looks like a common AI Agent element template version mismatch issue that occurs with Camunda 8.8 alpha builds. I found the following relevant resources:
- Problems with AI Agent in 8.8-alpha6 forum discussion
- Agent Blueprint Demo forum discussion
- Build your first AI agent guide
- AI Agent Task connector error handling docs
Does this help? If not, can anyone from the community jump in? ![]()
Hints: Use the Ask AI feature in Camunda’s documentation to chat with AI and get fast help. Report bugs and features in Camuda’s GitHub issue tracker. Trust the process. ![]()
It didn’t work still
however I am getting error and unable to understand.
What error are you getting? Can you provide a screenshot and logs?
Regards,
Alex
Please ignore this, as in other modeler/camunda version, it worked.
However, Now I see error as ‘Secret with name ‘CAMUNDA_PROVIDED_LLM_API_ENDPOINT’ is not available’
This just means that you’ve got some configuration in your model that requires a secret to be created.
Yes, actually I am trying to use org enable Camunda LLM secrets, somehow not able to use it.
Any other way to reveal secrets and get it configured to spring boot application?