chore: uv for all

This commit is contained in:
Timothy
2026-02-04 19:57:41 -08:00
parent 3114af75e4
commit 8f32ef8064
45 changed files with 239 additions and 156 deletions
+2 -2
View File
@@ -5,13 +5,13 @@ Tool library for the Aden agent framework. Provides a collection of tools that A
## Installation
```bash
pip install -e tools
uv pip install -e tools
```
For development:
```bash
pip install -e "tools[dev]"
uv pip install -e "tools[dev]"
```
## Environment Setup