Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Error buildAgentGraph - Cannot read properties of undefined (reading 'name') #4223

Open
Roshan1917 opened this issue Mar 26, 2025 · 0 comments
Labels
agentflow Issue related to agentflow bug Something isn't working

Comments

@Roshan1917
Copy link

Roshan1917 commented Mar 26, 2025

Describe the bug
I am following the Leon Tutorial "How to Build a Self-Improving AI with Agentic RAG and Flowise"
https://www.youtube.com/watch?v=SL77Ojbgy6U&t=407s

To Reproduce
Steps to reproduce the behavior:
[15:47] - [17:33] , made the changes like Leon did

  1. Remove the Agent Node
  2. Instead of Agent Node add LLM Node and Tool Node
  3. Connect start node with LLM node, LLM node to Tool node,
  4. Connect Tool node with RetrieverTool node, Tool node with condition Agent
  5. Text in Chatbot
  6. Error buildAgentGraph - Cannot read properties of undefined (reading 'name')

Expected behavior
Get reply from LLM

Screenshots
If applicable, add screenshots to help explain your problem.

Image

Setup

LLM Node

Image

Condition Agent -> Additional Parameters -> Format Prompt Value

Image

Conditional Agent -> Condition

Image

@HenryHengZJ HenryHengZJ added bug Something isn't working agentflow Issue related to agentflow labels Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agentflow Issue related to agentflow bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants