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
16 stars 1 forks source link

[MRG] feat: search github codes to enhance the code generation #91

Closed leeeizhang closed 1 week ago

leeeizhang commented 1 week ago

closes https://github.com/MLSysOps/MLE-agent/issues/84

workflow:

  1. generate at least five keywords related to user's projects
  2. search the github repositories, and select at least three repos matched user's requirements
  3. search the repo codes iteratively, and find the most relevant codes to enhance the code generation

image