Herdr 是一款运行在终端中的智能代理多路复用器,允许用户在同一界面中并行管理多个 AI 代理(如 LLM 调用、工具执行),提升本地 AI 工作流的效率与可组合性。 Herdr is a terminal-based agent multiplexer that enables users to concurrently orchestrate and switch between multiple AI agents (e.g., LLM calls, tool integrations) within a single CLI interface, enhancing composability and productivity in local AI workflows.
NousResearch/hermes-agent 是一个开源的自主智能体框架,旨在随用户使用而持续学习和进化,支持多步推理、工具调用与长期记忆集成。 NousResearch/hermes-agent is an open-source autonomous agent framework designed to progressively learn and evolve with user interaction, supporting multi-step reasoning, tool use, and long-term memory integration.
这是一个面向AI编程代理(如Claude Code、Codex等)的性能优化系统,整合了技能管理、本能建模、记忆机制、安全控制和以研究为先的开发范式。 This is a performance optimization system for AI coding agents (e.g., Claude Code, Codex, Opencode, Cursor), integrating skill orchestration, instinct modeling, memory, security, and research-first development.
Hugging Face Transformers 是一个广泛使用的开源库,提供数千种预训练模型和统一API,支持文本、视觉、音频及多模态任务的推理与微调。 Hugging Face Transformers is a widely adopted open-source library offering thousands of pre-trained models and a unified API for inference and fine-tuning across text, vision, audio, and multimodal tasks.
本文深入解析了调用大语言模型API时的底层流程,涵盖请求预处理、token化、推理调度、流式响应生成及后处理等关键环节,帮助开发者理解延迟来源与性能瓶颈。 This article demystifies the end-to-end technical workflow behind calling an LLM API—covering prompt preprocessing, tokenization, inference scheduling, streaming response generation, and post-processing—to help developers understand latency sources and performance bottlenecks.
Ornith-1.0 是一个开源的、支持自我改进的智能体编码模型系列,旨在提升AI在自主编程任务中的推理与迭代能力。 Ornith-1.0 is an open-source family of agentic coding models designed for self-improvement—enabling autonomous reasoning, code generation, and iterative refinement in programming tasks.
Lore 是一款新型 AI 编程代理增强工具,通过结构化记录和注入团队过往技术决策(如架构选择、库选型、配置权衡),提升编码代理的上下文理解与决策一致性。 Lore is a novel AI coding agent enhancement tool that injects structured records of team-made technical decisions (e.g., architecture choices, library selections, configuration trade-offs) to improve the agent’s contextual awareness and decision consistency.
该GitHub仓库(Ollama)是一个开源工具,支持本地一键部署和运行多个主流开源大模型(如Qwen、Gemma、DeepSeek等),显著简化了AI模型的本地化使用流程。 This GitHub repository (Ollama) is an open-source tool enabling one-command local deployment and inference of multiple leading open-weight LLMs (e.g., Qwen, Gemma, DeepSeek), greatly simplifying local AI model usage.
Open WebUI 是一个开源的、用户友好的本地化大模型交互界面,支持 Ollama、OpenAI API 等多种后端,便于快速部署和使用私有化 AI 服务。 Open WebUI is an open-source, user-friendly local interface for large language models, supporting backends like Ollama and OpenAI API, enabling rapid deployment and private AI service usage.
本文是一篇实践教程,介绍作者如何本地部署大语言模型(LLM)并将其集成到 Git 工作流中,自动生成符合规范的提交信息。 This is a hands-on tutorial demonstrating how the author locally deployed an LLM and integrated it into their Git workflow to automatically generate semantic, standards-compliant commit messages.
Dify 是一个面向生产环境的开源平台,专注于智能体(agentic)工作流的开发与部署,支持可视化编排、模型集成和应用发布。 Dify is a production-ready open-source platform for building, orchestrating, and deploying agentic workflows—with visual editing, LLM integration, and one-click app publishing.
llama.cpp 是一个用 C/C++ 实现的轻量级开源项目,专注于在本地 CPU 上高效运行大型语言模型(LLM),无需 GPU 依赖。 llama.cpp is a lightweight open-source project written in C/C++ that enables efficient local LLM inference on CPUs without GPU dependencies.
本文深入解析CUDA内核执行时的底层机制,涵盖GPU线程调度、内存访问模式、Warp执行模型及硬件协同细节,适合AI开发者理解GPU加速原理。 This article provides a detailed, step-by-step explanation of what occurs at the hardware and software level when a CUDA kernel is launched—including thread hierarchy, warp scheduling, memory coalescing, and GPU execution units—making it valuable for AI practitioners optimizing GPU-accelerated workloads.
vLLM 是一个高性能、内存高效的大型语言模型推理与服务引擎,专为提升吞吐量和降低显存开销而设计,广泛用于生产环境部署。 vLLM is a high-throughput, memory-efficient inference and serving engine for large language models, designed to optimize throughput and reduce GPU memory usage in production deployments.
Firecrawl 是一个开源的 Web 数据获取工具,提供可扩展的 API,支持大规模网页搜索、爬取和交互,专为 AI 应用(如 RAG)优化。 Firecrawl is an open-source web data acquisition tool offering a scalable API for searching, scraping, and interacting with the web—designed to power AI applications like RAG.
该内容介绍了一种名为Micro-Agent的新范式,通过在单个大模型API内部构建多智能体协作机制,显著提升推理性能,超越前沿大模型;其核心贡献在于模型内协同架构设计,而非外部调用编排。 This content introduces Micro-Agent, a novel paradigm that boosts reasoning performance beyond frontier LMs by enabling multi-agent collaboration *inside* a single model API—shifting focus from external orchestration to internal cooperative inference.
Langflow 是一个开源的低代码平台,用于可视化构建、调试和部署基于 LLM 的 AI 代理与工作流。 Langflow is an open-source, low-code platform for visually building, debugging, and deploying LLM-powered AI agents and workflows.
本文提出LiveEdit,一种面向实时扩散模型的流式视频编辑方法,旨在解决流式视频编辑中背景稳定性与低延迟交互的两大核心挑战。 This paper introduces LiveEdit, a novel diffusion-based framework for real-time streaming video editing, addressing key challenges of temporal consistency (e.g., stable backgrounds) and ultra-low latency required for interactive applications.
TUA-Bench 是一个专为通用终端使用智能体(TUAs)设计的新基准,填补了现有评测体系在终端环境下通用计算机操作能力评估方面的空白。 TUA-Bench is a new benchmark specifically designed to evaluate general-purpose terminal-use agents (TUAs), addressing the gap in existing evaluation frameworks that focus either on GUI-based or narrowly technical terminal tasks.
DreamForge-World 0.1 Preview 是一个面向低算力设备的实时可控世界模型,基于 LongLive-1 和 Wan2.1-T2V-1.3B 改进,并引入受 Matrix-Game 启发的残差动作通路,支持消费级 GPU 实时交互。 DreamForge-World 0.1 Preview is a low-compute, real-time controllable world model built on the LongLive-1 autoregressive video stack (derived from Wan2.1-T2V-1.3B) with a Matrix-Game-inspired residual action pathway, optimized for consumer GPUs and interactive simulation.