Agentic Workflows with LangGraph
What is an Agent ?
An Agent is like a AI worker that :
Can think (use logic)
Can decide (based on the input)
Can act (perform a task or call a tool)
You can imagine an agent as an intelligent assistant that doesn’t just respond, but knows how to...
learn--genai.hashnode.dev4 min read