diff --git a/README.md b/README.md index 43ca758..b727993 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Intent

-

Intent

+

An LLM-based Reranker Library That Explains Itself

npm version @@ -12,6 +12,8 @@ TypeScript

+## Overview + `intent` is an LLM-based reranker library that offers ranking, filtering, and choice all with explicit, inspectable reasoning. Unlike black-box models, `intent` generates an explanation alongside every score. This transparency allows for easier debugging and enables you to surface reasoning directly to users.