Tag: agentic-workflows
All the articles with the tag "agentic-workflows".
Agents Have Outgrown Workflows
Published:Why the industry is shifting from handcrafted agentic workflows to agents operating inside harnesses, what that looks like in practice, and the trade-offs involved.
Agentic RAG Series - Part 3: Building a Comprehensive Agentic RAG Workflow: Query Routing, Document Grading, and Query Rewriting
Published:A tutorial on building an advanced agentic RAG workflow that combines query routing, document grading, and query rewriting using LangGraph to create a robust, self-correcting retrieval system.
Agentic RAG Series - Part 2: Building an Agentic RAG Workflow with Query Router Using LangGraph
Published:A coding tutorial on building an agentic RAG workflow with a query router using LangGraph, enabling the system to intelligently choose between Wikipedia and web search retrievers based on query type.