diff --git a/README.md b/README.md index af426d9..d7d021b 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati Raycast Raycast is a productivity tool for macOS that lets you control your tools with a few keystrokes. It supports various extensions including DeepSeek AI. - Icon Nice Prompt Nice Prompt Organize, share and use your prompts in your code editor, with Cursor and VSCode。 + Icon Nice Prompt Nice Prompt Organize, share and use your prompts in your code editor, with Cursor and VSCode。 PHP Client @@ -183,7 +183,7 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati 16x Prompt 16x Prompt is an AI coding tool with context management. It helps developers manage source code context and craft prompts for complex coding tasks on existing codebases. - + ### AI Agent frameworks @@ -214,7 +214,7 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati An autonomous AI agent on ICP, leveraging LLMs like DeepSeek for on-chain decision-making. Alice combines real-time data analysis with a playful personality to manage tokens, mine BOB, and govern ecosystems. - Icon + Icon Upsonic Upsonic offers a cutting-edge enterprise-ready agent framework where you can orchestrate LLM calls, agents, and computer use to complete tasks cost-effectively. @@ -240,7 +240,6 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati - ### Synthetic data curation @@ -251,7 +250,6 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati
- ### IM Application Plugins @@ -484,5 +482,10 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati - + + + + + +
Icon WordPress ai助手 Docking Deepseek api for WordPress site ai conversation assistant, post generation, post summary plugin.
Icon Labby by LabEx [LabEx](https://labex.io/) provides a Deepseek R1-powered learning assistant (Labby) for students and teachers. It supports automatic verification of student's practice code and provides instant feedback, debugging, and code generation.
diff --git a/README_cn.md b/README_cn.md index f92bfed..5e6c5ea 100644 --- a/README_cn.md +++ b/README_cn.md @@ -334,5 +334,10 @@ Icon WordPress ai助手 对接Deepseek api用于WordPress站点的ai对话助手、ai文章生成、ai文章总结插件。 - + + + Icon + Labby 学习助手 + [LabEx](https://labex.io/) 提供了一个 Deepseek R1 驱动的学习助手(Labby),支持自动验证学生的实践代码并提供即时反馈、调试和代码生成。 + diff --git a/README_ja.md b/README_ja.md index c9870aa..31a5935 100644 --- a/README_ja.md +++ b/README_ja.md @@ -353,4 +353,9 @@ DeepSeek APIを人気のソフトウェアに統合します。APIキーを取 promptfoo LLMプロンプトをテストおよび評価し、DeepSeekモデルを含む。さまざまなLLMプロバイダーを比較し、回帰をキャッチし、応答を評価します。 + + Icon + Labby by LabEx + [LabEx](https://labex.io/) は、Deepseek R1 ドライブの学習助手(Labby)を提供します。学生や教師のために、自動検証をサポートし、即時フィードバック、デバッグ、コード生成を提供します。 + diff --git a/docs/labby/README.md b/docs/labby/README.md new file mode 100644 index 0000000..133c455 --- /dev/null +++ b/docs/labby/README.md @@ -0,0 +1,19 @@ + + +# [Labby by LabEx](https://labex.io/) + +LabEx is an interactive, hands-on learning platform dedicated to coding and technology. It combines labs, AI assistance, and virtual machines to provide a no-video, practical learning experience. + +Labby is a DeepSeek R1-powered learning assistant that supports automatic verification of student's practice code and provides instant feedback, debugging, and code generation. + +## Auto Verification + +![Auto Verification](./assets/labby-verification.png) + +## Related Questions + +![Related Questions](./assets/labby-related-questions.png) + +## Debugging and Code Generation + +![Debugging and Code Generation](./assets/labby-debugging.png) diff --git a/docs/labby/README_cn.md b/docs/labby/README_cn.md new file mode 100644 index 0000000..1c6d457 --- /dev/null +++ b/docs/labby/README_cn.md @@ -0,0 +1,19 @@ + + +# [Labby by LabEx](https://labex.io/) + +LabEx 是一个专注于编码和技术的互动式实践学习平台。它结合了动手实验、人工智能辅助和虚拟机,提供无视频的实践学习体验。 + +Labby 是一个由 DeepSeek R1 驱动的学习助手,支持学生练习代码的自动验证,并提供即时反馈、调试和代码生成。 + +## 自动验证 + +![自动验证](./assets/labby-verification.png) + +## 相关问题 + +![相关问题](./assets/labby-related-questions.png) + +## 调试和代码生成 + +![调试和代码生成](./assets/labby-debugging.png) diff --git a/docs/labby/assets/labby-debugging.png b/docs/labby/assets/labby-debugging.png new file mode 100644 index 0000000..0617404 Binary files /dev/null and b/docs/labby/assets/labby-debugging.png differ diff --git a/docs/labby/assets/labby-logo-animation-small.gif b/docs/labby/assets/labby-logo-animation-small.gif new file mode 100644 index 0000000..839ef50 Binary files /dev/null and b/docs/labby/assets/labby-logo-animation-small.gif differ diff --git a/docs/labby/assets/labby-related-questions.png b/docs/labby/assets/labby-related-questions.png new file mode 100644 index 0000000..9085201 Binary files /dev/null and b/docs/labby/assets/labby-related-questions.png differ diff --git a/docs/labby/assets/labby-verification.png b/docs/labby/assets/labby-verification.png new file mode 100644 index 0000000..f1b3909 Binary files /dev/null and b/docs/labby/assets/labby-verification.png differ