Skip to content

Commit 8399efd

Browse files
authored
Merge pull request #62 from PathOnAI/major-agent-refactor
Major agent refactor
2 parents b5b1335 + 04a739d commit 8399efd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1272
-7797
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
visual-tree-search-backend/log/*
12
log/*
23
shopping.json
34
Log.md

visual-tree-search-backend/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ python run_demo_treesearch_async.py \
4040
```
4141
uvicorn app.main:app --host 0.0.0.0 --port 3000
4242
43-
python test/test-tree-search-ws.py
43+
python test/test-tree-search-ws-simple.py --algorithm dfs
44+
python test/test-tree-search-ws-simple.py --algorithm bfs
4445
```
4546

4647
## 4. end-to-end test with frontend

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

Lines changed: 801 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)