OTHER·중요도 6·2026. 05. 18.·GeekNews

Semble - grep보다 토큰을 98% 적게 쓰는 에이전트용 코드 검색

── KO ──────────────────

Semble은 코드 검색에 필요한 토큰을 줄여주는 라이브러리입니다.

Semble은 에이전트가 자연어 및 코드 쿼리를 사용하여 필요한 코드 조각을 즉시 찾아주는 코드 검색 라이브러리입니다. 이 라이브러리는 grep과 read 조합보다 약 98% 적은 토큰을 사용하며, 전체 파일을 읽는 대신 필요한 관련 청크만 반환합니다. 이를 통해 평균 저장소에서 약 250ms의 빠른 검색 속도를 제공합니다.


── EN ──────────────────

Semble is a library that reduces tokens required for code search.

Semble is a code search library that enables agents to instantly find necessary code snippets using natural language and code queries. It utilizes about 98% fewer tokens compared to a grep and read combination, returning only relevant chunks instead of reading entire files. This results in an average search speed of approximately 250ms for repositories.

원문 보기 →목록으로