From 485dcb236937b22cd94335ae025d65d6ef0715b9 Mon Sep 17 00:00:00 2001 From: huaizheng hunter zhang Date: Tue, 22 Apr 2025 22:19:16 -0700 Subject: [PATCH 1/3] add citation for first commit in 2024 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 80fe5b8..cc47777 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,17 @@ Please check the [CONTRIBUTING.md](CONTRIBUTING.md) file if you want to contribu [![Star History Chart](https://api.star-history.com/svg?repos=MLSysOps/MLE-agent&type=Date)](https://star-history.com/#MLSysOps/MLE-agent&Date) +## Citation + +```bibtex +@misc{zhang2024mleagent, +title = {MLE-Agent: Your intelligent companion for seamless AI engineering and research}, +author = {Zhang, Huaizheng and Huang, Yizheng}, +year = {2024}, +note = {\url{https://github.com/MLSysOps/MLE-agent}}, +} +``` + ## License Check [MIT License](LICENSE) file for more information. From bcd2288947dd585c8dd95ff7c575f8821285818f Mon Sep 17 00:00:00 2001 From: huaizheng hunter zhang Date: Tue, 22 Apr 2025 22:19:54 -0700 Subject: [PATCH 2/3] uppercase --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc47777..b4f032f 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ Please check the [CONTRIBUTING.md](CONTRIBUTING.md) file if you want to contribu ```bibtex @misc{zhang2024mleagent, -title = {MLE-Agent: Your intelligent companion for seamless AI engineering and research}, +title = {MLE-Agent: Your Intelligent Companion for Seamless AI Engineering and Research}, author = {Zhang, Huaizheng and Huang, Yizheng}, year = {2024}, note = {\url{https://github.com/MLSysOps/MLE-agent}}, From 7742a8ca9abbeab4e3b8747201eb32af8b29af70 Mon Sep 17 00:00:00 2001 From: huaizheng hunter zhang Date: Tue, 22 Apr 2025 22:23:31 -0700 Subject: [PATCH 3/3] fix workflow --- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5325cb1..7e3ed0a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ on: - main jobs: lint: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9eeab8e..8d7be22 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ on: jobs: testing: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Python