Skip to content

Commit 8efaad7

Browse files
authored
Revise title and include core authors in README
Updated project title and added core authors section.
1 parent 12a7764 commit 8efaad7

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22

3-
## SharpAIKit: A Unified Agentic AI Framework for .NET
3+
## SharpAIKit: A Unified AI/LLM Toolkit for .NET
44
<img src="imgs/logo.jpg" alt="SharpAIKit Logo" width="900">
55

66
[![.NET Version](https://img.shields.io/badge/.NET-8.0-512BD4?style=for-the-badge&logo=dotnet&logoColor=white)](https://dotnet.microsoft.com/)
@@ -74,7 +74,7 @@ dotnet add package SharpAIKit
7474

7575
---
7676

77-
<div >
77+
<div>
7878

7979
**⭐ Star this project if it helps you!**
8080

@@ -183,3 +183,17 @@ Console.WriteLine($"Best score: {result.BestScore:F2}");
183183
See [中文文档](README_CN.md) or [English Documentation](README_EN.md) for detailed examples.
184184

185185
</div>
186+
187+
---
188+
189+
## 👥 Core Authors
190+
191+
1. **Dustin Dong**
192+
- Role: Creator & Lead Developer
193+
- GitHub: https://github.com/dxpython
194+
- Description: Sole creator of the SharpAIKit framework, responsible for architecture, core modules, RAG engine, agent system, DSPy-style optimizer, multimodal support, and overall ecosystem design.
195+
196+
2. **Evelyn-Liux**
197+
- Role: Co-developer
198+
- GitHub: https://github.com/Evelyn-Liux
199+
- Description: Core collaborator contributing to framework refinement, architectural discussions, and ecosystem development. Recognized as an co-developer of the SharpAIKit project.

0 commit comments

Comments
 (0)