Fix using tools in home agent

This commit is contained in:
Roberto
2026-04-19 14:48:05 +02:00
parent ea9094f47f
commit 2c7cac9e03
2 changed files with 14 additions and 18 deletions

View File

@@ -0,0 +1,5 @@
## DEV
Run in DEV with command:
```
uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload --log-config logging.conf
```