2025
09
Kubernetes — SSL 证书自动更新
Kubernetes — SSL 证书自动更新
介绍 提供一个在 Kubernetes 中使用 cert-manager + Cloudflare 自动签发并自动更新 Let’s Encrypt 证书的完整思路与示例(DNS-01 验证),方便你在集群内自动化 TLS 证书更新。 前置条件 Kubernetes 集群:可正常访问外网。不做网络环境配置的教程,具体可以去看其他文章 Cloudflare 账号:已将你的域名托管到 Cloudflare。使用 Cloudflare 做 dns-01 挑战 kubectl:已连接到集群。最基本的条件,保证k8s能正常访问 helm:推荐用 Helm 安装 cert-manager。使用helm安装,方便干净 安装 官方推荐用 Helm,这里我使用 1.18.2 的版本,在我这个时间点这个版本还是比较新的 安装 cert-manager 1# 安装 cert-manager CRDs 2kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.18.2/cert-manager.crds.yaml 1## Add the Jetstack Helm repository 2helm repo add jetstack https://charts.jetstack.io --force-update 1## Install the cert-manager helm chart 2helm install cert-manager --namespace cert-manager --version v1.18.2 jetstack/cert-manager 验证:
2025-09-28 打工人日报
2025-09-28 打工人日报
GitHub 热门榜单 排名 1:/humanlayer/humanlayer 简介: 让AI编码代理解决复杂代码库中难题的最佳方法。 URL: https://github.com/humanlayer/humanlayer 作者: humanlayer 排名 2:/onyx-dot-app/onyx 简介: 开源AI平台-具有高级功能的AI聊天,适用于每个LLM URL: https://github.com/onyx-dot-app/onyx 作者: onyx-dot-app 排名 3:/coinbase/x402 简介: 互联网的支付协议。基于HTTP构建。 URL: https://github.com/coinbase/x402 作者: coinbase 排名 4:/HKUDS/RAG-Anything 简介: “RAG Anything:一体化RAG框架” URL: https://github.com/HKUDS/RAG-Anything 作者: HKUDS 排名 5:/gin-gonic/gin 简介: Gin是一个用Go编写的高性能HTTP web框架。它提供了类似Martini的API,但由于使用了httprouter,性能显著提高,速度提高了40倍。Gin旨在构建REST API、web应用程序和微服务。 URL: https://github.com/gin-gonic/gin 作者: gin-gonic 排名 6:/harry0703/MoneyPrinterTurbo 简介: 利用AI大模型,一键生成高清短视频 使用AI LLM一键生成短视频。 URL: https://github.com/harry0703/MoneyPrinterTurbo 作者: harry0703 排名 7:/frappe/erpnext 简介: 免费开源企业资源计划(ERP) URL: https://github.com/frappe/erpnext 作者: frappe 排名 8:/modelcontextprotocol/typescript-sdk 简介: 用于模型上下文协议服务器和客户端的官方TypeScript SDK URL: https://github.com/modelcontextprotocol/typescript-sdk 作者: modelcontextprotocol 排名 9:/ZuodaoTech/everyone-can-use-english 简介: 人人都能用英语 URL: https://github.
2025-09-27 打工人日报
2025-09-27 打工人日报
GitHub 热门榜单 排名 1:/ZuodaoTech/everyone-can-use-english 简介: 人人都能用英语 URL: https://github.com/ZuodaoTech/everyone-can-use-english 作者: ZuodaoTech 排名 2:/HKUDS/RAG-Anything 简介: “RAG Anything:一体化RAG框架” URL: https://github.com/HKUDS/RAG-Anything 作者: HKUDS 排名 3:/humanlayer/humanlayer 简介: 让人工智能解决复杂代码库中难题的最佳方法。 URL: https://github.com/humanlayer/humanlayer 作者: humanlayer 排名 4:/gin-gonic/gin 简介: Gin是一个用Go编写的高性能HTTP web框架。它提供了类似Martini的API,但由于使用了httprouter,性能显著提高,速度提高了40倍。Gin旨在构建REST API、web应用程序和微服务。 URL: https://github.com/gin-gonic/gin 作者: gin-gonic 排名 5:/basecamp/omarchy 简介: Opinionated拱形/Hyprland设置 URL: https://github.com/basecamp/omarchy 作者: basecamp 排名 6:/onyx-dot-app/onyx 简介: 开源AI平台-具有高级功能的AI聊天,适用于每个LLM URL: https://github.com/onyx-dot-app/onyx 作者: onyx-dot-app 排名 7:/ericciarla/trendFinder 简介: 通过人工智能掌握社交媒体和网络上的热门话题 URL: https://github.com/ericciarla/trendFinder 作者: ericciarla 排名 8:/netdata/netdata 简介: 实现AI驱动的全栈可观察性的最快途径,即使对于精益团队也是如此。 URL: https://github.com/netdata/netdata 作者: netdata 排名 9:/jellyfin/jellyfin 简介: 自由软件媒体系统-服务器后端和API URL: https://github.
2025-09-26 打工人日报
2025-09-26 打工人日报
GitHub 热门榜单 排名 1:/gin-gonic/gin 简介: Gin是一个用Go编写的高性能HTTP web框架。它提供了类似Martini的API,但由于使用了httprouter,性能显著提高,速度提高了40倍。Gin旨在构建REST API、web应用程序和微服务。 URL: https://github.com/gin-gonic/gin 作者: gin-gonic 排名 2:/humanlayer/humanlayer 简介: 让人工智能解决复杂代码库中难题的最佳方法。 URL: https://github.com/humanlayer/humanlayer 作者: humanlayer 排名 3:/yt-dlp/yt-dlp 简介: 功能丰富的命令行音频/视频下载器 URL: https://github.com/yt-dlp/yt-dlp 作者: yt-dlp 排名 4:/TheAlgorithms/Python 简介: 所有在Python中实现的算法 URL: https://github.com/TheAlgorithms/Python 作者: TheAlgorithms 排名 5:/ZuodaoTech/everyone-can-use-english 简介: 人人都能用英语 URL: https://github.com/ZuodaoTech/everyone-can-use-english 作者: ZuodaoTech 排名 6:/Olow304/memvid 简介: 基于视频的AI内存库。通过闪电般快速的语义搜索在MP4文件中存储数百万个文本块。不需要数据库。 URL: https://github.com/Olow304/memvid 作者: Olow304 排名 7:/TanStack/router 简介: 🤖 React(和朋友)的完全类型安全路由器,内置缓存,一流的搜索参数API,客户端缓存集成和同构渲染。 URL: https://github.com/TanStack/router 作者: TanStack 排名 8:/LadybirdBrowser/ladybird 简介: 真正独立的网络浏览器 URL: https://github.com/LadybirdBrowser/ladybird 作者: LadybirdBrowser 排名 9:/coinbase/x402 简介: 互联网的支付协议。基于HTTP构建。 URL: https://github.
2025-09-25 打工人日报
2025-09-25 打工人日报
GitHub 热门榜单 排名 1:/cloudflare/capnweb 简介: JavaScript/TypeScript原生、低样板、对象功能RPC系统 URL: https://github.com/cloudflare/capnweb 作者: cloudflare 排名 2:/elastic/elasticsearch 简介: 免费开源、分布式、RESTful搜索引擎 URL: https://github.com/elastic/elasticsearch 作者: elastic 排名 3:/LadybirdBrowser/ladybird 简介: 真正独立的网络浏览器 URL: https://github.com/LadybirdBrowser/ladybird 作者: LadybirdBrowser 排名 4:/HKUDS/RAG-Anything 简介: “RAG Anything:一体化RAG框架” URL: https://github.com/HKUDS/RAG-Anything 作者: HKUDS 排名 5:/ultralytics/ultralytics 简介: Ultralytics YOLO🚀 URL: https://github.com/ultralytics/ultralytics 作者: ultralytics 排名 6:/istio/istio 简介: 连接、保护、控制和观察服务。 URL: https://github.com/istio/istio 作者: istio 排名 7:/gin-gonic/gin 简介: Gin是一个用Go编写的高性能HTTP web框架。它提供了类似Martini的API,但由于使用了httprouter,性能显著提高,速度提高了40倍。Gin旨在构建REST API、web应用程序和微服务。 URL: https://github.com/gin-gonic/gin 作者: gin-gonic 排名 8:/freqtrade/freqtrade 简介: 免费、开源的加密货币交易机器人 URL: https://github.com/freqtrade/freqtrade 作者: freqtrade 排名 9:/bytedance/Dolphin 简介: “Dolphin:通过异构锚点提示进行文档图像解析”的官方仓库,ACL,2025。 URL: https://github.
2025-09-24 打工人日报
2025-09-24 打工人日报
GitHub 热门榜单 排名 1:/gin-gonic/gin 简介: Gin是一个用Go编写的高性能HTTP web框架。它提供了类似Martini的API,但由于使用了httprouter,性能显著提高,速度提高了40倍。Gin旨在构建REST API、web应用程序和微服务。 URL: https://github.com/gin-gonic/gin 作者: gin-gonic 排名 2:/LadybirdBrowser/ladybird 简介: 真正独立的网络浏览器 URL: https://github.com/LadybirdBrowser/ladybird 作者: LadybirdBrowser 排名 3:/gofiber/fiber 简介: ⚡️ 用Go编写的基于Express的web框架 URL: https://github.com/gofiber/fiber 作者: gofiber 排名 4:/eslint/eslint 简介: 查找并修复JavaScript代码中的问题。 URL: https://github.com/eslint/eslint 作者: eslint 排名 5:/fmtlib/fmt 简介: 现代格式库 URL: https://github.com/fmtlib/fmt 作者: fmtlib 排名 6:/mtdvio/every-programmer-should-know 简介: 每个软件开发人员都应该知道的(主要是)技术知识的集合 URL: https://github.com/mtdvio/every-programmer-should-know 作者: mtdvio 排名 7:/nvm-sh/nvm 简介: 节点版本管理器-符合POSIX标准的bash脚本,用于管理多个活动的Node.js版本 URL: https://github.com/nvm-sh/nvm 作者: nvm-sh 排名 8:/OpenZeppelin/openzeppelin-contracts 简介: OpenZeppelin Contracts是一个用于安全智能合约开发的库。 URL: https://github.com/OpenZeppelin/openzeppelin-contracts 作者: OpenZeppelin 排名 9:/Gar-b-age/CookLikeHOC 简介: 🥢像老乡鸡🐔那样做饭。主要部分于2024年完工,非老乡鸡官方仓库。文字来自《老乡鸡菜品溯源报告》,并做归纳、编辑与整理。库克喜欢HOC。 URL: https://github.
2025-09-23 打工人日报
2025-09-23 打工人日报
GitHub 热门榜单 排名 1:/Gar-b-age/CookLikeHOC 简介: 🥢像老乡鸡🐔那样做饭。主要部分于2024年完工,非老乡鸡官方仓库。文字来自《老乡鸡菜品溯源报告》,并做归纳、编辑与整理。库克喜欢HOC。 URL: https://github.com/Gar-b-age/CookLikeHOC 作者: Gar-b-age 排名 2:/bevyengine/bevy 简介: 一个用Rust构建的令人耳目一新的简单数据驱动游戏引擎 URL: https://github.com/bevyengine/bevy 作者: bevyengine 排名 3:/Alibaba-NLP/DeepResearch 简介: 统一深度研究,领先的开源深度研究代理 URL: https://github.com/Alibaba-NLP/DeepResearch 作者: Alibaba-NLP 排名 4:/tldraw/tldraw 简介: 非常好的白板SDK/无限画布SDK URL: https://github.com/tldraw/tldraw 作者: tldraw 排名 5:/elastic/elasticsearch 简介: 免费开源、分布式、RESTful搜索引擎 URL: https://github.com/elastic/elasticsearch 作者: elastic 排名 6:/LizardByte/Sunshine 简介: Moonlight的自托管游戏流主机。 URL: https://github.com/LizardByte/Sunshine 作者: LizardByte 排名 7:/ytdl-org/youtube-dl 简介: 从YouTube.com和其他视频网站下载视频的命令行程序 URL: https://github.com/ytdl-org/youtube-dl 作者: ytdl-org 排名 8:/mindcraft-bots/mindcraft 简介: Minecraft AI与LLMs+Mineflayer URL: https://github.com/mindcraft-bots/mindcraft 作者: mindcraft-bots 排名 9:/eslint/eslint 简介: 查找并修复JavaScript代码中的问题。 URL: https://github.
2025-09-22 打工人日报
2025-09-22 打工人日报
GitHub 热门榜单 排名 1:/Alibaba-NLP/DeepResearch 简介: 统一深度研究,领先的开源深度研究代理 URL: https://github.com/Alibaba-NLP/DeepResearch 作者: Alibaba-NLP 排名 2:/Gar-b-age/CookLikeHOC 简介: 🥢像老乡鸡🐔那样做饭。主要部分于2024年完工,非老乡鸡官方仓库。文字来自《老乡鸡菜品溯源报告》,并做归纳、编辑与整理。库克喜欢HOC。 URL: https://github.com/Gar-b-age/CookLikeHOC 作者: Gar-b-age 排名 3:/torvalds/linux 简介: Linux内核源代码树 URL: https://github.com/torvalds/linux 作者: torvalds 排名 4:/LazyVim/LazyVim 简介: Neovim懒人配置 URL: https://github.com/LazyVim/LazyVim 作者: LazyVim 排名 5:/x1xhlol/system-prompts-and-models-of-ai-tools 简介: 完整增强代码、Claude代码、Cluely、CodeBuddy、Cursor、Devin AI、Junie、Kiro、Leap.new、Lovable、Manus代理工具、NotionAI、Orchids.app、困惑、Poke、Qoder、Replit、Same.dev、Trae、Traycer AI、VSCode代理、Warp.dev、Windsurf、Xcode、Z.AI代码、dia&v0。(和其他开源)系统提示、内部工具和人工智能模型 URL: https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools 作者: x1xhlol 排名 6:/basecamp/omarchy 简介: Opinionated拱形/Hyprland设置 URL: https://github.com/basecamp/omarchy 作者: basecamp 排名 7:/fmtlib/fmt 简介: 现代格式库 URL: https://github.com/fmtlib/fmt 作者: fmtlib 排名 8:/WECENG/ticket-purchase 简介: 大麦自动抢票,支持人员、城市、日期场次、价格选择 URL: https://github.com/WECENG/ticket-purchase 作者: WECENG 排名 9:/WebGoat/WebGoat 简介: WebGoat是一个故意不安全的应用程序 URL: https://github.
2025-09-21 打工人日报
2025-09-21 打工人日报
GitHub 热门榜单 排名 1:/Gar-b-age/CookLikeHOC 简介: 🥢像老乡鸡🐔那样做饭。主要部分于2024年完工,非老乡鸡官方仓库。文字来自《老乡鸡菜品溯源报告》,并做归纳、编辑与整理。库克喜欢HOC。 URL: https://github.com/Gar-b-age/CookLikeHOC 作者: Gar-b-age 排名 2:/Alibaba-NLP/DeepResearch 简介: 统一深度研究,领先的开源深度研究代理 URL: https://github.com/Alibaba-NLP/DeepResearch 作者: Alibaba-NLP 排名 3:/flutter/flutter 简介: Flutter使为移动设备和其他设备构建漂亮的应用程序变得简单快捷 URL: https://github.com/flutter/flutter 作者: flutter 排名 4:/winfunc/opcode 简介: 用于Claude Code的强大GUI应用程序和工具包-创建自定义代理、管理交互式Claude Code会话、运行安全后台代理等。 URL: https://github.com/winfunc/opcode 作者: winfunc 排名 5:/tldraw/tldraw 简介: 非常好的白板SDK/无限画布SDK URL: https://github.com/tldraw/tldraw 作者: tldraw 排名 6:/fmtlib/fmt 简介: 现代格式库 URL: https://github.com/fmtlib/fmt 作者: fmtlib 排名 7:/linera-io/linera-protocol 简介: Linera协议的主存储库 URL: https://github.com/linera-io/linera-protocol 作者: linera-io 排名 8:/grafana/loki 简介: 像普罗米修斯一样,但有原木。 URL: https://github.com/grafana/loki 作者: grafana 排名 9:/microsoft/AI-For-Beginners 简介: 12周,24节课,全民AI! URL: https://github.
2025-09-20 打工人日报
2025-09-20 打工人日报
GitHub 热门榜单 排名 1:/Alibaba-NLP/DeepResearch 简介: 统一深度研究,领先的开源深度研究代理 URL: https://github.com/Alibaba-NLP/DeepResearch 作者: Alibaba-NLP 排名 2:/LazyVim/LazyVim 简介: Neovim懒人配置 URL: https://github.com/LazyVim/LazyVim 作者: LazyVim 排名 3:/basecamp/omarchy 简介: Opinionated拱形/Hyprland设置 URL: https://github.com/basecamp/omarchy 作者: basecamp 排名 4:/WebGoat/WebGoat 简介: WebGoat是一个故意不安全的应用程序 URL: https://github.com/WebGoat/WebGoat 作者: WebGoat 排名 5:/flutter/flutter 简介: Flutter使为移动设备和其他设备构建漂亮的应用程序变得简单快捷 URL: https://github.com/flutter/flutter 作者: flutter 排名 6:/nocodb/nocodb 简介: 🔥 🔥 🔥 开源Airtable替代方案 URL: https://github.com/nocodb/nocodb 作者: nocodb 排名 7:/facebookresearch/detectron2 简介: Detectron2是一个用于对象检测、分割和其他视觉识别任务的平台。 URL: https://github.com/facebookresearch/detectron2 作者: facebookresearch 排名 8:/fmtlib/fmt 简介: 现代格式库 URL: https://github.com/fmtlib/fmt 作者: fmtlib 排名 9:/Gar-b-age/CookLikeHOC 简介: 🥢像老乡鸡🐔那样做饭。主要部分于2024年完工,非老乡鸡官方仓库。文字来自《老乡鸡菜品溯源报告》,并做归纳、编辑与整理。库克喜欢HOC。 URL: https://github.
2025-09-19 打工人日报
2025-09-19 打工人日报
GitHub 热门榜单 排名 1:/microsoft/markitdown 简介: 用于将文件和办公文档转换为Markdown的Python工具。 URL: https://github.com/microsoft/markitdown 作者: microsoft 排名 2:/TheAlgorithms/Python 简介: 所有在Python中实现的算法 URL: https://github.com/TheAlgorithms/Python 作者: TheAlgorithms 排名 3:/curl/curl 简介: 一个命令行工具和库,用于使用URL语法传输数据,支持DICT、FILE、FTP、FTPS、GOPHER、GOPHERS、HTTP、HTTPS、IMAP、IMAPS、LDAP、LDAPS、MQTT、POP3、POP3S、RTMP、RTMPS、RTSP、SCP、SFTP、SMB、SMBS、SMTP、SMTPS、TELNET、TFTP、WS和WSS。libcurl提供了无数强大的功能 URL: https://github.com/curl/curl 作者: curl 排名 4:/flutter/flutter 简介: Flutter使为移动设备和其他设备构建漂亮的应用程序变得简单快捷 URL: https://github.com/flutter/flutter 作者: flutter 排名 5:/Alibaba-NLP/DeepResearch 简介: 统一深度研究,领先的开源深度研究代理 URL: https://github.com/Alibaba-NLP/DeepResearch 作者: Alibaba-NLP 排名 7:/TEN-framework/ten-framework 简介: 对话式语音AI代理的开源框架。 URL: https://github.com/TEN-framework/ten-framework 作者: TEN-framework 排名 8:/jwasham/coding-interview-university 简介: 一个完整的计算机科学学习计划,成为一名软件工程师。 URL: https://github.com/jwasham/coding-interview-university 作者: jwasham 排名 9:/BasedHardware/omi 简介: AI可穿戴设备。戴上它,说话,转录,自动 URL: https://github.com/BasedHardware/omi 作者: BasedHardware 排名 10:/linera-io/linera-protocol 简介: Linera协议的主存储库 URL: https://github.
2025-09-18 打工人日报
2025-09-18 打工人日报
GitHub 热门榜单 排名 2:/microsoft/markitdown 简介: 用于将文件和办公文档转换为Markdown的Python工具。 URL: https://github.com/microsoft/markitdown 作者: microsoft 排名 4:/WebKit/WebKit 简介: WebKit项目的所在地,Safari、Mail、App Store和macOS、iOS和Linux上的许多其他应用程序使用的浏览器引擎。 URL: https://github.com/WebKit/WebKit 作者: WebKit 排名 5:/ItzCrazyKns/Perplexica 简介: Perplexica是一个基于人工智能的搜索引擎。它是困惑人工智能的开源替代品 URL: https://github.com/ItzCrazyKns/Perplexica 作者: ItzCrazyKns 排名 6:/openai/codex 简介: 在终端中运行的轻量级编码代理 URL: https://github.com/openai/codex 作者: openai 排名 7:/nocodb/nocodb 简介: 🔥 🔥 🔥 开源Airtable替代方案 URL: https://github.com/nocodb/nocodb 作者: nocodb 排名 8:/dataease/SQLBot 简介: 基于大模型和 RAG 的智能问数系统。使用RAG通过LLM生成文本到SQL。 URL: https://github.com/dataease/SQLBot 作者: dataease 排名 9:/google-research/timesfm 简介: TimesFM(时间序列基础模型)是Google Research为时间序列预测开发的预训练时间序列基础模式。 URL: https://github.com/google-research/timesfm 作者: google-research 排名 10:/virattt/ai-hedge-fund 简介: 人工智能对冲基金团队 URL: https://github.
Kubernetes — RKE2 + kube-vip + cilium 部署
Kubernetes — RKE2 + kube-vip + cilium 部署
准备工作 节点名称 节点IP k8s-master-1 10.10.10.151 k8s-master-2 10.10.10.152 k8s-master-3 10.10.10.153 kube-vip(虚拟IP) 10.10.10.150 RKE 安装 rancher 在第一个 master 安装 RKE2 server 1# 安装 RKE2 2curl -sfL https://get.rke2.io | sh - 创建配置文件 1mkdir -p /etc/rancher/rke2/ 1# 配置 server 2cat <<EOF >/etc/rancher/rke2/config.yaml 3write-kubeconfig-mode: "0644" 4tls-san: 5 - 10.10.10.150 6 - rancher.jobcher.com 7cni: cilium 8disable-kube-proxy: true 9EOF 1# 启动 server 2systemctl enable rke2-server --now 3systemctl status rke2-server 1ln -s /var/lib/rancher/rke2/bin/kubectl /usr/local/bin/kubectl 2echo 'export KUBECONFIG=/etc/rancher/rke2/rke2.yaml' >> ~/.
2025-09-17 打工人日报
2025-09-17 打工人日报
GitHub 热门榜单 排名 1:/microsoft/markitdown 简介: 用于将文件和办公文档转换为Markdown的Python工具。 URL: https://github.com/microsoft/markitdown 作者: microsoft 排名 2:/ml-explore/mlx-lm 简介: 使用MLX运行LLM URL: https://github.com/ml-explore/mlx-lm 作者: ml-explore 排名 3:/dataease/SQLBot 简介: 基于大模型和 RAG 的智能问数系统。使用RAG通过LLM生成文本到SQL。 URL: https://github.com/dataease/SQLBot 作者: dataease 排名 4:/SkyworkAI/DeepResearchAgent 简介: DeepResearchAgent是一个分层多智能体系统,不仅用于深度研究任务,还用于通用任务解决。该框架利用一个顶级规划代理来协调多个专门的低级代理,实现了跨不同和复杂领域的自动任务分解和高效执行。 URL: https://github.com/SkyworkAI/DeepResearchAgent 作者: SkyworkAI 排名 5:/virattt/ai-hedge-fund 简介: 人工智能对冲基金团队 URL: https://github.com/virattt/ai-hedge-fund 作者: virattt 排名 6:/ccxt/ccxt 简介: 加密货币交易API,在JavaScript/TypeScript/Python/C#/PHP/Go中拥有100多个交易所 URL: https://github.com/ccxt/ccxt 作者: ccxt 排名 7:/HKUDS/DeepCode 简介: “DeepCode:开放代理编码(Paper2Code&Text2Web&Text2Backend)” URL: https://github.com/HKUDS/DeepCode 作者: HKUDS 排名 8:/PaddlePaddle/PaddleOCR 简介: 将任何PDF或图像文档转换为AI的结构化数据。一个强大、轻量级的OCR工具包,弥合了图像/PDF和LLM之间的差距。支持80多种语言。 URL: https://github.com/PaddlePaddle/PaddleOCR 作者: PaddlePaddle 排名 9:/Plachtaa/seed-vc 简介: 零样本语音转换&歌声转换,实时支持 URL: https://github.
2025-09-16 打工人日报
2025-09-16 打工人日报
GitHub 热门榜单 排名 1:/rasbt/LLMs-from-scratch 简介: 在PyTorch中从头开始逐步实现类似ChatGPT的LLM URL: https://github.com/rasbt/LLMs-from-scratch 作者: rasbt 排名 2:/microsoft/markitdown 简介: 用于将文件和办公文档转换为Markdown的Python工具。 URL: https://github.com/microsoft/markitdown 作者: microsoft 排名 3:/PowerShell/PowerShell 简介: PowerShell适用于所有系统! URL: https://github.com/PowerShell/PowerShell 作者: PowerShell 排名 4:/x1xhlol/system-prompts-and-models-of-ai-tools 简介: 完整增强代码、Claude代码、Cluely、CodeBuddy、Cursor、Devin AI、Junie、Kiro、Leap.new、Lovable、Manus代理工具、NotionAI、Orchids.app、困惑、Poke、Qoder、Replit、Same.dev、Trae、Traycer AI、VSCode代理、Warp.dev、Windsurf、Xcode、Z.AI代码、dia&v0。(和其他开源)系统提示、内部工具和人工智能模型 URL: https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools 作者: x1xhlol 排名 5:/virattt/ai-hedge-fund 简介: 人工智能对冲基金团队 URL: https://github.com/virattt/ai-hedge-fund 作者: virattt 排名 6:/SoftFever/OrcaSlicer 简介: 用于3D打印机(Bambu、Prusa、Voron、VzBot、RatRig、Creality等)的G代码生成器 URL: https://github.com/SoftFever/OrcaSlicer 作者: SoftFever 排名 7:/simdjson/simdjson 简介: 每秒解析千兆字节的JSON:由Facebook/Meta Velox、Node.js运行时、ClickHouse、WatermelonDB、Apache Doris、Milvus、StarRocks使用 URL: https://github.com/simdjson/simdjson 作者: simdjson 排名 8:/ItzCrazyKns/Perplexica 简介: Perplexica是一个基于人工智能的搜索引擎。它是困惑人工智能的开源替代品 URL: https://github.com/ItzCrazyKns/Perplexica 作者: ItzCrazyKns 排名 9:/sst/opencode 简介: 为终端构建的AI编码代理。 URL: https://github.
2025-09-15 打工人日报
2025-09-15 打工人日报
GitHub 热门榜单 排名 1:/PowerShell/PowerShell 简介: PowerShell适用于所有系统! URL: https://github.com/PowerShell/PowerShell 作者: PowerShell 排名 2:/trueadm/ripple 简介: 优雅的TypeScript UI框架 URL: https://github.com/trueadm/ripple 作者: trueadm 排名 3:/SkyworkAI/DeepResearchAgent 简介: DeepResearchAgent是一个分层多智能体系统,不仅用于深度研究任务,还用于通用任务解决。该框架利用一个顶级规划代理来协调多个专门的低级代理,实现了跨不同和复杂领域的自动任务分解和高效执行。 URL: https://github.com/SkyworkAI/DeepResearchAgent 作者: SkyworkAI 排名 4:/ccxt/ccxt 简介: 加密货币交易API,在JavaScript/TypeScript/Python/C#/PHP/Go中拥有100多个交易所 URL: https://github.com/ccxt/ccxt 作者: ccxt 排名 5:/Shubhamsaboo/awesome-llm-apps 简介: 使用OpenAI、Anthropic、Gemini和开源模型的AI代理和RAG的令人敬畏的LLM应用程序集合。 URL: https://github.com/Shubhamsaboo/awesome-llm-apps 作者: Shubhamsaboo 排名 6:/ItzCrazyKns/Perplexica 简介: Perplexica是一个基于人工智能的搜索引擎。它是困惑人工智能的开源替代品 URL: https://github.com/ItzCrazyKns/Perplexica 作者: ItzCrazyKns 排名 7:/midday-ai/midday 简介: 发票、时间跟踪、文件对账、存储、财务概述和为自由职业者制作的自己的助手 URL: https://github.com/midday-ai/midday 作者: midday-ai 排名 8:/ReVanced/revanced-patches 简介: 🧩 ReVanced的补丁 URL: https://github.com/ReVanced/revanced-patches 作者: ReVanced 排名 9:/deepset-ai/haystack 简介: AI编排框架,用于构建可定制的、生产就绪的LLM应用程序。将组件(模型、矢量数据库、文件转换器)连接到可以与数据交互的管道或代理。借助先进的检索方法,它最适合构建RAG、问答、语义搜索或会话代理聊天机器人。 URL: https://github.
2025-09-14 打工人日报
2025-09-14 打工人日报
GitHub 热门榜单 排名 1:/PowerShell/PowerShell 简介: PowerShell适用于所有系统! URL: https://github.com/PowerShell/PowerShell 作者: PowerShell 排名 2:/trueadm/ripple 简介: 优雅的TypeScript UI框架 URL: https://github.com/trueadm/ripple 作者: trueadm 排名 3:/MotiaDev/motia 简介: 现代后端框架将API、后台作业、工作流和AI代理统一到一个具有内置可观察性和状态管理的核心原语中。 URL: https://github.com/MotiaDev/motia 作者: MotiaDev 排名 4:/grpc/grpc-go 简介: gRPC的Go语言实现。基于HTTP/2的RPC URL: https://github.com/grpc/grpc-go 作者: grpc 排名 5:/sentient-agi/ROMA 简介: 递归开放元代理v0.1(测试版)。用于构建高性能多代理系统的元代理框架。 URL: https://github.com/sentient-agi/ROMA 作者: sentient-agi 排名 6:/ReVanced/revanced-patches 简介: 🧩 ReVanced的补丁 URL: https://github.com/ReVanced/revanced-patches 作者: ReVanced 排名 7:/Azure/azure-sdk-for-python 简介: 此存储库用于积极开发Azure SDK for Python。对于SDK的消费者,我们建议访问我们的公共开发人员文档,网址为https://learn.microsoft.com/python/azure/或我们的版本化开发人员文档,网址为https://azure.github.io/azure-sdk-for-python. URL: https://github.com/Azure/azure-sdk-for-python 作者: Azure 排名 8:/CodebuffAI/codebuff 简介: 从终端生成代码! URL: https://github.com/CodebuffAI/codebuff 作者: CodebuffAI 排名 9:/protocolbuffers/protobuf 简介: Protocol Buffers-谷歌的数据交换格式 URL: https://github.
2025-09-13 打工人日报
2025-09-13 打工人日报
GitHub 热门榜单 排名 1:/trueadm/ripple 简介: 优雅的TypeScript UI框架 URL: https://github.com/trueadm/ripple 作者: trueadm 排名 3:/CodebuffAI/codebuff 简介: 从终端生成代码! URL: https://github.com/CodebuffAI/codebuff 作者: CodebuffAI 排名 4:/sentient-agi/ROMA 简介: 递归开放元代理v0.1(测试版)。用于构建高性能多代理系统的元代理框架。 URL: https://github.com/sentient-agi/ROMA 作者: sentient-agi 排名 5:/firebase/genkit 简介: 一个开源框架,用于构建具有熟悉的以代码为中心的模式的AI驱动的应用程序。Genkit使开发、集成和测试具有可观察性和评估性的AI功能变得容易。Genkit适用于各种型号和平台。 URL: https://github.com/firebase/genkit 作者: firebase 排名 6:/Zie619/n8n-workflows 简介: 我可以找到n8n的所有工作流程(也可以从网站本身找到) URL: https://github.com/Zie619/n8n-workflows 作者: Zie619 排名 7:/epfml/ML_course 简介: EPFL机器学习课程,2025年秋季 URL: https://github.com/epfml/ML_course 作者: epfml 排名 8:/expo/expo 简介: 一个使用React制作通用原生应用程序的开源框架。Expo在Android、iOS和网络上运行。 URL: https://github.com/expo/expo 作者: expo 排名 9:/NVIDIA/garak 简介: LLM漏洞扫描 URL: https://github.com/NVIDIA/garak 作者: NVIDIA 排名 10:/milvus-io/milvus 简介: Milvus是一个高性能的云原生矢量数据库,专为可扩展的矢量ANN搜索而构建 URL: https://github.
2025-09-12 打工人日报
2025-09-12 打工人日报
GitHub 热门榜单 排名 2:/modelcontextprotocol/registry 简介: 用于模型上下文协议(MCP)服务器的社区驱动的注册表服务。 URL: https://github.com/modelcontextprotocol/registry 作者: modelcontextprotocol 排名 3:/twitter/the-algorithm 简介: X推荐算法的源代码 URL: https://github.com/twitter/the-algorithm 作者: twitter 排名 4:/google/material-design-icons 简介: 谷歌材质设计图标(材质符号) URL: https://github.com/google/material-design-icons 作者: google 排名 5:/ccfos/nightingale 简介: Nightingale用于监控和警报,就像Grafana用于可视化一样。 URL: https://github.com/ccfos/nightingale 作者: ccfos 排名 6:/mxrch/GHunt 简介: 🕵️‍♂️ 攻击性的谷歌框架。 URL: https://github.com/mxrch/GHunt 作者: mxrch 排名 7:/agno-agi/agno 简介: 多代理系统的高性能运行时。在云中构建、运行和管理安全的多代理系统。 URL: https://github.com/agno-agi/agno 作者: agno-agi 排名 8:/trueadm/ripple 简介: 优雅的TypeScript UI框架 URL: https://github.com/trueadm/ripple 作者: trueadm 排名 9:/aaPanel/BillionMail 简介: BillionMail为您提供开源的MailServer、NewsLetter、电子邮件营销——完全自主托管,对开发人员友好,并且免收月费。加入纷争:https://discord.gg/asfXzBUhZr URL: https://github.com/aaPanel/BillionMail 作者: aaPanel 排名 10:/MotiaDev/motia 简介: 现代后端框架将API、后台作业、工作流和AI代理统一到一个具有内置可观察性和状态管理的核心原语中。 URL: https://github.
2025-09-11 打工人日报
2025-09-11 打工人日报
GitHub 热门榜单 排名 2:/modelcontextprotocol/registry 简介: 用于模型上下文协议(MCP)服务器的社区驱动的注册表服务。 URL: https://github.com/modelcontextprotocol/registry 作者: modelcontextprotocol 排名 3:/vercel/examples 简介: 享受我们精心策划的示例和解决方案集。使用这些模式构建您自己的健壮和可扩展的应用程序。 URL: https://github.com/vercel/examples 作者: vercel 排名 4:/microsoft/ai-agents-for-beginners 简介: 开始构建AI代理的12个教训 URL: https://github.com/microsoft/ai-agents-for-beginners 作者: microsoft 排名 5:/11cafe/jaaz 简介: 世界上第一个开源多模式创意助理这是Canva和Manus的替代品,优先考虑隐私,可在本地使用。 URL: https://github.com/11cafe/jaaz 作者: 11cafe 排名 6:/twitter/the-algorithm 简介: X推荐算法的源代码 URL: https://github.com/twitter/the-algorithm 作者: twitter 排名 7:/ZuodaoTech/everyone-can-use-english 简介: 人人都能用英语 URL: https://github.com/ZuodaoTech/everyone-can-use-english 作者: ZuodaoTech 排名 8:/tesseract-ocr/tesseract 简介: Tesseract开源OCR引擎(主存储库) URL: https://github.com/tesseract-ocr/tesseract 作者: tesseract-ocr 排名 9:/huggingface/aisheets 简介: 使用无代码的AI模型构建、丰富和转换数据集 URL: https://github.com/huggingface/aisheets 作者: huggingface 排名 10:/x1xhlol/system-prompts-and-models-of-ai-tools 简介: FULL v0、Cursor、Manus、Augment Code、Same.
2025-09-10 打工人日报
2025-09-10 打工人日报
GitHub 热门榜单 排名 1:/emcie-co/parlant 简介: 为控制而构建的LLM代理。专为现实世界使用而设计。几分钟内部署完毕。 URL: https://github.com/emcie-co/parlant 作者: emcie-co 排名 2:/Vector-Wangel/XLeRobot 简介: XLeRobot:实用双臂移动家庭机器人,售价660美元 URL: https://github.com/Vector-Wangel/XLeRobot 作者: Vector-Wangel 排名 3:/x1xhlol/system-prompts-and-models-of-ai-tools 简介: FULL v0、Cursor、Manus、Augment Code、Same.dev、Lovable、Devin、Replit Agent、Windsurf Agent、VSCode Agent、Dia Browser、Xcode、Trae AI、Cluely和Orchids.app(以及其他开源)系统提示、工具和AI模型。 URL: https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools 作者: x1xhlol 排名 4:/Stirling-Tools/Stirling-PDF 简介: #1本地托管的web应用程序,允许您对PDF文件执行各种操作 URL: https://github.com/Stirling-Tools/Stirling-PDF 作者: Stirling-Tools 排名 5:/vercel/examples 简介: 享受我们精心策划的示例和解决方案集。使用这些模式构建您自己的健壮和可扩展的应用程序。 URL: https://github.com/vercel/examples 作者: vercel 排名 6:/Cinnamon/kotaemon 简介: 一个基于RAG的开源工具,用于与您的文档聊天。 URL: https://github.com/Cinnamon/kotaemon 作者: Cinnamon 排名 7:/pathwaycom/llm-app 简介: 已准备好运行RAG、AI管道和企业实时数据搜索的云模板。 🐳Docker友好。⚡始终与Sharepoint、Google Drive、S3、Kafka、PostgreSQL、实时数据API等保持同步。 URL: https://github.com/pathwaycom/llm-app 作者: pathwaycom 排名 8:/hiroi-sora/Umi-OCR 简介: OCR软件,免费和离线。 开源、免费的离线OCR软件。支持截屏/批量导入图片,PDF文档识别,排除水印/页眉页脚,扫描/生成二维码。内置多国语言库。 URL: https://github.
2025-09-09 打工人日报
2025-09-09 打工人日报
GitHub 热门榜单 排名 1:/emcie-co/parlant 简介: 为控制而构建的LLM代理。专为现实世界使用而设计。几分钟内部署完毕。 URL: https://github.com/emcie-co/parlant 作者: emcie-co 排名 2:/microsoft/ai-agents-for-beginners 简介: 开始构建AI代理的12个教训 URL: https://github.com/microsoft/ai-agents-for-beginners 作者: microsoft 排名 3:/zama-ai/fhevm 简介: FHEVM,一个将全同态加密(FHE)与区块链应用程序集成的全栈框架 URL: https://github.com/zama-ai/fhevm 作者: zama-ai 排名 4:/bytedance/UI-TARS-desktop 简介: 开源多模式人工智能代理栈:连接尖端人工智能模型和代理基础设施 URL: https://github.com/bytedance/UI-TARS-desktop 作者: bytedance 排名 5:/openwrt/openwrt 简介: 此存储库是https://git.openwrt.org/openwrt/openwrt.git它仅供参考,不适用于签到。我们将继续在此处接受拉取请求。它们将通过暂存树合并到openwrt.git中。 URL: https://github.com/openwrt/openwrt 作者: openwrt 排名 6:/Kilo-Org/kilocode 简介: 开源AI编码助手,用于规划、构建和修复代码。我们经常合并Roo Code和Cline等开源项目的功能,同时构建自己的愿景。关注我们:kilocode.ai/social URL: https://github.com/Kilo-Org/kilocode 作者: Kilo-Org 排名 7:/11cafe/jaaz 简介: 世界上第一个开源多模式创意助理这是Canva和Manus的替代品,优先考虑隐私,可在本地使用。 URL: https://github.com/11cafe/jaaz 作者: 11cafe 排名 8:/x1xhlol/system-prompts-and-models-of-ai-tools 简介: FULL v0、Cursor、Manus、Augment Code、Same.dev、Lovable、Devin、Replit Agent、Windsurf Agent、VSCode Agent、Dia Browser、Xcode、Trae AI、Cluely和Orchids.app(以及其他开源)系统提示、工具和AI模型。 URL: https://github.
2025-09-08 打工人日报
2025-09-08 打工人日报
GitHub 热门榜单 排名 1:/emcie-co/parlant 简介: 为控制而构建的LLM代理。专为现实世界使用而设计。几分钟内部署完毕。 URL: https://github.com/emcie-co/parlant 作者: emcie-co 排名 2:/zama-ai/fhevm 简介: FHEVM,一个将全同态加密(FHE)与区块链应用程序集成的全栈框架 URL: https://github.com/zama-ai/fhevm 作者: zama-ai 排名 3:/coleam00/ottomator-agents 简介: oTTomator Live Agent Studio平台上托管的所有开源AI代理! URL: https://github.com/coleam00/ottomator-agents 作者: coleam00 排名 4:/juspay/hyperswitch 简介: 用Rust编写的开源支付开关,使支付快速、可靠、经济实惠 URL: https://github.com/juspay/hyperswitch 作者: juspay 排名 5:/FIRST-Tech-Challenge/FtcRobotController 简介: FTC Android Studio工作区,用于Android Studio中的机器人编程 URL: https://github.com/FIRST-Tech-Challenge/FtcRobotController 作者: FIRST-Tech-Challenge 排名 6:/openwrt/openwrt 简介: 此存储库是https://git.openwrt.org/openwrt/openwrt.git它仅供参考,不适用于签到。我们将继续在此处接受拉取请求。它们将通过暂存树合并到openwrt.git中。 URL: https://github.com/openwrt/openwrt 作者: openwrt 排名 7:/Kilo-Org/kilocode 简介: 开源AI编码助手,用于规划、构建和修复代码。我们经常合并Roo Code和Cline等开源项目的功能,同时构建自己的愿景。关注我们:kilocode.ai/social URL: https://github.com/Kilo-Org/kilocode 作者: Kilo-Org 排名 8:/Stirling-Tools/Stirling-PDF 简介: #1本地托管的web应用程序,允许您对PDF文件执行各种操作 URL: https://github.
2025-09-07 打工人日报
2025-09-07 打工人日报
GitHub 热门榜单 排名 1:/zama-ai/fhevm 简介: FHEVM,一个将全同态加密(FHE)与区块链应用程序集成的全栈框架 URL: https://github.com/zama-ai/fhevm 作者: zama-ai 排名 2:/aquasecurity/trivy 简介: 查找容器、Kubernetes、代码存储库、云中的漏洞、配置错误、秘密、SBOM等 URL: https://github.com/aquasecurity/trivy 作者: aquasecurity 排名 3:/trufflesecurity/trufflehog 简介: 查找、验证和分析泄露的凭据 URL: https://github.com/trufflesecurity/trufflehog 作者: trufflesecurity 排名 4:/rails/rails 简介: Ruby on Rails URL: https://github.com/rails/rails 作者: rails 排名 5:/microsoft/BitNet 简介: 1位LLM的官方推理框架 URL: https://github.com/microsoft/BitNet 作者: microsoft 排名 6:/coleam00/ottomator-agents 简介: oTTomator Live Agent Studio平台上托管的所有开源AI代理! URL: https://github.com/coleam00/ottomator-agents 作者: coleam00 排名 7:/emcie-co/parlant 简介: 为控制而构建的LLM代理。专为现实世界使用而设计。几分钟内部署完毕。 URL: https://github.com/emcie-co/parlant 作者: emcie-co 排名 8:/mack-a/v2ray-agent 简介: X光片、Tuic、歇斯底里2、唱歌盒八合一一键脚本 URL: https://github.com/mack-a/v2ray-agent 作者: mack-a 排名 9:/quarkusio/quarkus 简介: 夸克:超音速亚原子Java。 URL: https://github.
2025-09-06 打工人日报
2025-09-06 打工人日报
GitHub 热门榜单 排名 1:/bytebot-ai/bytebot 简介: Bytebot是一个自托管的AI桌面代理,通过自然语言命令自动化计算机任务,在容器化的Linux桌面环境中运行。 URL: https://github.com/bytebot-ai/bytebot 作者: bytebot-ai 排名 2:/microsoft/BitNet 简介: 1位LLM的官方推理框架 URL: https://github.com/microsoft/BitNet 作者: microsoft 排名 3:/aquasecurity/trivy 简介: 查找容器、Kubernetes、代码存储库、云中的漏洞、配置错误、秘密、SBOM等 URL: https://github.com/aquasecurity/trivy 作者: aquasecurity 排名 4:/trufflesecurity/trufflehog 简介: 查找、验证和分析泄露的凭据 URL: https://github.com/trufflesecurity/trufflehog 作者: trufflesecurity 排名 5:/mack-a/v2ray-agent 简介: X光片、Tuic、歇斯底里2、唱歌盒八合一一键脚本 URL: https://github.com/mack-a/v2ray-agent 作者: mack-a 排名 6:/nukeop/nuclear 简介: 流媒体音乐播放器,为您找到免费音乐 URL: https://github.com/nukeop/nuclear 作者: nukeop 排名 7:/EvolutionAPI/evolution-api 简介: 进化API是一个开源的WhatsApp集成API URL: https://github.com/EvolutionAPI/evolution-api 作者: EvolutionAPI 排名 8:/appcypher/awesome-mcp-servers 简介: 出色的MCP服务器-精心策划的模型上下文协议服务器列表 URL: https://github.com/appcypher/awesome-mcp-servers 作者: appcypher 排名 9:/emcie-co/parlant 简介: 为控制而构建的LLM代理。专为现实世界使用而设计。几分钟内部署完毕。 URL: https://github.
2025-09-05 打工人日报
2025-09-05 打工人日报
GitHub 热门榜单 排名 1:/bytebot-ai/bytebot 简介: Bytebot是一个自托管的AI桌面代理,通过自然语言命令自动化计算机任务,在容器化的Linux桌面环境中运行。 URL: https://github.com/bytebot-ai/bytebot 作者: bytebot-ai 排名 2:/LukeGus/Termix 简介: Termix是一个基于web的服务器管理平台,具有SSH终端、隧道和文件编辑功能。 URL: https://github.com/LukeGus/Termix 作者: LukeGus 排名 3:/rustdesk/rustdesk 简介: 一个为自托管而设计的开源远程桌面应用程序,作为TeamViewer的替代品。 URL: https://github.com/rustdesk/rustdesk 作者: rustdesk 排名 4:/crewAIInc/crewAI 简介: 用于编排角色扮演、自主AI代理的框架。通过培养协作智能,CrewAI使代理能够无缝协作,处理复杂的任务。 URL: https://github.com/crewAIInc/crewAI 作者: crewAIInc 排名 5:/aquasecurity/trivy 简介: 查找容器、Kubernetes、代码存储库、云中的漏洞、配置错误、秘密、SBOM等 URL: https://github.com/aquasecurity/trivy 作者: aquasecurity 排名 6:/microsoft/PowerToys 简介: Windows系统实用程序,以最大限度地提高生产力 URL: https://github.com/microsoft/PowerToys 作者: microsoft 排名 7:/pedroslopez/whatsapp-web.js 简介: NodeJS的WhatsApp客户端库,通过WhatsApp Web浏览器应用程序连接 URL: https://github.com/pedroslopez/whatsapp-web.js 作者: pedroslopez 排名 8:/trufflesecurity/trufflehog 简介: 查找、验证和分析泄露的凭据 URL: https://github.com/trufflesecurity/trufflehog 作者: trufflesecurity 排名 9:/eriklindernoren/ML-From-Scratch 简介: 机器学习从零开始。NumPy是机器学习模型和算法的简单实现,重点是可访问性。旨在涵盖从线性回归到深度学习的所有内容。 URL: https://github.
2025-09-04 打工人日报
2025-09-04 打工人日报
GitHub 热门榜单 排名 1:/pedroslopez/whatsapp-web.js 简介: NodeJS的WhatsApp客户端库,通过WhatsApp Web浏览器应用程序连接 URL: https://github.com/pedroslopez/whatsapp-web.js 作者: pedroslopez 排名 2:/dockur/windows 简介: Docker容器中的Windows。 URL: https://github.com/dockur/windows 作者: dockur 排名 3:/JetBrains/koog 简介: Koog是官方的Kotlin框架,用于在所有平台上构建和运行健壮、可扩展和生产就绪的AI代理,从后端服务到Android和iOS、JVM,甚至在浏览器环境中。Koog基于我们的人工智能产品专业知识,为复杂的LLM和人工智能问题提供经过验证的解决方案 URL: https://github.com/JetBrains/koog 作者: JetBrains 排名 4:/microsoft/PowerToys 简介: Windows系统实用程序,以最大限度地提高生产力 URL: https://github.com/microsoft/PowerToys 作者: microsoft 排名 5:/LukeGus/Termix 简介: Termix是一个基于web的服务器管理平台,具有SSH终端、隧道和文件编辑功能。 URL: https://github.com/LukeGus/Termix 作者: LukeGus 排名 6:/appcypher/awesome-mcp-servers 简介: 出色的MCP服务器-精心策划的模型上下文协议服务器列表 URL: https://github.com/appcypher/awesome-mcp-servers 作者: appcypher 排名 7:/ashishpatel26/500-AI-Agents-Projects 简介: 500个人工智能代理项目是各个行业人工智能代理用例的精选集合。它展示了实际应用,并提供了开源项目的实施链接,说明了人工智能代理如何改变医疗保健、金融、教育、零售等行业。 URL: https://github.com/ashishpatel26/500-AI-Agents-Projects 作者: ashishpatel26 排名 8:/kgrzybek/modular-monolith-with-ddd 简介: 采用领域驱动设计方法的全模块化单片应用程序。 URL: https://github.com/kgrzybek/modular-monolith-with-ddd 作者: kgrzybek 排名 9:/fullstackhero/dotnet-starter-kit 简介: 生产级云就绪。NET 9入门套件(Web API+Blazor客户端),支持多租户和清洁/模块化架构,可节省约200多个开发小时!包括所有电池。 URL: https://github.
2025-09-03 打工人日报
2025-09-03 打工人日报
GitHub 热门榜单 排名 1:/dockur/windows 简介: Docker容器中的Windows。 URL: https://github.com/dockur/windows 作者: dockur 排名 2:/crewAIInc/crewAI 简介: 用于编排角色扮演、自主AI代理的框架。通过培养协作智能,CrewAI使代理能够无缝协作,处理复杂的任务。 URL: https://github.com/crewAIInc/crewAI 作者: crewAIInc 排名 3:/JetBrains/koog 简介: Koog是官方的Kotlin框架,用于在所有平台上构建和运行健壮、可扩展和生产就绪的AI代理,从后端服务到Android和iOS、JVM,甚至在浏览器环境中。Koog基于我们的人工智能产品专业知识,为复杂的LLM和人工智能问题提供经过验证的解决方案 URL: https://github.com/JetBrains/koog 作者: JetBrains 排名 4:/ashishpatel26/500-AI-Agents-Projects 简介: 500个人工智能代理项目是各个行业人工智能代理用例的精选集合。它展示了实际应用,并提供了开源项目的实施链接,说明了人工智能代理如何改变医疗保健、金融、教育、零售等行业。 URL: https://github.com/ashishpatel26/500-AI-Agents-Projects 作者: ashishpatel26 排名 6:/resemble-ai/chatterbox 简介: SoTA开源TTS URL: https://github.com/resemble-ai/chatterbox 作者: resemble-ai 排名 7:/pedroslopez/whatsapp-web.js 简介: NodeJS的WhatsApp客户端库,通过WhatsApp Web浏览器应用程序连接 URL: https://github.com/pedroslopez/whatsapp-web.js 作者: pedroslopez 排名 8:/LukeGus/Termix 简介: Termix是一个基于web的服务器管理平台,具有SSH终端、隧道和文件编辑功能。 URL: https://github.com/LukeGus/Termix 作者: LukeGus 排名 9:/rustdesk/rustdesk 简介: 一个为自托管而设计的开源远程桌面应用程序,作为TeamViewer的替代品。 URL: https://github.com/rustdesk/rustdesk 作者: rustdesk 排名 10:/bytebot-ai/bytebot 简介: Bytebot是一个自托管的AI桌面代理,通过自然语言命令自动化计算机任务,在容器化的Linux桌面环境中运行。 URL: https://github.
2025-09-02 打工人日报
2025-09-02 打工人日报
GitHub 热门榜单 排名 1:/dockur/windows 简介: Docker容器中的Windows。 URL: https://github.com/dockur/windows 作者: dockur 排名 2:/JetBrains/koog 简介: Koog是官方的Kotlin框架,用于在所有平台上构建和运行健壮、可扩展和生产就绪的AI代理,从后端服务到Android和iOS、JVM,甚至在浏览器环境中。Koog基于我们的人工智能产品专业知识,为复杂的LLM和人工智能问题提供经过验证的解决方案 URL: https://github.com/JetBrains/koog 作者: JetBrains 排名 3:/juspay/hyperswitch 简介: 用Rust编写的开源支付开关,使支付快速、可靠、经济实惠 URL: https://github.com/juspay/hyperswitch 作者: juspay 排名 4:/QuentinFuxa/WhisperLiveKit 简介: 实时和本地语音到文本、翻译和演讲者日记。具有服务器和web UI。 URL: https://github.com/QuentinFuxa/WhisperLiveKit 作者: QuentinFuxa 排名 5:/activepieces/activepieces 简介: AI代理、MCP和AI工作流自动化•(280多台MCP服务器用于AI代理)•AI自动化/AI代理与MCP•AI工作流和AI代理•用于AI代理的MCP URL: https://github.com/activepieces/activepieces 作者: activepieces 排名 6:/lllyasviel/Fooocus 简介: 注重提示和生成 URL: https://github.com/lllyasviel/Fooocus 作者: lllyasviel 排名 7:/laramies/theHarvester 简介: 电子邮件、子域和名称Harvester-OSINT URL: https://github.com/laramies/theHarvester 作者: laramies 排名 8:/humanlayer/humanlayer 简介: HumanLayer使AI代理能够在基于工具的异步工作流中与人类进行通信。通过松弛、电子邮件等审批工作流程,保证对高风险功能调用的人工监督。带上你选择的法学硕士和框架,开始让你的人工智能代理安全地进入世界。代理工作流、人在循环、工具调用 URL: https://github.com/humanlayer/humanlayer 作者: humanlayer 排名 9:/resemble-ai/chatterbox 简介: SoTA开源TTS URL: https://github.
2025-09-01 打工人日报
2025-09-01 打工人日报
GitHub 热门榜单 排名 1:/QuentinFuxa/WhisperLiveKit 简介: 实时和本地语音到文本、翻译和演讲者日记。具有服务器和web UI。 URL: https://github.com/QuentinFuxa/WhisperLiveKit 作者: QuentinFuxa 排名 2:/dockur/windows 简介: Docker容器中的Windows。 URL: https://github.com/dockur/windows 作者: dockur 排名 3:/laramies/theHarvester 简介: 电子邮件、子域和名称Harvester-OSINT URL: https://github.com/laramies/theHarvester 作者: laramies 排名 4:/juspay/hyperswitch 简介: 用Rust编写的开源支付开关,使支付快速、可靠、经济实惠 URL: https://github.com/juspay/hyperswitch 作者: juspay 排名 5:/TheAlgorithms/Python 简介: 所有在Python中实现的算法 URL: https://github.com/TheAlgorithms/Python 作者: TheAlgorithms 排名 6:/JetBrains/koog 简介: Koog是官方的Kotlin框架,用于在所有平台上构建和运行健壮、可扩展和生产就绪的AI代理,从后端服务到Android和iOS、JVM,甚至在浏览器环境中。Koog基于我们的人工智能产品专业知识,为复杂的LLM和人工智能问题提供经过验证的解决方案 URL: https://github.com/JetBrains/koog 作者: JetBrains 排名 7:/gunnarmorling/1brc 简介: 1.️⃣🐝🏎️ 十亿行挑战——一个有趣的探索,了解如何用Java快速聚合文本文件中的1B行 URL: https://github.com/gunnarmorling/1brc 作者: gunnarmorling 排名 8:/bevyengine/bevy 简介: 一个用Rust构建的令人耳目一新的简单数据驱动游戏引擎 URL: https://github.com/bevyengine/bevy 作者: bevyengine 排名 9:/activepieces/activepieces 简介: AI代理、MCP和AI工作流自动化•(280多台MCP服务器用于AI代理)•AI自动化/AI代理与MCP•AI工作流和AI代理•用于AI代理的MCP URL: https://github.