-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rethinking of the code generation approach #160
Comments
langflow's integration of crewAI is worth learning from. |
Thanks for the recommendation. I'll look into it when I get time. |
From my general perspective, I have envisioned an agentic system in which many tasks & goals all go through a somewhat similar process. They are all varying configurations of the same underlying lego pieces. So Code Generation is just one of many agentic teams, and other workflows are executed via their own configurable team(s). I can see your point in terms of concerns regarding efficiency and observability. Would you mind elaborating a bit on what differentiating factors (with regards to implementation) you see which make way for this fork in the road? great work btw with the interfaces etc, you plucked some visions right out of my mind ;-) |
I will stick with code generation approach with some caching machanism included for performance concerns. |
Even though code generation is the looked best way to keep the tool useful and independant to runtimes other than AutoGen, I've seen the problems such as the efficiency and observability issues. Therefore, I'm considering to make it a workflow engine instead of a standalone program. This will introduce significant changes to backend project.
Any thoughts pls let me know.
The text was updated successfully, but these errors were encountered: