<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Langgraph on jecklgamis.com</title><link>https://jecklgamis.com/tags/langgraph/</link><description>Recent content in Langgraph on jecklgamis.com</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 16 Apr 2026 13:49:15 +1000</lastBuildDate><atom:link href="https://jecklgamis.com/tags/langgraph/index.xml" rel="self" type="application/rss+xml"/><item><title>A LangGraph Agent with Tools, Guardrails, and Memory</title><link>https://jecklgamis.com/guides/langgraph-agent-with-tools-guardrails-and-memory/</link><pubDate>Wed, 15 Apr 2026 00:00:00 +0000</pubDate><guid>https://jecklgamis.com/guides/langgraph-agent-with-tools-guardrails-and-memory/</guid><description>&lt;p&gt;A LangGraph agent with local function tools, guardrails, memory, human-in-the-loop, and optional MCP server connections.&lt;/p&gt;
&lt;h2 id="features"&gt;Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Local tools: filesystem, network, web search, math, bash&lt;/li&gt;
&lt;li&gt;Optional MCP server connections (math, perf)&lt;/li&gt;
&lt;li&gt;Configurable LLM providers: Ollama (default), OpenAI, Google Gemini, Anthropic, Microsoft Azure, Meta, DeepSeek, Mistral, xAI, OpenRouter&lt;/li&gt;
&lt;li&gt;Conversation memory via LangGraph checkpointing (SQLite)&lt;/li&gt;
&lt;li&gt;Guardrails: input validation, LLM-as-judge, output PII redaction, bash command denylist&lt;/li&gt;
&lt;li&gt;Human-in-the-loop tool call confirmation&lt;/li&gt;
&lt;li&gt;Graceful error handling for LLM connection failures&lt;/li&gt;
&lt;li&gt;HTTP API via FastAPI with streaming support&lt;/li&gt;
&lt;li&gt;Playground UI at &lt;code&gt;/playground&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;React frontend under &lt;code&gt;frontend/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;LangSmith tracing support&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="getting-started"&gt;Getting Started&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;uv sync
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;./run-cli-agent.sh
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;For a different LLM provider:&lt;/p&gt;</description></item></channel></rss>