PathOnAI / LiteWebAgent

The Library for LLM-based web-agent applications
Other
15 stars 3 forks source link

[feature] add search_agent #40

Closed Tata0703 closed 3 weeks ago

Tata0703 commented 4 weeks ago

https://jykoh.com/search-agents

Tata0703 commented 3 weeks ago

Step 1: generate multiple possible actions, with probability score: https://github.com/kohjingyu/search-agents/blob/main/agent/agent.py#L232-L331

Tata0703 commented 3 weeks ago

Step 2: implement search algorithm: https://github.com/Tata0703/BrowserAgent/blob/main/MCTS/search-agents-main/run_demo.py#L375-L605

Tata0703 commented 3 weeks ago

step 1 PR: https://github.com/PathOnAI/LiteWebAgent/pull/49