docs: use uv add for FileReadTool installation

Restore the install section with the current uv-based tools extra.

Co-authored-by: Rip&Tear <theCyberTech@users.noreply.github.com>
This commit is contained in:
Cursor Agent
2026-08-12 03:43:10 +00:00
parent 967af3f96d
commit a68a038cd6

View File

@@ -19,6 +19,12 @@ The tool always returns plain text. If you need structured data (for example, JS
For large files, the agent can pass `start_line` and `line_count` to read only a range of lines.
The tool stops once it has those lines, so it does not scan the rest of the file.
## Installation
```shell
uv add 'crewai[tools]'
```
## Usage Example
```python Code