paper-with-me

Papers

LightAgent: Production-level Open-source Agentic AI Framework

2025-09-11 · Weige Cai, Tong Zhu, Jinyi Niu, Ruiqi Hu, Lingyao Li, Tenglong Wang, Xiaowu Dai, Weining Shen, Liwen Zhang arxiv

With the rapid advancement of large language models (LLMs), Multi-agent Systems (MAS) have achieved significant progress in various application scenarios. However, substantial challenges remain in designing versatile, robust, and efficient platforms for agent deployment. To address these limitations, we propose \textbf{LightAgent}, a lightweight yet powerful agentic framework, effectively resolving the trade-off between flexibility and simplicity found in existing frameworks. LightAgent integrates core functionalities such as Memory (mem0), Tools, and Tree of Thought (ToT), while maintaining an extremely lightweight structure. As a fully open-source solution, it seamlessly integrates with mainstream chat platforms, enabling developers to easily build self-learning agents. We have released LightAgent at \href{https://github.com/wxai-space/LightAgent}{https://github.com/wxai-space/LightAgent}

📄 PDF Abstract BibTeX arXiv:2509.09292

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Evaluating Agentic AI in the Wild: Failure Modes, Drift Patterns, and a Production Evaluation Framework

2026-05-02 · Mukund Pandey arxiv

Existing evaluation frameworks for large language models -- including HELM, MT-Bench, AgentBench, and BIG-bench -- are designed for controlled, single-session, lab-scale settings. They do not address the evaluation chall…

CVE-Factory: Scaling Expert-Level Agentic Tasks for Code Security Vulnerability

2026-02-03 · Xianzhen Luo, Jingyuan Zhang, Shiqi Zhou, Jinyang Huang 외 arxiv

Evaluating and improving the security capabilities of code agents requires high-quality, executable vulnerability tasks. However, existing works rely on costly, unscalable manual reproduction and suffer from outdated dat…

Simple Agents Outperform Experts in Biomedical Imaging Workflow Optimization

2025-12-02 · Xuefei, Wang, Kai A. Horstmann, Ethan Lin 외 arxiv

Adapting production-level computer vision tools to bespoke scientific datasets is a critical "last mile" bottleneck. Current solutions are impractical: fine-tuning requires large annotated datasets scientists often lack,…

Agentic Method for Deterministic Validation of Legacy Code Migration

2026-07-30 · Andras Ferenczi, Jordan Docherty, Mariya Bessonov, Matthew Findlay 외 arxiv

Migration of legacy COBOL programs to Java requires extensive testing to ensure correct functionality. This effort is often complicated by the lack of test data and the difficulty of validating all corner cases. In this …

MOSS: Self-Evolution through Source-Level Rewriting in Autonomous Agent Systems

2026-05-21 · Qianshu Cai, Yonggang Zhang, Xianzhang Jia, Huajiang Zheng 외 arxiv

Autonomous agentic systems are largely static after deployment: they do not learn from user interactions, and recurring failures persist until the next human-driven update ships a fix. Self-evolving agents have emerged i…