加载中...

2026年04月16日 GitHub Trending 榜单

成功: 10 | 失败: 4耗时: 659s

forrestchang/andrej-karpathy-skills

50,188
🍴 4,144
📈 +7,959

A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.

💡 AI 总结:

该项目提供一份基于Andrej Karpathy观察的Claude Code行为改进指南,聚焦四大原则:思考先行、简洁优先、精准修改、目标驱动执行,旨在帮助LLM在编写代码时避免误判、过度抽象、无意义改动,并提升代码质量与可维护性。

🔧 技术栈:Markdown, Claude AI
💼 适用场景:适用于需要提升LLM代码生成质量的开发者与研究者

thedotmack/claude-mem

59,898
🍴 4,921
📈 +1,897
TypeScript

A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk), and injects relevant context back into future sessions.

💡 AI 总结:

Claude-Mem 是一个为 Claude Code 设计的持久化记忆压缩系统,能够自动捕获编码会话中的工具使用情况,通过 AI 压缩生成语义摘要,并在后续会话中注入相关上下文。该插件支持多语言界面,提供一键安装功能,可与 Claude Code、Gemini CLI 和 OpenCode 等多种开发工具集成,帮助开发者在不同会话间保持项目知识的连续性。

🔧 技术栈:TypeScript, Claude Agent SDK, Node.js, npm
💼 适用场景:适用于需要跨会话保持上下文的 AI 辅助编程场景

lsdefine/GenericAgent

2,830
🍴 319
📈 +872
Python

Self-evolving agent: grows skill tree from 3.3K-line seed, achieving full system control with 6x less token consumption

💡 AI 总结:

GenericAgent 是一种自适应代理,自适应技能树,高效轻量,适合自动化任务。

🔧 技术栈:Python, Agent Loop, Self-Evolving
💼 适用场景:自动化任务

jamiepine/voicebox

19,096
🍴 2,203
📈 +880
TypeScript

The open-source voice synthesis studio

💡 AI 总结:

Voicebox 是本地化开源语音合成工作室,支持几秒音频克隆声纹,提供 5 引擎、23 语言的 TTS,支持音高、混响、延迟等后处理效果,提供多轨道时间线编辑,完整隐私保护,并提供 REST API 供集成使用。

🔧 技术栈:TypeScript, Tauri (Rust), REST API
💼 适用场景:适用于需要本地私密语音合成、多语言配音、多轨道音频制作的开发者和内容创作者。

vercel-labs/open-agents

3,229
🍴 350
📈 +738
TypeScript

An open source template for building cloud agents.

💡 AI 总结:

Open Agents 是一个基于 Vercel 的开源参考应用,提供 Web UI、持久化工作流、沙盒 VM 三层架构,支持聊天驱动的编码代理。代理与沙盒分离,代理通过工具与沙盒交互,沙盒可独立休眠/恢复。功能包括文件、搜索、shell、任务、技能、网页工具,支持多步持久化执行、流式输出、取消、自动提交 PR,支持语音输入。

🔧 技术栈:TypeScript, Vercel Durable Functions, Workflow SDK, Sandbox VM
💼 适用场景:适用于需要在云端自动化代码生成、修改并直接推送到 GitHub 的场景

google/magika

14,816
🍴 796
📈 +854
Python

Fast and accurate AI powered file content types detection

💡 AI 总结:

Magika是Google开源的AI驱动文件类型检测工具,基于深度学习模型实现毫秒级高精度文件识别。该模型仅几MB大小,在200+文件类型上达到约99%准确率,已在Gmail、Drive等Google产品中大规模部署,每周处理数千亿样本。

🔧 技术栈:Python, Rust, JavaScript/TypeScript, Go, 深度学习
💼 适用场景:文件类型识别、安全扫描、内容分类

steipete/wacli

1,698
🍴 199
📈 +321
Go

WhatsApp CLI

💡 AI 总结:

WhatsApp CLI提供消息管理功能,支持同步、搜索和发送。

🔧 技术栈:Go
💼 适用场景:用于WhatsApp消息管理,支持同步、搜索和发送功能。

topoteretes/cognee

15,829
🍴 1,632
📈 +170
Python

Knowledge Engine for AI Agent Memory in 6 lines of code

💡 AI 总结:

Cognee 是一个基于向量检索、图数据库和认知科学的开源知识引擎,提供持久化记忆、学习代理、跨代理知识共享及可插拔的 LLM 接口,支持快速上下文管理。

🔧 技术栈:向量检索, 图数据库, 认知科学插件
💼 适用场景:适用于需要长期记忆、上下文感知的 AI 代理系统。

z-lab/dflash

1,622
🍴 111
📈 +195
Python

DFlash: Block Diffusion for Flash Speculative Decoding

💡 AI 总结:

DFlash 是一个专为投机采样(Speculative Decoding)设计的轻量级块扩散模型(Block Diffusion Model)。它通过高效的并行草稿生成技术,显著提升了大语言模型(LLM)的推理速度。该项目支持多种主流模型(如 Qwen、Llama、Kimi 等)的加速,并提供了针对 Transformers、SGLang、vLLM 及 Apple Silicon (MLX) 的集成支持,旨在实现高质量且低延迟的并行文

🔧 技术栈:Python, Diffusion Models, Transformers, vLLM, SGLang
💼 适用场景:用于加速大语言模型(LLM)推理性能,通过投机采样技术实现更快的文本生成速度。

Lordog/dive-into-llms

30,756
🍴 3,724
📈 +1,385
Jupyter Notebook

《动手学大模型Dive into LLMs》系列编程实践教程

💡 AI 总结:

项目聚焦大模型开发全流程,结合教程与公益教材,助力AI教育与研究。

🔧 技术栈:Python, Jupyter Notebook, GitHub
💼 适用场景:快速入门大模型,支持教学与科研

openai/openai-agents-python

21,278
🍴 3,454
📈 +172
Python

A lightweight, powerful framework for multi-agent workflows

AI 总结失败

OpenRouter 请求失败 (504): {"error":{"message":"The operation was aborted","code":504,"metadata":{"provi...

EvoMap/evolver

3,197
🍴 342
📈 +812
JavaScript

The GEP-Powered Self-Evolution Engine for AI Agents. Genome Evolution Protocol. | evomap.ai

AI 总结失败

OpenRouter 请求失败 (429): {"error":{"message":"Provider returned error","code":429,"metadata":{"raw":"m...

Claude Code skill to support Android app's reverse engineering

AI 总结失败

OpenRouter 请求失败 (429): {"error":{"message":"Rate limit exceeded: free-models-per-day. Add 10 credits...

BasedHardware/omi

9,144
🍴 1,623
📈 +378
Dart

AI that sees your screen, listens to your conversations and tells you what to do

AI 总结失败

OpenRouter 请求失败 (429): {"error":{"message":"Rate limit exceeded: free-models-per-day. Add 10 credits...