From f7af59869c5dec62f712e2846c3ce20fb690043c Mon Sep 17 00:00:00 2001 From: hkr04 Date: Sun, 13 Apr 2025 16:41:34 +0800 Subject: [PATCH] update README --- README.md | 1 + README.zh.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 993661d..a2a3812 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ English | [中文](README.zh.md) +[![GitHub stars](https://img.shields.io/github/stars/WHU-MYTH-Lab/humanus.cpp?style=social)](https://github.com/WHU-MYTH-Lab/humanus.cpp/stargazers)   [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)   # humanus.cpp diff --git a/README.zh.md b/README.zh.md index 1d41e0d..0c8fa24 100644 --- a/README.zh.md +++ b/README.zh.md @@ -4,8 +4,10 @@ [English](README.md) | 中文 +[![GitHub stars](https://img.shields.io/github/stars/WHU-MYTH-Lab/humanus.cpp?style=social)](https://github.com/WHU-MYTH-Lab/humanus.cpp/stargazers)   [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)   + # humanus.cpp **Humanus**(拉丁语意为"人类")是一个基于 [OpenManus](https://github.com/mannaandpoem/OpenManus) 和 [mem0](https://github.com/mem0ai/mem0) 启发的**轻量级 C++ 框架**,集成了模型上下文协议(MCP, Model Context Protocol)。本项目旨在为构建本地 LLM 智能体提供快速、模块化的基础。