Skip to content

Commit f43355c

Browse files
committed
Add standard badges
1 parent 4e2b989 commit f43355c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
An opinionated meta-package for doing AI agents using Microsoft.Extensions.AI and MCP and dotnet run file.
22

3+
[![Version](https://img.shields.io/nuget/vpre/Smith.svg?color=royalblue)](https://www.nuget.org/packages/Smith)
4+
[![Downloads](https://img.shields.io/nuget/dt/Smith.svg?color=green)](https://www.nuget.org/packages/Smith)
5+
[![License](https://img.shields.io/github/license/devlooped/Smith.svg?color=blue)](https://github.com//devlooped/Smith/blob/main/license.txt)
6+
[![Build](https://github.com/devlooped/Smith/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/devlooped/Smith/actions)
7+
38
Example Claude-based agent:
49

5-
![](https://github.com/devlooped/smith/blob/main/assets/run.png?raw=true)
10+
![](https://raw.githubusercontent.com/devlooped/smith/main/assets/run.png)
611

712
```csharp
813
#:package Smith@0.*

0 commit comments

Comments
 (0)