Skip to content
Book Open access

Building Agentic AI Systems with LangGraph: From LLM Pipelines to Multi-Agent Decision Workflows

Aug 2026 · Proceedings of the 32nd ACM SIGKDD Conference on Knowledge Discovery and Data Mining V.2 · pp. 13287-13288 · 0 citations

Abstract

Recent advances in large language models (LLMs) have enabled the development of increasingly sophisticated agentic AI systems capable of reasoning, planning, tool use, memory management, and collaborative problem solving. Agentic AI refers to AI systems that can autonomously pursue goals and execute tasks by combining reasoning, decision-making, memory, interaction with external tools, and adaptive workflows. Unlike traditional LLM applications that primarily rely on single-prompt interactions or fixed sequential pipelines, agentic AI systems can iteratively analyze problems, coordinate multiple steps, invoke external resources, refine intermediate outputs, and dynamically adapt their behavior in response to evolving context and feedback. Recent developments in agent frameworks and orchestration platforms have accelerated interest in building such systems for applications involving analytics, research assistance, automation, and decision support. Despite rapid advances in LLM capabilities, designing robust and reliable agentic workflows remains challenging. Developers must address issues related to state management, workflow orchestration, tool integration, multi-agent coordination, reasoning reliability, and transparency of decision-making processes. Recent frameworks such as LangGraph offer new opportunities to build stateful, graph-based AI systems that support complex reasoning workflows, adaptive execution paths, and collaborative multi-agent architectures [1]. This hands-on tutorial introduces LangGraph, a framework built on top of LangChain for designing and orchestrating stateful agentic AI workflows [2]. LangGraph enables developers to construct graph-based systems in which nodes represent reasoning steps, tools, memory modules, or specialized agents, while edges define execution flow and state transitions. Compared with traditional linear LLM pipelines, graph-based architecture offers greater flexibility in implementing branching logic, iterative refinement, recovery mechanisms, memory-aware execution, and collaborative multi-agent interactions. The tutorial focuses on practical techniques for designing and implementing modern agentic AI systems that move beyond simple prompt engineering toward structured reasoning workflows capable of autonomous decision making and coordinated execution. Participants will learn how to build multi-step reasoning pipelines, integrate external APIs and computational tools, manage workflow state and conversational memory, and design collaborative systems involving multiple specialized agents with distinct responsibilities. The tutorial also discusses practical considerations in workflow orchestration, reliability, scalability, evaluation, and deployment of agentic AI systems in real-world environments. Through guided coding exercises implemented in Python using LangGraph, LangChain, and modern LLM APIs, attendees will progressively construct increasingly sophisticated systems. Hands-on activities include building tool-using agents for data analysis and information retrieval, implementing collaborative reasoning systems composed of specialized agents, developing self-refinement and reasoning loops, and constructing decision-support agents that integrate qualitative and quantitative information to generate structured recommendations. Participants will also explore methods for designing transparent and human-centered agentic workflows suitable for real-world applications. The tutorial emphasizes practical system design for data science, analytics, research assistance, and decision-support applications. In addition to implementation techniques, the tutorial examines challenges associated with hallucinations, automation bias, evaluating agent behavior, the reliability of reasoning chains, and the responsible deployment of AI systems that autonomously interact with tools and external information sources. The tutorial encourages participants to adopt human-centered AI principles and design practices that promote transparency, accountability, and responsible use of agentic systems. The tutorial combines conceptual discussions, live coding demonstrations, and interactive, hands-on exercises for data scientists, machine learning engineers, AI researchers, and software developers interested in building scalable, practical agentic AI systems. By the end of the tutorial, participants will have implemented a complete multi-agent decision assistant capable of gathering information, coordinating specialized agents, evaluating alternatives, and generating structured recommendations using modern graph-based AI workflows.

Read PDF

Similar papers

Book Open access Aug 2026

Enterprise AI Agents: From Prototypes to Production

Large language models (LLMs) have evolved from standalone generative systems into agentic AI systems capable of planning, reasoning, tool use, and multi-agent collaboration. Enterprises are increasingly adopting AI agents to automate and orchestrate complex workflows, from IT operations to employee productivity. While early deployments focused on proof-of-concept prototypes, the past year has marked a clear shift toward production-grade enterprise AI agents. This transition has been enabled by a wave of new technologies, including multi-agent orchestration, memory and state management, skill-based and modular agent architectures, and deeper integration with enterprise data and workflow platforms, which together make scalable, reliable agent systems feasible in practice. At the same time, moving agents into production introduces new technical and organizational challenges, such as rigorous evaluation and benchmarking, security and governance, and system design for long-running, autonomous operation. Building on the success of our two prior highly attended editions: ''Agentic AI for Enterprise'' workshop at KDD 2025 and ''Enterprise RAG'' workshop at CIKM 2024, this workshop aims to bring together researchers and practitioners to examine how enterprise AI agents can successfully move from prototypes to production. We focus on three pillars: 1) Agent architectures and systems; 2) Enterprise applications and deployments; 3) Evaluation and governance.

