Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions visual-tree-search-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,12 @@ python run_demo_treesearch_async.py \
--goal "search running shoes, click on the first result" \
--iterations 3 \
--max_depth 3
```

## 7. Add LATS agent
* test run_demo_treesearch_async.py
* test web socket
```
uvicorn app.main:app --host 0.0.0.0 --port 3000
python test/test-tree-search-ws-lats.py
```
Loading