Skip to content

Commit d410e15

Browse files
committed
docs: add PyPI and downloads badges to README
1 parent 298bf1c commit d410e15

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
> Framework for creating AI agents using the ReAct pattern (Reasoning + Acting) - **FastAPI-style API**
44
55
[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
6+
[![PyPI version](https://badge.fury.io/py/react-agent-framework.svg)](https://badge.fury.io/py/react-agent-framework)
7+
[![Downloads](https://pepy.tech/badge/react-agent-framework)](https://pepy.tech/project/react-agent-framework)
68
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
9+
[![Documentation](https://img.shields.io/badge/docs-mkdocs-blue)](https://marcosf63.github.io/react-agent-framework/)
710

811
## 🤖 What is ReAct?
912

0 commit comments

Comments
 (0)