From 1169215b31a7dc9f039d0931594fee32639da5ed Mon Sep 17 00:00:00 2001 From: bkataru Date: Sun, 12 Apr 2026 06:36:23 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20humanize=20README=20=E2=80=94=20remove?= =?UTF-8?q?=20negative=20framing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3907de8..919e76c 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Every AI agent needs tools. But each agent framework invents its own tool format - **Query DSL** finds tools by name, parameter count, or tags — `name:search and min:2` - **Session persistence** tracks turns, enforces limits, stores results to disk -No runtime overhead. No framework lock-in. Pure Rust async. +Pure Rust async. Zero overhead. Bring your own stack. ## Workspace (11 crates)