This commit is contained in:
Simple Han 2025-04-02 18:55:02 +08:00 committed by GitHub
commit ca6e4f0893
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 110 additions and 70 deletions

View file

@ -15,26 +15,30 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati
## Table of Contents ## Table of Contents
* [Applications](#applications) - [Awesome DeepSeek Integrations ](#awesome-deepseek-integrations-)
* [AI Agent frameworks](#agent) - [Table of Contents](#table-of-contents)
* [Data AI Applications frameworks](#data) - [Project List](#project-list)
* [RAG frameworks](#rag) - [Applications](#applications)
* [FHE (Fully Homomorphic Encryption) frameworks](#fhe) - [AI Agent frameworks](#ai-agent-frameworks)
* [Solana frameworks](#solana) - [Data AI Applications frameworks](#data-ai-applications-frameworks)
* [Synthetic data curation](#sythetic) - [RAG frameworks](#rag-frameworks)
* [IM Application Plugins](#im) - [FHE (Fully Homomorphic Encryption) frameworks](#fhe-fully-homomorphic-encryption-frameworks)
* [Office Addin](#office) - [Solana frameworks](#solana-frameworks)
* [Browser Extensions](#browser) - [Synthetic data curation](#synthetic-data-curation)
* [VS Code Extensions](#vscode) - [IM Application Plugins](#im-application-plugins)
* [Visual Studio Extensions](#vs) - [Office Addin](#office-addin)
* [neovim Extensions](#neovim) - [Browser Extensions](#browser-extensions)
* [JetBrains Extensions](#jetbrains) - [VS Code Extensions](#vs-code-extensions)
* [Discord Bots](#discord) - [Visual Studio Extensions](#visual-studio-extensions)
* [Native AI Code Editor](#codeeditor) - [neovim Extensions](#neovim-extensions)
* [Emacs](#emacs) - [JetBrains Extensions](#jetbrains-extensions)
* [Security](#security) - [Discord Bots](#discord-bots)
* [Providers](#providers) - [Native AI Code Editor](#native-ai-code-editor)
* [Others](#others) - [Emacs](#emacs)
- [Security](#security)
- [Providers](#providers)
- [Others](#others)
- [Star History](#star-history)
## Project List ## Project List
@ -482,6 +486,11 @@ With these functionalities, the AI assistant can summarize key points within an
<td> <a href="https://github.com/SciSharp/BotSharp"> BotSharp </a> </td> <td> <a href="https://github.com/SciSharp/BotSharp"> BotSharp </a> </td>
<td> BotSharp is an open-source multi-agent application development framework. From simple chatbots to multi-agent collaboration and complex tasks like the Text To SQL framework, it provides out-of-the-box solutions to quickly integrate large model capabilities into existing business systems. It also includes built-in knowledge base and session management features. The framework has been thoroughly tested with DeepSeek V3 models, and thanks to the performance of DeepSeek V3, the framework's performance is on par with other proprietary models. </td> <td> BotSharp is an open-source multi-agent application development framework. From simple chatbots to multi-agent collaboration and complex tasks like the Text To SQL framework, it provides out-of-the-box solutions to quickly integrate large model capabilities into existing business systems. It also includes built-in knowledge base and session management features. The framework has been thoroughly tested with DeepSeek V3 models, and thanks to the performance of DeepSeek V3, the framework's performance is on par with other proprietary models. </td>
</tr> </tr>
<tr>
<td width=80> <img src="docs/eino/assets/logo.png" alt="Icon" width="64" height="auto" /> </td>
<td> <a href="https://github.com/cloudwego/eino"> Eino </a> </td>
<td> Eino (pronounced like "I know") aims to be the best LLM application development framework in the Go language. It draws on the design concept of excellent LLM frameworks in open source communities such as LangChain and LlamaIndex, while absorbing cutting-edge research results and practical application experience, providing a LLM application development framework that is more in line with Go programming conventions, emphasizing simplicity, scalability, reliability and efficiency. </td>
</tr>
</tr> </tr>
</table> </table>

View file

@ -16,22 +16,25 @@
## 目录 ## 目录
* [应用程序](#applications) - [DeepSeek 实用集成 ](#deepseek-实用集成-)
* [AI Agent 框架](#agent) - [目录](#目录)
* [AI数据应用框架](#data) - [项目列表](#项目列表)
* [RAG 框架](#rag) - [应用程序](#应用程序)
* [FHE (全同态加密) frameworks](#fhe) - [AI Agent 框架](#ai-agent-框架)
* [Solana 框架](#solana) - [AI数据应用框架](#ai数据应用框架)
* [综合数据管理](#sythetic) - [RAG 框架](#rag-框架)
* [即时通讯插件](#im) - [FHE (全同态加密) frameworks](#fhe-全同态加密-frameworks)
* [Office插件](#office) - [Solana 框架](#solana-框架)
* [浏览器插件](#browser) - [综合数据管理](#综合数据管理)
* [VS Code 插件](#vscode) - [即时通讯插件](#即时通讯插件)
* [neovim 插件](#neovim) - [Office插件](#office插件)
* [JetBrains 插件](#jetbrains) - [浏览器插件](#浏览器插件)
* [AI Code编辑器](#codeeditor) - [VS Code 插件](#vs-code-插件)
* [安全](#security) - [neovim 插件](#neovim-插件)
* [其它](#others) - [JetBrains 插件](#jetbrains-插件)
- [AI Code编辑器](#ai-code编辑器)
- [安全](#安全)
- [其它](#其它)
## 项目列表 ## 项目列表
@ -384,6 +387,12 @@
<td> <a href="https://github.com/SciSharp/BotSharp"> BotSharp </a> </td> <td> <a href="https://github.com/SciSharp/BotSharp"> BotSharp </a> </td>
<td> BotSharp 是一个开源的多智能体应用开发框架从简单的聊天机器人再到多智能体协作以及复杂的任务如【Text To Sql】框架都提供了开箱即用的使用方法可以快速的将大模型的能力接入到现有的业务系统中并且内置知识库和会话管理功能等框架使用DeepSeek V3的模型进行了详细的测试得益于DeepSeek V3的性能框架的表现不输其他的闭源的模型。 </td> <td> BotSharp 是一个开源的多智能体应用开发框架从简单的聊天机器人再到多智能体协作以及复杂的任务如【Text To Sql】框架都提供了开箱即用的使用方法可以快速的将大模型的能力接入到现有的业务系统中并且内置知识库和会话管理功能等框架使用DeepSeek V3的模型进行了详细的测试得益于DeepSeek V3的性能框架的表现不输其他的闭源的模型。 </td>
</tr> </tr>
<tr>
<td width=80> <img src="docs/eino/assets/logo.png" alt="Icon" width="64" height="auto" /> </td>
<td> <a href="https://github.com/cloudwego/eino"> Eino </a> </td>
<td> Eino发音类似"I know"旨在成为Go语言中最优秀的LLM应用开发框架。它借鉴了LangChain、LlamaIndex等开源社区优秀LLM框架的设计理念同时吸收了前沿研究成果和实际应用经验提供了一个更符合Go语言编程惯例的LLM应用开发框架强调简洁性、可扩展性、可靠性和高效性。
</td>
</tr>
</table> </table>
<p style="text-align: right;"><a href="#目录">^ 返回目录 ^</a></p> <p style="text-align: right;"><a href="#目录">^ 返回目录 ^</a></p>

View file

@ -17,24 +17,28 @@ Integra la API de DeepSeek en softwares populares. Accede a la [Plataforma Abier
## Tabla de contenidos ## Tabla de contenidos
* [Aplicaciones](#applications) - [Integraciones Asombrosas de DeepSeek ](#integraciones-asombrosas-de-deepseek-)
* [Marcos de agentes de IA](#agent) - [Tabla de contenidos](#tabla-de-contenidos)
* [Marcos de aplicaciones de datos de IA](#data) - [Lista de proyectos](#lista-de-proyectos)
* [Marcos RAG](#rag) - [Aplicaciones](#aplicaciones)
* [Marcos FHE (Cifrado Homomórfico Completo)](#fhe) - [Marcos de agentes de IA](#marcos-de-agentes-de-ia)
* [Marcos Solana](#solana) - [Marcos de aplicaciones de datos de IA](#marcos-de-aplicaciones-de-datos-de-ia)
* [Curación de datos sintéticos](#sythetic) - [Marcos RAG](#marcos-rag)
* [Plugins de aplicaciones de mensajería instantánea](#im) - [Marcos FHE (Cifrado Homomórfico Completo)](#marcos-fhe-cifrado-homomórfico-completo)
* [Extensiones para Navegadores](#browser) - [Marcos Solana](#marcos-solana)
* [Extensiones para VS Code](#vscode) - [Curación de datos sintéticos](#curación-de-datos-sintéticos)
* [Extensiones de Visual Studio](#vs) - [Plugins de aplicaciones de mensajería instantánea](#plugins-de-aplicaciones-de-mensajería-instantánea)
* [Extensiones de Neovim](#neovim) - [Extensiones para Navegadores](#extensiones-para-navegadores)
* [Extensiones de JetBrains](#jetbrains) - [Extensiones para VS Code](#extensiones-para-vs-code)
* [Bots de Discord](#discord) - [Extensiones de Visual Studio](#extensiones-de-visual-studio)
* [Editor de Código Nativo con IA](#codeeditor) - [Extensiones de Neovim](#extensiones-de-neovim)
* [Emacs](#emacs) - [Extensiones de JetBrains](#extensiones-de-jetbrains)
* [Seguridad](#security) - [Bots de Discord](#bots-de-discord)
* [Otros](#others) - [Editor de Código Nativo con IA](#editor-de-código-nativo-con-ia)
- [Emacs](#emacs)
- [Seguridad](#seguridad)
- [Otros](#otros)
- [Historial de Estrellas](#historial-de-estrellas)
## Lista de proyectos ## Lista de proyectos
@ -456,6 +460,11 @@ Integra la API de DeepSeek en softwares populares. Accede a la [Plataforma Abier
<td> <a href="https://github.com/SciSharp/BotSharp"> BotSharp </a> </td> <td> <a href="https://github.com/SciSharp/BotSharp"> BotSharp </a> </td>
<td> BotSharp es un marco de desarrollo de aplicaciones multiagente de código abierto. Desde simples chatbots hasta colaboración multiagente y tareas complejas como el marco "Text To SQL", ofrece métodos listos para usar. Permite integrar rápidamente las capacidades de grandes modelos en sistemas empresariales existentes, y cuenta con funciones integradas de gestión de conocimiento y gestión de conversaciones. El marco ha sido probado exhaustivamente con el modelo DeepSeek V3, y gracias al rendimiento de DeepSeek V3, el marco no tiene nada que envidiar a otros modelos propietarios. </td> <td> BotSharp es un marco de desarrollo de aplicaciones multiagente de código abierto. Desde simples chatbots hasta colaboración multiagente y tareas complejas como el marco "Text To SQL", ofrece métodos listos para usar. Permite integrar rápidamente las capacidades de grandes modelos en sistemas empresariales existentes, y cuenta con funciones integradas de gestión de conocimiento y gestión de conversaciones. El marco ha sido probado exhaustivamente con el modelo DeepSeek V3, y gracias al rendimiento de DeepSeek V3, el marco no tiene nada que envidiar a otros modelos propietarios. </td>
</tr> </tr>
<tr>
<td width=80> <img src="docs/eino/assets/logo.png" alt="Icon" width="64" height="auto" /> </td>
<td> <a href="https://github.com/cloudwego/eino"> Eino </a> </td>
<td> Eino (pronounced like "I know") aims to be the best LLM application development framework in the Go language. It draws on the design concept of excellent LLM frameworks in open source communities such as LangChain and LlamaIndex, while absorbing cutting-edge research results and practical application experience, providing a LLM application development framework that is more in line with Go programming conventions, emphasizing simplicity, scalability, reliability and efficiency. </td>
</tr>
</table> </table>
<p style="text-align: right;"><a href="#tabla-de-contenidos">^ Volver al índice ^</a></p> <p style="text-align: right;"><a href="#tabla-de-contenidos">^ Volver al índice ^</a></p>

View file

@ -16,21 +16,24 @@ DeepSeek API を人気のソフトウェアに統合します。API キーを取
## 目次 ## 目次
* [アプリケーション](#applications) - [Awesome DeepSeek Integrations ](#awesome-deepseek-integrations-)
* [AI エージェントフレームワーク](#agent) - [目次](#目次)
* [AIデータアプリケーション開発フレームワーク](#data) - [プロジェクト一覧](#プロジェクト一覧)
* [RAG フレームワーク](#rag) - [アプリケーション](#アプリケーション)
* [FHE フレームワーク](#fhe) - [AI エージェントフレームワーク](#ai-エージェントフレームワーク)
* [Solana フレームワーク](#solana) - [AIデータアプリケーション開発フレームワーク](#aiデータアプリケーション開発フレームワーク)
* [合成データのカテゴリ化](#sythetic) - [RAG フレームワーク](#rag-フレームワーク)
* [IM アプリケーションプラグイン](#im) - [FHE フレームワーク](#fhe-フレームワーク)
* [ブラウザ拡張機能](#browser) - [Solana フレームワーク](#solana-フレームワーク)
* [VS Code 拡張機能](#vscode) - [合成データのカテゴリ化](#合成データのカテゴリ化)
* [neovim 拡張機能](#neovim) - [IM アプリケーションプラグイン](#im-アプリケーションプラグイン)
* [JetBrains 拡張機能](#jetbrains) - [ブラウザ拡張機能](#ブラウザ拡張機能)
* [AI コードエディタ](#codeeditor) - [VS Code 拡張機能](#vs-code-拡張機能)
* [Emacs](#emacs) - [neovim 拡張機能](#neovim-拡張機能)
* [その他](#others) - [JetBrains 拡張機能](#jetbrains-拡張機能)
- [AI コードエディタ](#ai-コードエディタ)
- [Emacs](#emacs)
- [その他](#その他)
## プロジェクト一覧 ## プロジェクト一覧
@ -348,6 +351,11 @@ DeepSeek API を人気のソフトウェアに統合します。API キーを取
<td> <a href="https://github.com/SciSharp/BotSharp"> BotSharp </a> </td> <td> <a href="https://github.com/SciSharp/BotSharp"> BotSharp </a> </td>
<td> BotSharpは、オープンソースのマルチエージェントアプリケーション開発フレームワークです。シンプルなチャットボットからマルチエージェントの協調、複雑なタスクText To SQLまで、すぐに使える方法を提供し、大規模モデルの能力を既存のビジネスシステムに迅速に統合できます。さらに、ナレッジベースや会話管理機能も内蔵しています。このフレームワークはDeepSeek V3モデルで詳細にテストされており、DeepSeek V3の性能のおかげで、他のクローズドソースモデルに劣らないパフォーマンスを発揮します。</td> <td> BotSharpは、オープンソースのマルチエージェントアプリケーション開発フレームワークです。シンプルなチャットボットからマルチエージェントの協調、複雑なタスクText To SQLまで、すぐに使える方法を提供し、大規模モデルの能力を既存のビジネスシステムに迅速に統合できます。さらに、ナレッジベースや会話管理機能も内蔵しています。このフレームワークはDeepSeek V3モデルで詳細にテストされており、DeepSeek V3の性能のおかげで、他のクローズドソースモデルに劣らないパフォーマンスを発揮します。</td>
</tr> </tr>
<tr>
<td width=80> <img src="docs/eino/assets/logo.png" alt="Icon" width="64" height="auto" /> </td>
<td> <a href="https://github.com/cloudwego/eino"> Eino </a> </td>
<td> Eino (I knowと発音が似ている)は、Go言語で最も優れたLLMアプリケーション開発フレームワークとなることを目指しています。LangChain、LlamaIndexなどのオープンソースコミュニティの優れたLLMフレームワークの設計理念を参考にしながら、最先端の研究成果と実用的な経験を取り入れ、シンプルさ、スケーラビリティ、信頼性、効率性を強調したGo言語プログラミング慣行に準拠したLLMアプリケーション開発フレームワークを提供しています。 </td>
</tr>
</table> </table>
<p style="text-align: right;"><a href="#目次">^ 目次に戻る ^</a></p> <p style="text-align: right;"><a href="#目次">^ 目次に戻る ^</a></p>

View file

@ -485,6 +485,11 @@
<td> <a href="https://github.com/SciSharp/BotSharp"> BotSharp </a> </td> <td> <a href="https://github.com/SciSharp/BotSharp"> BotSharp </a> </td>
<td> BotSharp 是一個開源的多智慧體應用開發框架從簡單的聊天機器人到多智慧體協作以及複雜的任務如【Text To Sql】框架都提供了開箱即用的使用方法可以快速地將大模型的能力接入到現有的業務系統中並且內建知識庫和會話管理功能等框架使用 DeepSeek V3 的模型進行了詳細的測試,得益於 DeepSeek V3 的性能,框架的表現不輸其他的閉源模型。 </td> <td> BotSharp 是一個開源的多智慧體應用開發框架從簡單的聊天機器人到多智慧體協作以及複雜的任務如【Text To Sql】框架都提供了開箱即用的使用方法可以快速地將大模型的能力接入到現有的業務系統中並且內建知識庫和會話管理功能等框架使用 DeepSeek V3 的模型進行了詳細的測試,得益於 DeepSeek V3 的性能,框架的表現不輸其他的閉源模型。 </td>
</tr> </tr>
<tr>
<td width=80> <img src="docs/eino/assets/logo.png" alt="Icon" width="64" height="auto" /> </td>
<td> <a href="https://github.com/cloudwego/eino"> Eino </a> </td>
<td> Eino發音類似"I know"旨在成為Go語言中最優秀的LLM應用開發框架。它借鑒了LangChain、LlamaIndex等開源社區優秀LLM框架的設計理念同時吸收了前沿研究成果和實際應用經驗提供了一個更符合Go語言編程慣例的LLM應用開發框架強調簡潔性、可擴展性、可靠性和高效性。 </td>
</tr>
</table> </table>
<p style="text-align: right;"><a href="#目錄">^ 返回目錄 ^</a></p> <p style="text-align: right;"><a href="#目錄">^ 返回目錄 ^</a></p>

BIN
docs/eino/assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB