Skip to content

Commit 506bf75

Browse files
committed
Branding
1 parent 1febf05 commit 506bf75

89 files changed

Lines changed: 12385 additions & 15 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
# Agents.KT
2-
3-
[![CI](https://github.com/Deep-CodeAI/Agents.KT/actions/workflows/ci.yml/badge.svg)](https://github.com/Deep-CodeAI/Agents.KT/actions/workflows/ci.yml)
4-
[![Maven Central](https://img.shields.io/maven-central/v/ai.deep-code/agents-kt?color=blue)](https://central.sonatype.com/artifact/ai.deep-code/agents-kt)
5-
[![Kotlin](https://img.shields.io/badge/Kotlin-2.1-7F52FF?logo=kotlin&logoColor=white)](https://kotlinlang.org)
6-
[![JDK](https://img.shields.io/badge/JDK-21+-orange)](https://openjdk.org)
7-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
8-
9-
**Typed Kotlin DSL framework for AI agent systems.**
10-
11-
*Define Freely. Compose Strictly. Ship Reliably.*
1+
<p align="center">
2+
<img src="branding/1_logo/PNG/transparent/logo_color_transparent.png" alt="Agents.KT" width="320" />
3+
</p>
4+
5+
<p align="center">
6+
<strong>Typed Kotlin DSL framework for AI agent systems.</strong><br/>
7+
<em>Define Freely. Compose Strictly. Ship Reliably.</em>
8+
</p>
9+
10+
<p align="center">
11+
<a href="https://github.com/Deep-CodeAI/Agents.KT/actions/workflows/ci.yml"><img src="https://github.com/Deep-CodeAI/Agents.KT/actions/workflows/ci.yml/badge.svg" alt="CI" /></a>
12+
<a href="https://central.sonatype.com/artifact/ai.deep-code/agents-kt"><img src="https://img.shields.io/maven-central/v/ai.deep-code/agents-kt?color=blue" alt="Maven Central" /></a>
13+
<a href="https://kotlinlang.org"><img src="https://img.shields.io/badge/Kotlin-2.1-7F52FF?logo=kotlin&logoColor=white" alt="Kotlin" /></a>
14+
<a href="https://openjdk.org"><img src="https://img.shields.io/badge/JDK-21+-orange" alt="JDK" /></a>
15+
<a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT" /></a>
16+
</p>
1217

1318
---
1419

branding/1_logo/PNG/logo_color.png

108 KB
Loading
99.5 KB
Loading

branding/1_logo/PNG/sign.png

83 KB
Loading
106 KB
Loading
86 KB
Loading

branding/1_logo/SVG/logo_color.svg

Lines changed: 33 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)