I am using the cloud version on my Windows 11 Laptop.
When adding an Agent AI to the workflow, it won’t give me the Agent option to choose from. It only shows the Source from Prompt - Connected Chat Trigger node.
I am not getting any errors, but on the documentation and YouTube videos I see there is this option to choose Tools Agent, Conversational Agent, etc. I don’t have dropdown option
Sure, So I’m not crazy, I keep seeing everybody having that option but not me. I even tried opening another account in another computer and same thing. here is the json node
Here is the code. I am using Chrome, and I just tried firefox and the problem persist
{
“nodes”: [
{
“parameters”: {
“options”: {}
},
“type”: “@n8n/n8n-nodes-langchain.agent”,
“typeVersion”: 1.8,
“position”: [
220,
0
],
“id”: “3a6a06bf-0538-4f8c-8a8d-a93b5f41dccb”,
“name”: “AI Agent”
}
],
“connections”: {},
“pinData”: {},
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “272049ce42308f710372ecd4d3980c5accd85606adf25fe3e56c802b3c07eefa”
}
}
Interesting. I am a couple minor n8n versions behind but my agent node is 1.7. I may have to check once update my n8n, unless someone else could get before me.
What if you take that copied json you have, and set the version to 1.7, and paste that back to the scenario, does it work or same issue?
I’m experiencing this same thing. I upgrade the cloud (not self-hosted) version through the n8n website to 1.82.1 yesterday; since that time, I can no longer find that option (the Agent drop down).
Thanks for your answer. So this is expected as of now? because I am watching videos from a week ago and they are still having that option. Although I think you are right as the documentation had a screenshot of those option yesterday and I don’t see them in there today. So I guess we are moving in that direction now. Thank you.
Thanks a lot for clarifying though. I guess same thing happened to “Windows Buffer Memory” which is now “Simple Memory” amongst other tools/actions/nodes.