lavague-ai / LaVague

Large Action Model framework to develop AI Web Agents
https://docs.lavague.ai/en/latest/
Apache License 2.0
5.49k stars 505 forks source link

fix: don't remove xpathed elements while expanding to parent node #488

Closed adeprez closed 4 months ago

adeprez commented 4 months ago

When an expanding chunk is colliding with already processed one, it doesn't necessarily means that it is fully included. We should remove it only if the new node fully include the previously processed node.