Skip to content

Commit

Permalink
docs: Add GitHub Actions status badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
presbrey committed Jan 27, 2025
1 parent e3180d1 commit b7b482c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# AI Chat Manager

[![Go](https://github.com/presbrey/aichat/actions/workflows/go.yml/badge.svg)](https://github.com/presbrey/aichat/actions/workflows/go.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/presbrey/aichat.svg)](https://pkg.go.dev/github.com/presbrey/aichat)

A Go package for managing AI chat sessions with support for message history, tool calls, and S3-compatible storage.
Expand Down

0 comments on commit b7b482c

Please sign in to comment.