GitHub Trending 日报 - 2026/03/16
GitHub Trending 日报📅 日期:2026/03/16 🎯 系列说明:每日精选GitHub热门开源项目,带你发现最新技术趋势和优质项目。每日推送,持续更新中… 📊 今日热门项目速览1. browserLightpanda: the headless browser designed for AI and automation 📦 Zig | ⭐ +1335 今日 | 🏆 18,579 总计 仓库地址:lightpanda-io/browser 2. project-nomadProject N.O.M.A.D, is a self-contained, offline survival computer packed with critical tools, knowledge, and AI to keep you informed and empowered—anytime, anywhere. 🔷 TypeScript | ⭐ +205 今日 | 🏆 1,109...
Waline评论系统安装与Valine迁移完整指南
前言最近将博客评论系统从Valine迁移到了Waline。Waline是从Valine衍生出的带有后端服务的评论系统,解决了Valine的一些痛点。本文记录完整的安装和迁移过程。 为什么选择Waline?Valine的问题 依赖LeanCloud存储,国内访问不稳定 没有后端,无法实现邮件通知等功能 安全性问题(暴露AppKey) Waline的优势 支持多种数据库(SQLite、MySQL、MongoDB等) 自建后端,数据完全可控 支持邮件通知、微信通知 支持评论审核、垃圾评论过滤 兼容Valine前端配置 一、安装Waline服务端1. 安装Node.js1234# 使用nvm安装curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bashsource ~/.bashrcnvm install --lts 2. 安装PM2进程管理1npm install -g pm2 3. 创建Waline目录1234mkdir -p /var/www/walinecd...
GitHub Trending 日报 - 2026/03/15
GitHub Trending 日报📅 日期:2026/03/15 🎯 系列说明:每日精选GitHub热门开源项目,带你发现最新技术趋势和优质项目。每日推送,持续更新中… 📊 今日热门项目速览1. OpenVikingOpenViking is an open-source context database designed specifically for AI Agents(such as openclaw). OpenViking unifies the management of context (memory, resources, and skills) that Agents need through a file system paradigm, enabling hierarchical context delivery and self-evolving. 🐍 Python | ⭐ +1610 今日 | 🏆 10,591 总计 仓库地址:volcengine/OpenViking 2....
GitHub Trending 日报 - 2026/03/14
GitHub Trending 日报📅 日期:2026/03/14 🎯 系列说明:每日精选GitHub热门开源项目,带你发现最新技术趋势和优质项目。每日推送,持续更新中… 📊 今日热门项目速览1. BitNetOfficial inference framework for 1-bit LLMs 🐍 Python | ⭐ +2227 今日 | 🏆 33,963 总计 仓库地址:microsoft/BitNet 2. openragOpenRAG is a comprehensive, single package Retrieval-Augmented Generation platform built on Langflow, Docling, and Opensearch. 🐍 Python | ⭐ +905 今日 | 🏆 2,256 总计 仓库地址:langflow-ai/openrag 3. browserLightpanda: the headless browser designed for AI and...
GitHub Trending 日报 - 2026/03/13
GitHub Trending 日报📅 日期:2026/03/13 🎯 系列说明:每日精选GitHub热门开源项目,带你发现最新技术趋势和优质项目。每日推送,持续更新中… 📊 今日热门项目速览1. BitNetOfficial inference framework for 1-bit LLMs 🐍 Python | ⭐ +2149 今日 | 🏆 32,351 总计 仓库地址:microsoft/BitNet 2. fish-speechSOTA Open Source TTS 🐍 Python | ⭐ +637 今日 | 🏆 26,367 总计 仓库地址:fishaudio/fish-speech 3. openragOpenRAG is a comprehensive, single package Retrieval-Augmented Generation platform built on Langflow, Docling, and Opensearch. 🐍 Python | ⭐ +322 今日 | 🏆 1,550...
GitHub Trending 日报 - 2026/03/12
GitHub Trending 日报📅 日期:2026/03/12 🎯 系列说明:每日精选GitHub热门开源项目,带你发现最新技术趋势和优质项目。每日推送,持续更新中… 📊 今日热门项目速览1. agency-agentsA complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy injectors to reality checkers. Each agent is a specialized expert with personality, processes, and proven deliverables. 🐚 Shell | ⭐ +6167 今日 | 🏆 30,882 总计 仓库地址:msitarzewski/agency-agents 2. MiroFishA Simple and Universal Swarm Intelligence Engine, Predicting...
GitHub Trending 日报 - 2026/03/11
GitHub Trending 日报📅 日期:2026/03/11 1. agency-agentsA complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy injectors to reality checkers. Each agent is a specialized expert with personality, processes, and proven deliverables. 📌 中文摘要:The GitHub project msitarzewski/agency-agents is an AI智能体 框架 with nine departments It gained 10,000 stars in seven days It’s not a single AI but a structured team approach 🐚 Shell | ⭐ +223 今日 | 🏆...
Hexo博客SEO优化 - 自动推送搜索引擎
为了让博客文章更快被搜索引擎收录,我们可以使用 hexo-seo-submit 插件自动推送链接到百度、Bing 和 Google。 安装插件1npm install hexo-seo-submit --save 配置文件在 Hexo 根目录创建 _config.hexo-seo-submit.yml: 1234567891011121314151617181920212223# hexo-seo-submit 配置# 文档: https://github.com/tardis-ksh/hexo-seo-submit# 站点URLurl: https://your-domain.com# Bing配置bing: enable: true path: bing.json apiKey: "your-bing-api-key"# 百度配置baidu: enable: true path: baidu.txt token: "your-baidu-token"# Google配置google: enable: true ...
OpenClaw飞书群聊机器人@不响应问题排查与解决
问题背景在飞书群聊中 @OpenClaw 机器人时,机器人没有响应。日志显示: ```message in group oc_xxx did not mention bot, recording to history``` 消息被记录到历史,但没有触发回复。 问题分析1. 权限检查首先确认飞书应用权限配置正确: `im:message` ✅ `im:message:send_as_bot` ✅ `im:message.group_at_msg:readonly` ✅ `contact:contact.base:readonly` ✅ 所有必要权限都已授权。 2. 日志分析查看 Gateway 日志发现关键问题: ```[feishu] feishu[default]: message in group oc_xxx did not mention bot, recording to history``` 这表明机器人收到了消息,但没有识别到被 @提及。 3. 源码分析查看 OpenClaw 飞书扩展源码 (`bot.ts`): ```typescriptfunction...
贾维斯AI助手OpenClaw(clawdBot moltBot) 安装
安装Nodejs下载地址:https://nodejs.org/zh-cn/download 安装管理员运行powershell 在终端中运行执行命令 12Set-ExecutionPolicy RemoteSigned -Scope CurrentUser Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass 如果有对应VPN,可以在终端打开代理,因为openclaw 是国外软件我这里使用的v2ray 12345678set http_proxy=http://127.0.0.1:7897set https_proxy=http://127.0.0.1:7897set all_proxy=socks5://127.0.0.1:7897set HTTP_PROXY=http://127.0.0.1:7897set HTTPS_PROXY=http://127.0.0.1:7897set ALL_PROXY=socks5://127.0.0.1:7897 一键安装复制命令到窗口,并执行: 1iwr -useb...
