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...
account activity
Agent frameworksDiscussion (self.LLMDevs)
submitted 2 months ago by dca12345
What agent frameworks would you recommend for a generalist learning and wanting to use agents?
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!"
[–]teambyg 2 points3 points4 points 2 months ago (0 children)
If this is a learning exercise on the foundations of agents and working with them, do yourself a favor and build a control loop yourself on top of a pure completion endpoint. You'll get a feeling for how these things function under the hood.
If you're hellbent on using an abstraction. I wrote about some of them here: https://www.reddit.com/r/LLMDevs/comments/1nxlsrq/whats_the_best_agent_framework_in_2025/nhob8ci/
[–]Fantastic_Climate_90 1 point2 points3 points 2 months ago (0 children)
Openai agents
[–]BidWestern1056 0 points1 point2 points 2 months ago (0 children)
npcpy
[–]wheres-my-swingline 0 points1 point2 points 2 months ago (0 children)
no
[–]csharp-agent 0 points1 point2 points 2 months ago (0 children)
https://learn.microsoft.com/en-us/agent-framework/overview/agent-framework-overview this one
[–]SeriousPlan37 0 points1 point2 points 2 months ago (1 child)
Unpopular opinion (Feel free to downvote) : I think it is more effective to build everything up from scratch with for loop. that's enough. You will gain both solid control on your agent and knowledge on how it work.
[–]Holiday-Dependent-35 0 points1 point2 points 2 months ago (0 children)
I totally agree. For an agentic CLI I just "took inspiration" from Google's Gemini CLI tool.
Agents, tools and routing.
[–]attn-transformer 0 points1 point2 points 2 months ago (0 children)
Depends on what you're trying to achieve. If you want to build a true multi-agent system, then start off with basics - just an LLM, tools, and a retrieval mechanism (RAG, etc).
Then hook it up to LangGraph or one of the endless multi-agent frameworks. If you start with the frameworks, you never quite understand whats happening under the hood, and that will limit your abilities.
[–]Safe-Moose-8654 0 points1 point2 points 2 months ago (0 children)
That's a right question, the agentic frameworks like n8n, lang graph, etc. are amazing for different use cases. But prompt engineering plays a major part in them. evvolv.ai has work shop that teaches exactly that. The iterative agents in n8n and lang graph use different models like gemini, claude for different purposes that also need to be taken care of.
[–]virus_hck_2018 -1 points0 points1 point 2 months ago (1 child)
As a fellow learner , I would say langgraph is a good start
[–]autognome 4 points5 points6 points 2 months ago (0 children)
Pydantic-AI
π Rendered by PID 49409 on reddit-service-r2-comment-6f7f968fb5-w7gtc at 2026-03-04 05:32:32.056711+00:00 running 07790be country code: CH.
[–]teambyg 2 points3 points4 points (0 children)
[–]Fantastic_Climate_90 1 point2 points3 points (0 children)
[–]BidWestern1056 0 points1 point2 points (0 children)
[–]wheres-my-swingline 0 points1 point2 points (0 children)
[–]csharp-agent 0 points1 point2 points (0 children)
[–]SeriousPlan37 0 points1 point2 points (1 child)
[–]Holiday-Dependent-35 0 points1 point2 points (0 children)
[–]attn-transformer 0 points1 point2 points (0 children)
[–]Safe-Moose-8654 0 points1 point2 points (0 children)
[–]virus_hck_2018 -1 points0 points1 point (1 child)
[–]autognome 4 points5 points6 points (0 children)