# Show GN: AgentDir - 에이전트를 위한 mkdir - 에이전트 성능 극대화를 위한 read-only 가상 파일 시스템

> Clean Markdown view of GeekNews topic #30115. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=30115](https://news.hada.io/topic?id=30115)
- GeekNews Markdown: [https://news.hada.io/topic/30115.md](https://news.hada.io/topic/30115.md)
- Type: show
- Author: [vkehfdl1](https://news.hada.io/@vkehfdl1)
- Published: 2026-06-02T17:54:45+09:00
- Updated: 2026-06-02T17:54:45+09:00
- Original source: [github.com/nomadamas](https://github.com/nomadamas/agentdir)
- Points: 2
- Comments: 0

## Topic Body

- 폴더 구조의 convention이 명확한 코드 베이스와 달리, 실제 업무의 워드, pptx 등의 폴더 구조는 매우 다양함.  
- 특히 사용자가 폴더 정리를 평소에 안 할 수록 에이전트는 원하는 파일을 찾는 데에 어려움을 겪음.  
- 결국 파일 정리를 안 할 수록 클로드 코드 등 에이전트의 성능이 크게 떨어질 수 있음.  
  
- 이를 해결하기 위해 AgentDir을 제작  
- Rust 기반 가상 파일 시스템을 관리할 수 있는 코어 라이브러리  
- 원본을 수정하지 않고 파일명부터 폴더 구조를 변경 가능  
- 원본의 수정, 추가, 삭제 등이 있으면 가상 파일 시스템에 반영  
- Mac OS, Linux, Windows 지원  
- Python 및 Node SDK 제공

## Comments



_No public comments on this page._
