From f8682102a05f1f54d00811b99416bce58f1696e8 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Wed, 12 Aug 2026 19:07:31 -0600 Subject: [PATCH] docs: Added duckdb prerequisite --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7ad7b4a..4143a81 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ Coyote requires the following tools to be installed on your system: * **Cargo:** `cargo install ast-grep --locked` * **npm:** `npm i -g @ast-grep/cli` * Optional: if `ast-grep` is not installed, the `ast_grep` tool reports it and agents fall back to `fs_grep` +* [duckdb](https://duckdb.org/) (for fast, local RAGs) + * `curl https://install.duckdb.org | sh` These tools are used to provide various functionalities within Coyote, such as document processing, JSON manipulation, etc., and they are used within agents and tools.