The GEP-Powered Self-Evolution Engine for AI Agents. Genome Evolution Protocol. | evomap.ai🧬 Evolver evomap.ai | Documentation | Chinese / 中文文档 | GitHub | Releases "Evolution is not optional. Adapt or die." Three lines What it is: A GEP-powered self-evolution engine for AI agents. Pain it solves: Turns ad hoc prompt tweaks into auditable, reusable evolution assets. Use in 30 seconds: Clone, install, run node index.js -- get a GEP-guided evolution prompt. EvoMap -- The Evoluti…
DFlash: Block Diffusion for Flash Speculative DecodingDFlash: Block Diffusion for Flash Speculative Decoding Paper | Blog | Models DFlash is a lightweight block diffusion model designed for speculative decoding. It enables efficient and high-quality parallel drafting. DFlash_demo.mp4 Supported Models Model DFlash Draft Kimi-K2.5 (Preview) z-lab/Kimi-K2.5-DFlash Qwen3.5-4B z-lab/Qwen3.5-4B-DFlash Qwen3.5-9B z-lab/Qwen3.5-9B-DFlash Qwen3.5-27B z-…
WhatsApp CLI🗃️ wacli — WhatsApp CLI: sync, search, send. WhatsApp CLI built on top of whatsmeow, focused on: Best-effort local sync of message history + continuous capture Fast offline search Sending messages Contact + group management This is a third-party tool that uses the WhatsApp Web protocol via whatsmeow and is not affiliated with WhatsApp. Status Core implementation is in place. See docs/spec.md for the full design notes. Recent updates (0.2.0) Messages: search/list includes display …
Turn Claude Code into a full game dev studio — 49 AI agents, 72 workflow skills, and a complete coordination system mirroring real studio hierarchy. Claude Code Game Studios Turn a single Claude Code session into a full game development studio. 49 agents. 72 skills. One coordinated AI team. Why This Exists Building a game solo with AI is powerful — but a single chat session has no structure. No one stops you from hardcoding magic numbers, skippin…
Self-evolving agent: grows skill tree from 3.3K-line seed, achieving full system control with 6x less token consumption English | 中文 🌟 Overview GenericAgent is a minimal, self-evolving autonomous agent framework. Its core is just ~3K lines of code. Through 9 atomic tools + a ~100-line Agent Loop, it grants any LLM system-level control over a local computer — covering browser, terminal, filesystem, keyboard/mouse input, screen vision, and mobile devices (ADB). Its design philosophy: don&…
An open source template for building cloud agents.Open Agents Open Agents is an open-source reference app for building and running background coding agents on Vercel. It includes the web UI, the agent runtime, sandbox orchestration, and the GitHub integration needed to go from prompt to code changes without keeping your laptop involved. The repo is meant to be forked and adapted, not treated as a black box. What it is Open Agents is a three-layer system: Web -> Agent workflow -> Sandbox …
《动手学大模型Dive into LLMs》系列编程实践教程 《动手学大模型》系列编程实践教程 项目动机/ 教程目录/ 贡献者列表 💡 Updates 2025/06/06 感谢各位朋友们的关注和积极反馈!我们从以下两个方面对本教程进行了更新: 上线国产化《大模型开发全流程》公益教程(含PPT、实验手册和视频),此处特别感谢华为昇腾社区的支持! 在原系列编程实践教程的基础上进行内容更新,并增加了新的主题(数学推理、GUI Agent、大模型对齐、隐写术等)! 🎯 项目动机 《动手学大模型》系列编程实践教程,由上海交通大学《自然语言处理前沿技术》(NIS8021)、《人工智能安全技术》课程(NIS3353)讲义拓展而来(教师:张倬胜),旨在提供大模型相关的入门编程参考。本教程属公益性质、完全免费。通过简单实践,帮助同学们快速入门大模型,更好地开展课程设…
The open-source voice synthesis studio Voicebox The open-source voice synthesis studio. Clone voices. Generate speech. Apply effects. Build voice-powered apps. All running locally on your machine. voicebox.sh • Docs • Download • Features • API Click the image above to watch the demo video on voicebox.sh What is Voicebox? Voicebox is a local-first voice cloning studio — a free and open-source alte…
Ralph is an autonomous AI agent loop that runs repeatedly until all PRD items are complete.Ralph Ralph is an autonomous AI agent loop that runs AI coding tools (Amp or Claude Code) repeatedly until all PRD items are complete. Each iteration is a fresh instance with clean context. Memory persists via git history, progress.txt, and prd.json. Based on Geoffrey Huntley's Ralph pattern. Read my in-depth article on how I use Ralph Prerequisites One of the following AI coding tools installed and…