666ghj/MiroFish
A Simple and Universal Swarm Intelligence Engine, Predicting Anything. 简洁通用的群体智能引擎,预测万物
MiroFish是一个基于多智能体的群体智能预测引擎,通过构建数字世界模拟现实事件演化。支持舆情分析、文学推演等场景,用户上传数据后自动生成预测报告与交互式数字环境,采用GraphRAG和LLM技术实现动态模拟。
thedotmack/claude-mem
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.
Claude-Mem 是一个为 Claude Code 设计的插件,通过自动捕获编码会话中的操作记录,利用 AI 生成语义摘要并压缩存储,实现跨会话的上下文持久化,确保项目知识连续性。
Crosstalk-Solutions/project-nomad
Project 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.
Project N.O.M.A.D 是一个离线知识服务器,集成AI聊天、离线百科、教育平台、地图工具和数据加密等功能,通过Docker容器化管理,支持终端安装和浏览器访问,适用于无网络环境下的信息获取与工具使用。
obra/superpowers
An agentic skills framework & software development methodology that works.
Superpowers 是一个基于可组合技能的软件开发代理框架,通过分步设计、TDD测试驱动开发和YAGNI原则,实现编码代理的自动化流程管理。项目提供从需求分析到代码实现的全流程支持,强调技能自动化触发与子代理协作开发。
abhigyanpatwari/GitNexus
GitNexus: The Zero-Server Code Intelligence Engine - GitNexus is a client-side knowledge graph creator that runs entirely in your browser. Drop in a GitHub repo or ZIP file, and get an interactive knowledge graph wit a built in Graph RAG Agent. Perfect for code exploration
GitNexus是一款浏览器端代码知识图谱工具,通过本地索引GitHub仓库或ZIP文件生成交互式代码关系图谱,并集成Graph RAG代理实现深度代码分析。支持CLI与WebUI双模式,强调隐私安全与离线运行。
lightpanda-io/browser
Lightpanda: the headless browser designed for AI and automation
Lightpanda是用Zig语言开发的高性能无头浏览器,支持JavaScript执行和部分Web API,兼容Puppeteer等工具。具有低内存占用(仅为Chrome的1/9)和快速执行速度(11倍于Chrome),适用于AI代理、自动化测试及网络爬虫场景。
volcengine/OpenViking
OpenViking 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.
OpenViking是面向AI代理的开源上下文数据库,通过文件系统范式统一管理记忆、资源与技能,解决上下文碎片化、高成本及不可观测问题。支持分层加载、目录递归检索与可视化路径追踪,提升上下文管理效率与可调试性。
shareAI-lab/learn-claude-code
Bash is all you need - A nano Claude Code–like agent, built from 0 to 1
该项目是一个基于TypeScript的AI代码代理开发教程,通过12个渐进式会话逐步构建 Claude Code 类似工具。从基础循环到多任务分解、上下文压缩、后台任务处理等机制,演示如何实现自动化代码生成与执行。
p-e-w/heretic
Fully automatic censorship removal for language models
Heretic是一款全自动语言模型去审查工具,通过结合方向性消融与Optuna优化算法,自动调整模型参数以降低审查机制,同时最小化对原始模型性能的损害。支持无需人工干预的批量处理,实现高精度的去审查效果。
langchain-ai/deepagents
Agent harness built with LangChain and LangGraph. Equipped with a planning tool, a filesystem backend, and the ability to spawn subagents - well-equipped to handle complex agentic tasks.
DeepAgents是基于LangChain和LangGraph的代理框架,提供任务分解、文件系统操作、子代理协作和上下文管理功能,支持快速构建复杂AI代理应用。
YishenTu/claudian
An Obsidian plugin that embeds Claude Code as an AI collaborator in your vault
Claudian是Obsidian插件,集成Claude Code实现智能文档协作。提供文件操作、搜索、bash命令执行、多步骤工作流等代理能力,支持上下文感知、图像分析、内联编辑及自定义指令,提升知识管理自动化水平。
voidzero-dev/vite-plus
Vite+ is the unified toolchain and entry point for web development. It manages your runtime, package manager, and frontend toolchain in one place.
Vite+ 是统一的前端开发工具链,整合 Vite、Vitest、Oxlint 等工具,提供从环境管理、开发调试到构建打包的全流程解决方案,支持零配置多框架开发。