Agentic Frameworks in Production
There are so many agency frameworks out there like OpenAI, langchain agency swarm, crew ai, autogen etc
Then there is pure python and typescript agents you can build yourself
What are you using and have you taken anything to production that’s generating revenue yet?
1 comment
[ 3.1 ms ] story [ 16.7 ms ] threadI 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