<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts · Mesh Refinement</title><link>https://meshrefine.com/en/tags/griptape/</link><description>Posts · Mesh Refinement</description><atom:link href="https://meshrefine.com/en/tags/griptape/index.xml" rel="self" type="application/rss+xml"/><lastBuildDate>Thu, 05 Jun 2025 14:40:50 +0200</lastBuildDate><item><title>Griptape, Part 2: Building Graphs</title><link>https://meshrefine.com/en/posts/griptape-2/</link><description>&lt;p&gt;In the &lt;a href="https://meshrefine.com/en/posts/griptape-1/"&gt;previous post&lt;/a&gt;, I broke down the basic concepts of the &lt;a href="https://www.griptape.ai"&gt;Griptape&lt;/a&gt; AI framework, and now it&amp;rsquo;s time to put them into practice. We&amp;rsquo;ll try to use them to develop a small application that helps run a link-blog on Telegram.&lt;/p&gt;
&lt;p&gt;The application will receive a URL, download its content, run it through an LLM to generate a summary, translate that summary into a couple of other languages, combine everything, and publish it to Telegram via a bot. The general flow can be seen in the diagram below:&lt;/p&gt;</description><pubDate>Thu, 05 Jun 2025 14:40:50 +0200</pubDate><guid>https://meshrefine.com/en/posts/griptape-2/</guid></item><item><title>Griptape: A Framework for AI Applications, Part 1: Introduction</title><link>https://meshrefine.com/en/posts/griptape-1/</link><description>&lt;p&gt;Today we will look at &lt;a href="www.griptape.ai"&gt;Griptape&lt;/a&gt;, a framework for building AI applications, which offers a clean Pythonic API for those tired of LangChain&amp;rsquo;s abstraction layers. It provides primitives for building assistants, RAG systems, and integrating with external tools. Honestly, in my experience, most people tired of LangChain switch to custom-written wrappers around lower-level libraries like OpenAI or LiteLLM. But who knows, maybe they&amp;rsquo;re missing out. Let&amp;rsquo;s dive in.&lt;/p&gt;
&lt;h1 id="2478e62b6bf58b4c71f48f86c1ef343f-a-bit-of-history"&gt;A Bit of History&lt;/h1&gt;
&lt;p&gt;Personally, I&amp;rsquo;ve been hearing about Griptape for about a year and a half. As far as I remember, It started as a sort of LangChain competitor with quite similar primitives, but their paths gradually diverged. As of the time of the writing, it has 2.3k stars on GitHub, which is somewhat less than LangChain&amp;rsquo;s 109k, but still enough to consider the project quite mature.
Besides the open-source framework, it has also developed its own cloud where you can run your applications, ETLs, and RAGs, and a visual builder, Griptape Nodes, allowing non-professionals to click together applications in minutes. &lt;/p&gt;</description><pubDate>Fri, 30 May 2025 18:10:07 +0200</pubDate><guid>https://meshrefine.com/en/posts/griptape-1/</guid></item></channel></rss>