LangChain 是一个用于构建基于大语言模型应用的开源框架,专注于代理(agent)工程、链式调用和工具集成,广泛应用于 AI 应用开发工作流。 LangChain is an open-source framework for building LLM-powered applications, focused on agent engineering, chaining, and tool integration—widely used in AI development workflows.
Dify 是一个面向生产环境的开源平台,专注于代理式(agentic)工作流的快速开发与部署,支持可视化编排、模型集成和应用发布。 Dify is a production-ready open-source platform for developing and deploying agentic workflows, featuring visual orchestration, LLM integration, and application publishing.
这是一个基于大语言模型的多市场股票智能分析开源项目,整合多源行情数据、实时新闻、可视化决策看板和自动化推送功能,并支持零成本定时运行。 This is an open-source, LLM-powered multi-market stock analysis system that integrates multi-source market data, real-time news, a decision dashboard, and automated notifications—with support for cost-free scheduled execution.
vLLM 是一个高性能、内存高效的大型语言模型推理与服务引擎,专为加速 LLM 部署而设计,支持 PagedAttention 等创新技术。 vLLM is a high-throughput, memory-efficient inference and serving engine for large language models, featuring innovations like PagedAttention to significantly improve decoding speed and GPU memory utilization.
Langflow 是一个开源的低代码可视化平台,用于构建、调试和部署基于 LLM 的 AI 代理与工作流。 Langflow is an open-source, low-code visual platform for building, debugging, and deploying LLM-powered AI agents and workflows.
litellm 是一个开源的 Python SDK 和 AI 网关代理服务器,支持以统一 OpenAI 兼容格式调用 100+ 种大语言模型 API,并内置成本追踪、安全护栏、负载均衡和日志功能。 litellm is an open-source Python SDK and AI gateway proxy server that enables unified OpenAI-compatible calls to 100+ LLM APIs (including Bedrock, Azure, Vertex AI, Anthropic, etc.), with built-in cost tracking, guardrails, load balancing, and logging.
LobeHub 是一个开源的 AI 代理编排平台,旨在将多个 AI 代理组织成可全天候运行的‘AI 团队’,支持招聘、调度与报告等自动化运维能力。 LobeHub is an open-source AI agent orchestration platform designed to organize multiple AI agents into a 24/7-operating 'AI team', enabling automated hiring, scheduling, and reporting.
OpenHands 是一个开源的 AI 自动化开发代理框架,支持在真实开发环境中执行端到端软件工程任务(如代码编写、调试、测试),并兼容多种大模型和工具环境。 OpenHands is an open-source AI-driven development agent framework that enables end-to-end software engineering tasks—such as coding, debugging, and testing—in real development environments, with support for multiple LLMs and tool integrations.
Deer-Flow 是字节跳动开源的长时程超级智能体(SuperAgent)框架,支持研究、编码与内容生成,集成沙箱、记忆、工具链、技能模块、子智能体及消息网关,适用于分钟至小时级复杂任务。 Deer-Flow is ByteDance's open-source long-horizon SuperAgent framework designed for research, coding, and content creation, featuring integrated sandboxes, memory, tool orchestration, skill modules, subagents, and a message gateway to handle complex tasks spanning minutes to hours.
Fable公司提出了一种新颖的4D splat格式,用于高效表示和渲染动态三维场景,属于前沿AI驱动的几何表征研究。 Fable introduced a novel 4D splat format for efficient representation and rendering of dynamic 3D scenes, representing cutting-edge AI-driven geometric representation research.
本文以隐喻方式探讨超大规模(1万亿参数)模型推理所面临的现实挑战,包括分布外数据、提示注入和对抗性token分割等工程与安全问题。 This article uses metaphorical language to discuss practical challenges in trillion-parameter model inference—including out-of-distribution data, prompt injection, and adversarial token splitting—highlighting engineering and safety concerns at extreme scale.
CowAgent 是一个开源的轻量级 AI 智能体框架,支持多模型、多渠道任务规划、工具调用与自主演化,提供一键安装和高度可扩展架构。 CowAgent is an open-source, lightweight AI agent framework that supports multi-model and multi-channel task planning, tool execution, and self-evolution via memory and knowledge—designed for extensibility and one-line deployment.
AGVBench 是一项面向静脉识别任务的数据增强可靠性评估基准,系统评测了30种增强策略在5个公开静脉数据集和7种骨干网络上的表现,强调对细粒度拓扑与纹理特征的保持。该研究揭示了通用图像增强方法在生物特征识别中的局限性。 AGVBench is a reliability-focused benchmark for evaluating data augmentation strategies in vein recognition, rigorously testing 30 methods across five public palm/finger-vein datasets and seven backbone architectures (including CNNs and ViTs), highlighting the inadequacy of generic image augmentations for preserving identity-critical fine-grained vein topology and texture.
本文提出‘程序即权重’(Program-as-Weights)新范式,将模糊函数(如日志告警、JSON修复、意图排序)从自然语言描述编译为轻量、可本地执行的神经模型,旨在替代依赖LLM API的黑盒调用。该工作发表于arXiv,属前沿AI系统与编程语言交叉研究。 This paper introduces 'Program-as-Weights', a novel programming paradigm that compiles fuzzy, specification-driven tasks (e.g., log alerting, JSON repair, intent-aware ranking) from natural-language descriptions into compact, locally executable neural artifacts—bypassing costly, non-reproducible LLM API calls. It is an arXiv preprint at the intersection of AI systems, programming languages, and neuro-symbolic compilation.
本文是一篇arXiv预印本论文,系统评估了新型矩阵结构优化器(SOAP、Muon及其混合版本)在机器学习原子间势(MLIPs)训练中的性能,挑战了领域内长期依赖Adam优化器的惯例。 This arXiv preprint systematically evaluates novel matrix-structured optimizers—SOAP, Muon, and their hybrid SOAP-Muon—for training machine learning interatomic potentials (MLIPs), challenging the field’s longstanding reliance on Adam.
该研究提出AutoMem框架,将记忆管理建模为大语言模型可学习的认知技能,通过将文件系统操作提升为与任务操作同等的‘第一类记忆动作’,使模型自主决策记忆编码、检索与组织策略。 This paper introduces AutoMem, a framework that treats memory management as a trainable cognitive skill for LLMs—elevating filesystem operations to first-class 'memory actions' alongside task actions, enabling models to autonomously learn what, when, and how to encode, retrieve, and organize knowledge.
DuoMem是一种双空间蒸馏框架,旨在将大语言模型的程序性问题解决能力高效迁移至轻量级学生模型,从而实现可在边缘设备上部署的记忆增强型智能体。 DuoMem is a dual-space distillation framework that transfers procedural problem-solving capabilities from large teacher LLMs to compact student models, enabling capable memory-augmented agents deployable on resource-constrained on-device platforms.
本文提出Logit-Contribution Scoring方法,用于识别大语言模型中执行非字面检索(即语义合成而非直接复制)的注意力头,弥补了现有检测方法仅关注字面匹配的局限性。 This paper introduces Logit-Contribution Scoring, a novel method to identify attention heads in large language models that perform non-literal retrieval—synthesizing answers from semantic context rather than copying tokens verbatim—addressing a key gap in existing head attribution techniques.
本文提出InstanceControl方法,无需实例标注即可实现复杂多实例场景下的可控图像生成,解决了ControlNet等现有方法在多实例中属性混淆的问题。 This paper introduces InstanceControl, a novel method for controllable image generation in complex multi-instance scenes without requiring manual instance labeling—addressing attribute confusion issues prevalent in methods like ControlNet.
本文提出ReContext方法,一种无需训练的推理技术,通过递归证据回放机制提升大语言模型在长上下文中的证据利用能力,弥补了模型虽能访问长文本却难以有效提取关键信息的缺陷。 This paper introduces ReContext, a training-free inference method that enhances LLMs’ ability to reason over long contexts by recursively replaying relevant evidence—addressing the critical gap between context accessibility and effective evidence utilization.