MLSysOps / MLE-agent

MLE-Agent is designed to be a pair coding agent for machine learning engineers and researchers. Support OpenAI and Ollama.
MIT License
17 stars 1 forks source link

[MRG] improve the dependency, plan generation #36

Closed HuaizhengZhang closed 1 month ago

HuaizhengZhang commented 1 month ago

Closes #35

What has been done to verify that this works as intended?

Why is this the best possible solution? Were any other approaches considered?

How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?

Do we need any specific form for testing your changes? If so, please attach one.

Does this change require updates to documentation? If so, please file an issue here and include the link below.

Before submitting this PR, please make sure you have:

HuaizhengZhang commented 1 month ago

The plan now is more reasonable

huangyz0918 commented 1 month ago

format code and fix the lint. And I saw some "print"s in the codebase, maybe we should remove them or replacing with console.log