From aee11f7fb2fb6bbf4389a26d108ae51ecca86899 Mon Sep 17 00:00:00 2001 From: Hamza Ait Baali Date: Mon, 19 Feb 2024 14:53:47 +0100 Subject: [PATCH] add Star History add Star History to show trends and popularity --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7164ad0..fe6ffee 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,10 @@ For a high level overview of the routing flow and connection the UI, please see See [optional feature documentation](docs/docusaurus/docs/advanced/optional_features.md) for more detailed info. +## Star History + +[![Star History Chart](https://api.star-history.com/svg?repos=BCG-X-Official/agentkit&type=Timeline)](https://star-history.com/#BCG-X-Official/agentkit&Timeline) + ## Support and Maintenance The project spun of a combination of different templates. One great inspiration is [fastapi-alembic-sqlmodel-async](https://github.com/jonra1993/fastapi-alembic-sqlmodel-async), which provided the foundations for the FastAPI setup. Please check them out!