Min Du, Anbang Xu, Jasmine Jaksic et al. · 0 citations
Review Open access Aug 2026

A Systematic Survey of LLM-Based Agentic AI Frameworks for Multi-Agent Coordination and Interoperability

The analysis indicates that the promise of LLM-based agents for scalable automation, collaborative reasoning, and complex workflow execution comes with significant challenges in long-horizon reliability, evaluation standardization, communication security, cost-efficient orchestration, governance, and the interpretability of emergent multi-agent behavior.

Nada Mohamed, Prasun Chakrabarti, S. Gupta · 0 citations
#artificial intelligence Open access Sep 2026

AgentFactory: Towards Automated Agentic System Design and Optimization

Large Language Models (LLMs) have demonstrated remarkable capabilities as powerful components in agentic systems, enabling sophisticated reasoning and complex task execution. However, current approaches to manually designing and optimizing agentic systems heavily rely on manual effort, limiting their adaptability and scalability. Recent work has explored the automated optimization of workflow designs. However, these approaches often overlook the crucial role of model capabilities and focus on single performance metrics, failing to address real-world deployment constraints. In this paper, we present AgentFactory, a framework that jointly optimizes both foundation models and workflow structures in agentic systems while considering multiple objectives including performance, cost, and efficiency. AgentFactory leverages advanced LLMs as optimizers to navigate the vast search space of possible configurations, employing a three-stage optimization pipeline to automatically discover effective combinations of fine-tuned models and optimized workflows. Through an iterative optimization process, our framework systematically explores and evaluates different agentic system designs, adapting to task-specific requirements while maintaining operational efficiency. We evaluate AgentFactory across eight benchmarks spanning five domains, including general reasoning, coding, mathematics, medicine, and finance. Our experiments demonstrate that AgentFactory consistently outperforms both manually designed methods and existing automated approaches, achieving an average improvement of 9.1% across all benchmarks, with particularly significant gains in domain-specific tasks (19.6% on MedQA and 18.7% on FinEval). These results establish AgentFactory as a promising approach for developing more capable and efficient agentic systems through automated optimization.

En-Ci Zhang, Hao-Fen Wang, Yuesheng Zhu et al. · 0 citations
Preprint Aug 2026

EASy: Towards Efficient LLM-Based Agentic System

EASy is proposed, a trainable agentic framework that jointly optimizes task performance and computational efficiency through reinforcement learning and consistently achieves stronger performance-efficiency trade-offs than strong agentic baselines.

Junnan Liu, Linhao Luo, Thuy-Trang Vu et al. · 0 citations
Review Open access Aug 2026

From Language Models to Agentic AI: A Survey of Autonomous, Action-Enabled, and Collaborative LLM Agents

A unified, taxonomy-driven, and deployment-oriented survey of agentic AI systems, synthesizing recent advances through a modular reference architecture and a four-dimensional taxonomy that characterizes agents along the axes of autonomy, tool use, collaboration, and safety–governance is presented.

Sparsh Bajoria, Shreyanshu Ranjan, Adhitya M et al. · 0 citations
Open access 2024

Agentic AI Architectures for Autonomous Business Applications

Agentic Artificial Intelligence (Agentic AI) represents the next generation of intelligent systems capable of autonomous sensing, reasoning, planning, and action with minimal human intervention. Unlike traditional AI, Agentic AI integrates large language models, reinforcement learning, multi-agent systems, planning mechanisms, orchestration layers, and memory modules to enable adaptive and goal-oriented decision-making. This paper explores Agentic AI architectures for autonomous business applications, highlighting their role in finance, healthcare, supply chain, enterprise resource planning, customer relationship management, and industrial operations. A layered architecture comprising perception, reasoning, orchestration, and execution layers is proposed to support autonomous analysis, strategic planning, and optimized action execution. The framework also incorporates memory, monitoring, and governance modules to enhance transparency, reliability, and explainability. Experimental evaluation demonstrates that the proposed architecture improves workflow automation, decision accuracy, operational efficiency, resource utilization, and response time while reducing manual intervention. The findings indicate that Agentic AI provides a scalable and robust foundation for future autonomous enterprise systems. The study also discusses key challenges, including explainability, governance, ethics, and trust, emphasizing their importance for successful enterprise adoption. Overall, Agentic AI architectures offer significant potential to accelerate intelligent automation and drive the next generation of business transformation.

Narendra Karmarkar, Iyengar P. K. · 0 citations

We use cookies to run the site and, with your consent, for analytics and to show ads. See our Cookie Policy.