File tree 1 file changed +16
-14
lines changed
1 file changed +16
-14
lines changed Original file line number Diff line number Diff line change
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
+
1
16
# Vanilla AI Agents
2
17
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.
17
19
18
20
## Table of Contents
19
21
You can’t perform that action at this time.
0 commit comments