Skip to content

Commit ba2902a

Browse files
authored
docs: add PyPI, CI, and download badges to README (#23)
docs: add PyPI, CI, and download badges to README. Refs devonartis/agentwrit#31
1 parent dd247fe commit ba2902a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<h1 align="center">AgentWrit Python SDK</h1>
66

77
<p align="center">
8+
<a href="https://pypi.org/project/agentwrit/"><img src="https://img.shields.io/pypi/v/agentwrit.svg" alt="PyPI version"></a>
9+
<a href="https://pypi.org/project/agentwrit/"><img src="https://img.shields.io/pypi/dm/agentwrit.svg" alt="PyPI downloads"></a>
10+
<a href="https://github.com/devonartis/agentwrit-python/actions/workflows/ci.yml"><img src="https://github.com/devonartis/agentwrit-python/actions/workflows/ci.yml/badge.svg?branch=develop" alt="CI"></a>
811
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License: MIT"></a>
912
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/python-3.10+-blue.svg" alt="Python 3.10+"></a>
1013
<a href="https://mypy-lang.org/"><img src="https://img.shields.io/badge/type%20checked-mypy%20strict-blue.svg" alt="Type checked: mypy strict"></a>
@@ -21,7 +24,8 @@
2124
<a href="#prerequisites">Prerequisites</a> ·
2225
<a href="#quick-start">Quick Start</a> ·
2326
<a href="#agent-lifecycle">Lifecycle</a> ·
24-
<a href="#medassist-ai-demo">Demo</a> ·
27+
<a href="#medassist-ai-demo">MedAssist Demo</a> ·
28+
<a href="#support-ticket-demo">Tickets Demo</a> ·
2529
<a href="#scope-format">Scopes</a> ·
2630
<a href="#delegation">Delegation</a> ·
2731
<a href="#error-handling">Errors</a> ·

0 commit comments

Comments
 (0)