Skip to content

Commit 2df5493

Browse files
authored
Merge pull request #51 from PathOnAI/lats-work
Lats work
2 parents 2429da8 + 7935b0f commit 2df5493

File tree

19 files changed

+4177
-535
lines changed

19 files changed

+4177
-535
lines changed

visual-tree-search-backend/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,12 @@ python run_demo_treesearch_async.py \
8282
--goal "search running shoes, click on the first result" \
8383
--iterations 3 \
8484
--max_depth 3
85+
```
86+
87+
## 7. Add LATS agent
88+
* test run_demo_treesearch_async.py
89+
* test web socket
90+
```
91+
uvicorn app.main:app --host 0.0.0.0 --port 3000
92+
python test/test-tree-search-ws-lats.py
8593
```

visual-tree-search-backend/app/api/lwats/agents_async/SearchAgents/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)