From f342eaf697a5bcb9c112edb210884f32b8f22a6f Mon Sep 17 00:00:00 2001 From: 666ghj <670939375@qq.com> Date: Fri, 19 Dec 2025 15:53:48 +0800 Subject: [PATCH] Update README files to enhance vision section and add acknowledgments for OASIS framework --- README-EN.md | 6 +++--- README.md | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README-EN.md b/README-EN.md index 93ebb8d..2239bdf 100644 --- a/README-EN.md +++ b/README-EN.md @@ -17,7 +17,7 @@ > You only need to: Upload seed materials (data analysis reports or interesting novel stories) and describe your prediction requirements in natural language
> MiroFish will return: A detailed prediction report and a deeply interactive high-fidelity digital world -#### Our Vision +### Our Vision MiroFish is dedicated to creating a swarm intelligence mirror that maps reality. By capturing the "collective emergence" triggered by individual interactions, we break through the limitations of traditional prediction: @@ -100,6 +100,6 @@ npm run backend # Start backend only npm run frontend # Start frontend only ``` -## 📄 License +## 📄 Acknowledgments -This project is licensed under the [Apache-2.0 License](./LICENSE). +MiroFish's core simulation engine is powered by **[OASIS (Open Agent Social Interaction Simulations)](https://github.com/camel-ai/oasis)**. OASIS is a high-performance social media simulation framework developed by the [CAMEL-AI](https://github.com/camel-ai) team, supporting million-scale agent interaction simulations, providing a solid technical foundation for MiroFish's swarm intelligence emergence. We sincerely thank the CAMEL-AI team for their open-source contributions! \ No newline at end of file diff --git a/README.md b/README.md index 147295e..7086848 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ > 你只需:上传种子材料(数据分析报告或者有趣的小说故事),并用自然语言描述预测需求
> MiroFish 将返回:一份详尽的预测报告,以及一个可深度交互的高保真数字世界 -#### 我们的愿景 +### 我们的愿景 MiroFish 致力于打造映射现实的群体智能镜像,通过捕捉个体互动引发的「群体涌现」,突破传统预测的局限: @@ -99,3 +99,7 @@ npm run dev npm run backend # 仅启动后端 npm run frontend # 仅启动前端 ``` + +## 📄 致谢 + +MiroFish 的核心仿真引擎由 **[OASIS](https://github.com/camel-ai/oasis)** 驱动。OASIS 是由 [CAMEL-AI](https://github.com/camel-ai) 团队开发的高性能社交媒体模拟框架,支持百万级智能体交互仿真,为 MiroFish 的群体智能涌现提供了坚实的技术基础。我们衷心感谢 CAMEL-AI 团队的开源贡献! \ No newline at end of file