Skip to content

Commit fd06b7e

Browse files
committed
docs: add CI status badge to README
1 parent 8b14d58 commit fd06b7e

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
# DSPy Micro Agent
22

3+
[![CI](https://github.com/evalops/dspy-micro-agent/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/evalops/dspy-micro-agent/actions/workflows/ci.yml)
4+
35
Minimal agent runtime built with DSPy modules and a thin Python loop.
46
- Plan/Act/Finalize expressed as DSPy `Signature`s, with OpenAI-native tool-calling when available.
57
- Thin runtime (`agent.py`) handles looping, tool routing, and trace persistence.

0 commit comments

Comments
 (0)