Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 6 additions & 0 deletions website/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading