Skip to content

Commit 39ff36c

Browse files
committed
docs: README.md: add shields
1 parent ddcf160 commit 39ff36c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# AgentKit
22

3+
[![Build Status][build-status-svg]][build-status-url]
4+
[![Lint Status][lint-status-svg]][lint-status-url]
5+
[![Go Report Card][goreport-svg]][goreport-url]
6+
[![Docs][docs-godoc-svg]][docs-godoc-url]
7+
[![License][license-svg]][license-url]
8+
39
A Go library for building AI agent applications. Provides server factories, LLM abstractions, workflow orchestration, and multi-runtime deployment support.
410

511
## Features
@@ -468,3 +474,16 @@ See [BENEFITS.md](BENEFITS.md) for detailed analysis.
468474
## License
469475

470476
MIT License
477+
478+
[build-status-svg]: https://github.com/agentplexus/agentkit/actions/workflows/ci.yaml/badge.svg?branch=main
479+
[build-status-url]: https://github.com/agentplexus/agentkit/actions/workflows/ci.yaml
480+
[lint-status-svg]: https://github.com/agentplexus/agentkit/actions/workflows/lint.yaml/badge.svg?branch=main
481+
[lint-status-url]: https://github.com/agentplexus/agentkit/actions/workflows/lint.yaml
482+
[goreport-svg]: https://goreportcard.com/badge/github.com/agentplexus/agentkit
483+
[goreport-url]: https://goreportcard.com/report/github.com/agentplexus/agentkit
484+
[docs-godoc-svg]: https://pkg.go.dev/badge/github.com/agentplexus/agentkit
485+
[docs-godoc-url]: https://pkg.go.dev/github.com/agentplexus/agentkit
486+
[license-svg]: https://img.shields.io/badge/license-MIT-blue.svg
487+
[license-url]: https://github.com/agentplexus/agentkit/blob/master/LICENSE
488+
[used-by-svg]: https://sourcegraph.com/github.com/agentplexus/agentkit/-/badge.svg
489+
[used-by-url]: https://sourcegraph.com/github.com/agentplexus/agentkit?badge

0 commit comments

Comments
 (0)