From 59bab7c554173023d253c7b6882f41c96459c95a Mon Sep 17 00:00:00 2001 From: argenis de la rosa Date: Sat, 14 Feb 2026 02:50:49 -0500 Subject: [PATCH] docs: update README stats and project structure to include Composio and secrets --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8cc31a0..2175793 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The fastest, smallest, fully autonomous AI assistant — deploy anywhere, swap anything. ``` -~3.4MB binary · <10ms startup · 943 tests · 22+ providers · 8 traits · Pluggable everything +~3.4MB binary · <10ms startup · 1,017 tests · 22+ providers · 8 traits · Pluggable everything ``` ## Quick Start @@ -391,7 +391,7 @@ Everything the model receives counts toward the context limit: ```bash cargo build # Dev build cargo build --release # Release build (~3.4MB) -cargo test # 943 tests +cargo test # 1,017 tests cargo clippy # Lint (0 warnings) cargo fmt # Format @@ -504,7 +504,7 @@ tests/ └── memory_comparison.rs # SQLite vs Markdown benchmark ``` -**62 source files · 16,500 lines of Rust · 943 tests · 0 clippy warnings** +**64 source files · 17,500 lines of Rust · 1,017 tests · 0 clippy warnings** ## License