paper-with-me

Papers

From Commands to Prompts: LLM-based Semantic File System for AIOS

2024-09-23 · Zeru Shi, Kai Mei, Mingyu Jin, Yongye Su, Chaoji Zuo, Wenyue Hua, Wujiang Xu, Yujie Ren, Zirui Liu, Mengnan Du, Dong Deng, Yongfeng Zhang

Large language models (LLMs) have demonstrated significant potential in the development of intelligent applications and systems such as LLM-based agents and agent operating systems (AIOS). However, when these applications and systems interact with the underlying file system, the file system still remains the traditional paradigm: reliant on manual navigation through precise commands. This paradigm poses a bottleneck to the usability of these systems as users are required to navigate complex folder hierarchies and remember cryptic file names. To address this limitation, we propose an LLM-based semantic file system ( LSFS ) for prompt-driven file management. Unlike conventional approaches, LSFS incorporates LLMs to enable users or agents to interact with files through natural language prompts, facilitating semantic file management. At the macro-level, we develop a comprehensive API set to achieve semantic file management functionalities, such as semantic file retrieval, file update monitoring and summarization, and semantic file rollback). At the micro-level, we store files by constructing semantic indexes for them, design and implement syscalls of different semantic operations (e.g., CRUD, group by, join) powered by vector database. Our experiments show that LSFS offers significant improvements over traditional file systems in terms of user convenience, the diversity of supported functions, and the accuracy and efficiency of file operations. Additionally, with the integration of LLM, our system enables more intelligent file management tasks, such as content summarization and version comparison, further enhancing its capabilities.

📄 PDF Abstract BibTeX arXiv:2410.11843

Code (1)

agiresearch/aios-lsfs 공식 구현

Tasks

ManagementNavigate

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

LLM as OS, Agents as Apps: Envisioning AIOS, Agents and the AIOS-Agent Ecosystem

2023-12-06 · Yingqiang Ge, Yujie Ren, Wenyue Hua, Shuyuan Xu 외

This paper envisions a revolutionary AIOS-Agent ecosystem, where Large Language Model (LLM) serves as the (Artificial) Intelligent Operating System (IOS, or AIOS)--an operating system "with soul". Upon this foundation, a…

AI AgentLanguage ModellingLarge Language Model

LiteCUA: Computer as MCP Server for Computer-Use Agent on AIOS

2025-05-24 · Kai Mei, Xi Zhu, Hang Gao, Shuhang Lin 외

We present AIOS 1.0, a novel platform designed to advance computer-use agent (CUA) capabilities through environmental contextualization. While existing approaches primarily focus on building more powerful agent framework…

AIOS: LLM Agent Operating System

2024-03-25 · Kai Mei, Xi Zhu, Wujiang Xu, Wenyue Hua 외

LLM-based intelligent agents face significant deployment challenges, particularly related to resource management. Allowing unrestricted access to LLM or tool resources can lead to inefficient or even potentially harmful …

AI AgentLanguage ModellingLarge Language ModelManagement+1

Planet as a Brain: Towards Internet of AgentSites based on AIOS Server

2025-04-19 · Xiang Zhang, Yongfeng Zhang

The internet is undergoing a historical transformation from the "Internet of Websites" to the "Internet of AgentSites." While traditional Websites served as the foundation for information hosting and dissemination, a new…

AI Agent

NL2Bash: A Corpus and Semantic Parser for Natural Language Interface to the Linux Operating System

2018-02-25 · LREC 2018 5 · Xi Victoria Lin, Chenglong Wang, Luke Zettlemoyer, Michael D. Ernst

We present new data and semantic parsing methods for the problem of mapping English sentences to Bash commands (NL2Bash). Our long-term goal is to enable any user to perform operations such as file manipulation, search, …

Semantic Parsing