TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Build AI DAGs with Memory; Run and Validate LLM Tools in Containers

48 pointsby vasinovabout 2 years ago
I am working on a modular open source framework called Griptape that allows Python developers to create LLM pipelines and DAGs for complex workflows that use rules and memory.<p>Griptape can be thought of as &quot;Airflow for LLMs,&quot; providing an alternative to the agent-based LangChain approach.<p>Developers can also build reusable LLM tools with explicit JSON schemas that can be executed in any environment (local, containerized, cloud, etc.) and integrated into Griptape workflows. They can also be easily converted into ChatGPT Plugin APIs and LangChain tools via adapters.<p>Tools can be thought of as any executable code that allows LLMs to interact with the outside world (via ReAct and Toolformer techniques): email, docs, spreadsheets, Jira tickets, web pages&#x2F;search, etc.<p>The best part about tools is that they can be executed in isolated environments, significantly reducing potential security risks associated with running LLM-generated code and API calls.<p>What do you think? What are some of the use cases that you have in mind for reusable tools?

4 comments

cto_officialabout 2 years ago
Great initiative! I was wondering if you could kindly provide me with a comparison of how this initiative compares with Langchain? Additionally, I have observed that there are numerous libraries available along with GPT, however, none of them seem to be production-ready and seem to be intended only for hobbyists. Would you kindly elaborate on your plan to address this issue? Thank you very much!
tartakovskyabout 2 years ago
This looks cool. I am sort of unclear about this contrasting statement to Langchain when it seems you are building on too of &#x2F; or using Langchain to achieve some functionality. Is that incorrect? Also, I looked at your repo to contribute, but sadly I see no issues!
评论 #35667581 未加载
评论 #35665875 未加载
james-revisoaiabout 2 years ago
Nice, how does the Webscraper work? Will it work on e.g. a React site?<p>Would be a nice use-case to plop a website into a chatbot easily, for example.
评论 #35656252 未加载
Anil1331about 2 years ago
Nice one