Skip to content

Commit 68d05d2

Browse files
authored
Update icon (#159)
* light/dark mode? * test * fixed * line break
1 parent 2490a4a commit 68d05d2

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
<div align="center">
2-
<img src="img/icon.svg" alt="Autogen Framework" width="500">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/kagent-dev/kagent/main/img/icon-dark.svg" alt="kagent" width="400">
4+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/kagent-dev/kagent/main/img/icon-light.svg" alt="kagent" width="400">
5+
<img alt="kagent" src="https://raw.githubusercontent.com/kagent-dev/kagent/main/img/icon-light.svg">
6+
</picture>
37
</div>
48

9+
510
---
611

712
**kagent** is a kubernetes native framework for building AI agents. Kubernetes is the most popular orchestration platform for running workloads, and **kagent** makes it easy to build, deploy and manage AI agents in kubernetes. The **kagent** framework is designed to be easy to understand and use, and to provide a flexible and powerful way to build and manage AI agents.
File renamed without changes.

img/icon-light.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)