chore: describe allow toolsearch
Browse files
README.md
CHANGED
|
@@ -69,6 +69,9 @@ docker compose up -d
|
|
| 69 |
|
| 70 |
# check in every browser
|
| 71 |
firefox http://localhost:8080
|
|
|
|
|
|
|
|
|
|
| 72 |
```
|
| 73 |
|
| 74 |
## 3. SubAgent - back run & tool call agent and swap file output
|
|
|
|
| 69 |
|
| 70 |
# check in every browser
|
| 71 |
firefox http://localhost:8080
|
| 72 |
+
|
| 73 |
+
# allow tool search in ~/.bashrc
|
| 74 |
+
export ENABLE_TOOL_SEARCH=true
|
| 75 |
```
|
| 76 |
|
| 77 |
## 3. SubAgent - back run & tool call agent and swap file output
|