docs: add Star History chart to README

This commit is contained in:
Liang Jiaqing
2026-04-16 07:58:48 +08:00
parent 85480b16a6
commit a3c15c54af

View File

@@ -453,3 +453,13 @@ GenericAgent 通过**分层记忆 × 最小工具集 × 自主执行循环**完
## 📄 许可
MIT License — 详见 [LICENSE](LICENSE)
## 📈 Star History
<a href="https://star-history.com/#lsdefine/GenericAgent&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=lsdefine/GenericAgent&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=lsdefine/GenericAgent&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=lsdefine/GenericAgent&type=Date" />
</picture>
</a>