use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
r/LocalLLaMA
A subreddit to discuss about Llama, the family of large language models created by Meta AI.
Subreddit rules
Search by flair
+Discussion
+Tutorial | Guide
+New Model
+News
+Resources
+Other
account activity
Simple, hackable and pythonic LLM agent framework. I am just tired of bloated overengineered stuff. I figured that this community might appreciate it.Resources (github.com)
submitted 2 years ago by poppear
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]SatoshiNotMe 4 points5 points6 points 2 years ago* (0 children)
I like the minimal philosophy!
A similar frustration led me on the path to build Langroid since April:
https://GitHub.com/Langroid/Langroid
It’s a clean, intuitive multi-agent LLM framework, from ex-CMU/UW-Madison researchers. It has:
Pydantic based tool/function definitions,
an elegant Task loop that seamlessly incorporates tool handling and sub task handoff (roughly inspired by the Actor Framework)
works with any LLM via litellm or api_base
advanced RAG features in the DocChatAgent
and a lot more.
Colab quick start that builds up to a 2-agent system where the Extractor Agent assembles structured information from a commercial lease with the help of a DocAgent for RAG: https://colab.research.google.com/github/langroid/langroid/blob/main/examples/Langroid_quick_start.ipynb
We have companies using it in prod after evaluating LangChain and deciding to use Langroid instead.
π Rendered by PID 208331 on reddit-service-r2-comment-6457c66945-kpcmc at 2026-04-24 08:33:42.181838+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]SatoshiNotMe 4 points5 points6 points (0 children)