Skip to content
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

Open
hughlv opened this issue Aug 23, 2024 · 3 comments
Open

Rethinking of the code generation approach #160

hughlv opened this issue Aug 23, 2024 · 3 comments

Comments

@hughlv
Copy link
Collaborator

hughlv commented Aug 23, 2024

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.

@shanmu-raoyunfei
Copy link

langflow's integration of crewAI is worth learning from.

@hughlv
Copy link
Collaborator Author

hughlv commented Aug 23, 2024

langflow's integration of crewAI is worth learning from.

Thanks for the recommendation. I'll look into it when I get time.

@gofullthrottle
Copy link

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 ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants