docs: Added duckdb prerequisite
This commit is contained in:
@@ -70,6 +70,8 @@ Coyote requires the following tools to be installed on your system:
|
|||||||
* **Cargo:** `cargo install ast-grep --locked`
|
* **Cargo:** `cargo install ast-grep --locked`
|
||||||
* **npm:** `npm i -g @ast-grep/cli`
|
* **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`
|
* 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,
|
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.
|
etc., and they are used within agents and tools.
|
||||||
|
|||||||
Reference in New Issue
Block a user