diff --git a/README.md b/README.md index 4b846795c..49568710b 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ # MetaGPT: The Multi-Agent Framework
## News +🚀 Jan. 22, 2025: Our paper [AFlow: Automating Agentic Workflow Generation](https://openreview.net/forum?id=z5uVAKwmjf) accepted for **oral presentation (top 1.8%)** at ICLR 2025, **ranking #2** in the LLM-based Agent category. + 🚀 Oct. 29, 2024: We introduced three papers: [AFLOW](https://arxiv.org/abs/2410.10762), [FACT](https://arxiv.org/abs/2410.21012), and [SELA](https://arxiv.org/abs/2410.17238), check the [code](examples)! 🚀 Mar. 29, 2024: [v0.8.0](https://github.com/geekan/MetaGPT/releases/tag/v0.8.0) released. Now you can use Data Interpreter ([arxiv](https://arxiv.org/abs/2402.18679), [example](https://docs.deepwisdom.ai/main/en/DataInterpreter/), [code](https://github.com/geekan/MetaGPT/tree/main/examples/di)) via pypi package import. Meanwhile, we integrated the RAG module and supported multiple new LLMs. diff --git a/examples/spo/README.md b/examples/spo/README.md index 8bfa3b206..ac7e6bdb8 100644 --- a/examples/spo/README.md +++ b/examples/spo/README.md @@ -2,6 +2,7 @@ # SPO | Self-Supervised Prompt Optimization