Skip to content

Commit c924d9e

Browse files
committed
update: README
1 parent 078c02e commit c924d9e

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

README.md

+16-14
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1+
<div style="text-align: center; margin: 2em 0;">
2+
<img src="logo.png" alt="Vanilla Agents Logo" width="100" style="margin-bottom: 1em; border-radius: 50%;" />
3+
<p>
4+
<a href="https://github.com/Azure-Samples/vanilla-aiagents/actions/workflows/pytest.yml">
5+
<img src="https://github.com/Azure-Samples/vanilla-aiagents/actions/workflows/pytest.yml/badge.svg" alt="Test status" />
6+
</a>
7+
<!-- <a href="https://codecov.io/gh/<your-username>/<your-repo>">
8+
<img src="https://codecov.io/gh/<your-username>/<your-repo>/branch/main/graph/badge.svg?token=<your-codecov-token>" alt="codecov" />
9+
</a> -->
10+
<a href="https://Azure-Samples.github.io/vanilla-aiagents/">
11+
<img src="https://img.shields.io/badge/GitHub%20Pages-Online-success" alt="GitHub Pages" />
12+
</a>
13+
</p>
14+
</div>
15+
116
# Vanilla AI Agents
217

3-
<div style="display: flex; align-items: center; margin: 2em 0;">
4-
<img src="logo.png" alt="Vanilla Agents Logo" width="50" style="flex: 1; margin-right: 2em;" />
5-
<div style="flex: 2;">
6-
<p>
7-
<a href="https://github.com/Azure-Samples/genai-vanilla-agents/actions/workflows/pytest.yml">
8-
<img src="https://github.com/Azure-Samples/genai-vanilla-agents/actions/workflows/pytest.yml/badge.svg" alt="Test status" />
9-
</a>
10-
<!-- <a href="https://codecov.io/gh/<your-username>/<your-repo>">
11-
<img src="https://codecov.io/gh/<your-username>/<your-repo>/branch/main/graph/badge.svg?token=<your-codecov-token>" alt="codecov" />
12-
</a> -->
13-
</p>
14-
<p>Lightweight library demonstrating how to create a simple agenting application without using any specific framework.</p>
15-
</div>
16-
</div>
18+
Lightweight library demonstrating how to create a simple agenting application without using any specific framework.
1719

1820
## Table of Contents
1921

0 commit comments

Comments
 (0)