Skip to content

Commit 5c6e34f

Browse files
committed
chores: Add CI badge to README
- Appended a GitHub Actions CI badge to the top of the README.md file. - This provides a visual indicator of the project's build status.
1 parent 498ed6e commit 5c6e34f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Simple Agent
22

3+
[![CI](https://github.com/PythonicNinja/simple-agent/actions/workflows/tests.yml/badge.svg)](https://github.com/PythonicNinja/simple-agent/actions/workflows/tests.yml)
4+
35
A tiny, KISS-friendly command line agent that can talk to either OpenAI's ChatGPT API or Google's Gemini API. The agent supports a pluggable backend, a light tool loop, and environment-driven configuration.
46

57
### Architecture

0 commit comments

Comments
 (0)