diff --git a/README.md b/README.md index 1c52522..dfd635f 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ * **[AIDE ML](https://github.com/WecoAI/aideml)**: AIDE: AI-Driven Exploration in the Space of Code. The machine Learning engineering agent that automates AI R&D. ![Stars](https://img.shields.io/github/stars/WecoAI/aideml.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/WecoAI/aideml?color=green) ![LastCommit](https://img.shields.io/github/last-commit/WecoAI/aideml?color=green) * **[LoongFlow](https://github.com/baidu-baige/LoongFlow)**: LoongFlow: A Thinking & Learning Framework for Expert-Grade AI Agents. ![Stars](https://img.shields.io/github/stars/baidu-baige/LoongFlow.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/baidu-baige/LoongFlow?color=green) ![LastCommit](https://img.shields.io/github/last-commit/baidu-baige/LoongFlow?color=green) * **[OpenEvolve](https://github.com/codelion/openevolve)**: Open-source implementation of AlphaEvolve ![Stars](https://img.shields.io/github/stars/codelion/openevolve.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/codelion/openevolve?color=green) ![LastCommit](https://img.shields.io/github/last-commit/codelion/openevolve?color=green) +* **[rust-norion](https://github.com/yanghao1143/rust-norion)**: Rust Noiron/Norion self-evolving local LLM runtime engine for non-commercial research deployment ![Stars](https://img.shields.io/github/stars/yanghao1143/rust-norion.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/yanghao1143/rust-norion?color=green) ![LastCommit](https://img.shields.io/github/last-commit/yanghao1143/rust-norion?color=green) * **[ShinkaEvolve](https://github.com/SakanaAI/ShinkaEvolve)**: ShinkaEvolve: Towards Open-Ended and Sample-Efficient Program Evolution ![Stars](https://img.shields.io/github/stars/SakanaAI/ShinkaEvolve.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/SakanaAI/ShinkaEvolve?color=green) ![LastCommit](https://img.shields.io/github/last-commit/SakanaAI/ShinkaEvolve?color=green) * **[SkyDiscover](https://github.com/skydiscover-ai/skydiscover#-benchmark-performance)**: AI-Driven Scientific and Algorithmic Discovery ![Stars](https://img.shields.io/github/stars/skydiscover-ai/skydiscover.svg?style=flat&color=green) ![Contributors](https://img.shields.io/github/contributors/skydiscover-ai/skydiscover?color=green) ![LastCommit](https://img.shields.io/github/last-commit/skydiscover-ai/skydiscover?color=green) diff --git a/website/data.yml b/website/data.yml index 015551b..e27b457 100644 --- a/website/data.yml +++ b/website/data.yml @@ -609,6 +609,12 @@ categories: homepage_url: https://github.com/codelion/openevolve logo: openevolve.png repo_url: https://github.com/codelion/openevolve + - name: rust-norion + description: Rust Noiron/Norion self-evolving local LLM runtime engine for non-commercial + research deployment + homepage_url: https://github.com/yanghao1143/rust-norion + logo: default.png + repo_url: https://github.com/yanghao1143/rust-norion - name: ShinkaEvolve description: null homepage_url: https://github.com/SakanaAI/ShinkaEvolve