<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Graph on SoloSoft</title><link>https://www.solosoft.dev/tags/graph/</link><description>Recent content in Graph on SoloSoft</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.solosoft.dev/tags/graph/index.xml" rel="self" type="application/rss+xml"/><item><title>LangGraph: Building Stateful Multi-Agent Workflows with LangChain</title><link>https://www.solosoft.dev/post/langgraph-workflow-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/langgraph-workflow-2026/</guid><description>&lt;p&gt;The first generation of LLM agents followed a simple, predictable loop &amp;ndash; the ReAct pattern of Thought, Action, Observation. But real-world applications require more sophisticated orchestration: multiple agents working together, conditional branching, human oversight, persistent state across complex workflows, and the ability to loop back for refinement. &lt;strong&gt;LangGraph&lt;/strong&gt; provides the graph-based architecture that makes these patterns possible.&lt;/p&gt;
&lt;p&gt;LangGraph extends LangChain&amp;rsquo;s agent capabilities from linear chains to directed graphs, where each node is a computational step and edges define the control flow. This deceptively simple generalization &amp;ndash; from chains to graphs &amp;ndash; enables an enormous range of previously impractical agent architectures.&lt;/p&gt;</description></item><item><title>ScrapeGraphAI: LLM-Powered Web Scraping with Graph Logic</title><link>https://www.solosoft.dev/post/scrapegraph-ai-scraping-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/scrapegraph-ai-scraping-2026/</guid><description>&lt;p&gt;Traditional web scraping is fragile. A scraper built around CSS selectors and XPath expressions breaks the moment the target website updates its HTML structure. Maintaining scrapers at scale becomes a constant game of catching up with layout changes, restructuring selectors, and re-testing pipelines. &lt;strong&gt;ScrapeGraphAI&lt;/strong&gt; takes a fundamentally different approach: instead of hard-coding extraction rules, it uses LLMs to understand page content semantically and extract the data you actually want.&lt;/p&gt;
&lt;p&gt;The core idea is that an LLM &amp;ndash; given a page&amp;rsquo;s rendered content and a description of what to extract &amp;ndash; can identify the relevant information without knowing the page&amp;rsquo;s CSS structure. This makes ScrapeGraphAI scrapers resilient to layout changes. A website redesign that would break a traditional scraper barely registers: the LLM simply reads the new layout and finds the same information.&lt;/p&gt;</description></item></channel></rss>