TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Agentic Frameworks in Production

1 点作者 fracternal11 个月前
There are so many agency frameworks out there like OpenAI, langchain agency swarm, crew ai, autogen etc<p>Then there is pure python and typescript agents you can build yourself<p>What are you using and have you taken anything to production that’s generating revenue yet?

1 comment

fracternal11 个月前
For context I prefer to use pure Python. I think frameworks like crew and autogen are too limiting. Langchain is annoyingly over bloated and made super confusing (just check on reddit).<p>I use Python, pydantic for data validation and vector dbs. I use a combo of openai and open source models for the LLM. It seems to work well so far and I can control what I want the bot to do