Category: langgraph
-
Building a LangGraph Agent from Scratch
Building a LangGraph Agent from Scratch Everything you need to know to get started The post Building a LangGraph Agent from Scratch appeared first on Towards Data Science. Vyacheslav Efimov Go to original source
-
How to Build Effective Agentic Systems with LangGraph
How to Build Effective Agentic Systems with LangGraph Create AI workflows with agentic frameworks The post How to Build Effective Agentic Systems with LangGraph appeared first on Towards Data Science. Eivind Kjosbakken Go to original source
-
How to Build an AI Budget-Planning Optimizer for Your 2026 CAPEX Review: LangGraph, FastAPI, and n8n
How to Build an AI Budget-Planning Optimizer for Your 2026 CAPEX Review: LangGraph, FastAPI, and n8n Email → n8n → LangGraph → FastAPI: turning budget requests into optimised CAPEX portfolios that maximise ROI for decision-makers. The post How to Build an AI Budget-Planning Optimizer for Your 2026 CAPEX Review: LangGraph, FastAPI, and n8n appeared first…
-
LangGraph 201: Adding Human Oversight to Your Deep Research Agent
LangGraph 201: Adding Human Oversight to Your Deep Research Agent Losing control of your AI agent in the middle of the workflow is a common pain point. If you have built your own agentic applications, you’ve most likely already seen this happen. While LLMs nowadays are incredibly capable, they’re still not quite there yet to…
-
Using LangGraph and MCP Servers to Create My Own Voice Assistant
Using LangGraph and MCP Servers to Create My Own Voice Assistant Built over 14 days, all locally run, no API keys, cloud services, or subscription fees. The post Using LangGraph and MCP Servers to Create My Own Voice Assistant appeared first on Towards Data Science. Benjamin Lee Go to original source
-
Smarter Model Tuning: An AI Agent with LangGraph + Streamlit That Boosts ML Performance
Smarter Model Tuning: An AI Agent with LangGraph + Streamlit That Boosts ML Performance Automating model tuning in Python with Gemini, LangGraph, and Streamlit for regression and classification improvements The post Smarter Model Tuning: An AI Agent with LangGraph + Streamlit That Boosts ML Performance appeared first on Towards Data Science. Gustavo Santos Go to…
-
LangGraph + SciPy: Building an AI That Reads Documentation and Makes Decisions
LangGraph + SciPy: Building an AI That Reads Documentation and Makes Decisions Stop guessing your statistical test. Let this AI do it for you. The post LangGraph + SciPy: Building an AI That Reads Documentation and Makes Decisions appeared first on Towards Data Science. Gustavo Santos Go to original source
-
An Agentic Approach to Reducing LLM Hallucinations
An Agentic Approach to Reducing LLM Hallucinations Simple techniques to alleviate LLM hallucinations using LangGraph Photo by Greg Rakozy on Unsplash If you’ve worked with LLMs, you know they can sometimes hallucinate. This means they generate text that’s either nonsensical or contradicts the input data. It’s a common issue that can hurts the reliability of LLM-powered…