Hello everyone,
I am using n8n on a “local” or cloud installation via Render. When creating workflows, I also want to add AI agents. Strangely, I cannot choose which type of AI agent to use in the node selection. Please see:
The selection window does not appear for me.
In many YouTube videos and also here in the community, an additional selection field is still shown.
What could be the reason for this, and what can I do to fix it?
Knight
March 9, 2025, 11:27pm
2
@Lukas_Windeck , unfortunately, you can’t. As far as I know, the additional field is only available in the cloud version of n8n, not in the self-hosted version.
Actually, it’s available on both. I’m currently experiencing this same issue the moment I upgraded the cloud version of my n8n instance (NOTE: cloud not self-hosted), I could no longer find the Agent drop down option to select other agents. I upgraded yesterday to 1.82.1
m00th
March 20, 2025, 1:28pm
5
ria
March 20, 2025, 4:02pm
6
This was indeed intentional, as you’ve referenced the PR.
master ← ado-2779-feature-agent-node-get-rid-of-type-drop-down
opened 08:46AM - 24 Feb 25 UTC
## Summary
Users have found the Agent type selection to be confusing, and in … vast majority of the cases `Tools Agent` is the only recommended Agent type to use. To simplify the usage of this very popular node other Agent types are going to be deprecated, and on new version 1.8 `Agent` nodes the dropdown selection for Agent type is no longer displayed, and `toolsAgent` is used by default.
<img width="605" alt="image" src="https://github.com/user-attachments/assets/e99ad463-cc32-4d7f-ac38-9cb8c9fd32ad" />
On old Agent node's a deprecation warning is shown.
<img width="616" alt="image" src="https://github.com/user-attachments/assets/7faffd6c-57df-43a7-9298-5f6f3ae847da" />
Also added `maxIterations` options on all Agent node types on pre-1.8 `Agent` nodes, this was missing from `ReAct`, `PlanAndExecute` and `SqlAgent`.
<img width="587" alt="image" src="https://github.com/user-attachments/assets/9785666b-4938-42bf-b341-56a99e27ea8e" />
## Related Linear tickets, Github issues, and Community forum posts
https://linear.app/n8n/issue/ADO-2779/feature-agent-node-get-rid-of-type-drop-down
## Review / Merge checklist
- [x] PR title and summary are descriptive. ([conventions](../blob/master/.github/pull_request_title_conventions.md))
- [x] [Docs updated](https://github.com/n8n-io/n8n-docs) or follow-up ticket created.
- [x] Tests included.
- [ ] PR Labeled with `release/backport` (if the PR is an urgent fix that needs to be backported)
What is your experience with the new “uniform” AI Agent node? We’d be happy to hear your feedback!