use trafilatura to extrack page content from the chromium result

This commit is contained in:
CREDO23 2025-12-19 08:36:25 +02:00
parent c6cc7c2a6a
commit 64cd65bc1f
4 changed files with 202 additions and 8 deletions

View file

@ -53,6 +53,7 @@ dependencies = [
"langgraph>=1.0.5",
"fake-useragent>=2.2.0",
"deepagents>=0.3.0",
"trafilatura>=2.0.0",
]
[dependency-groups]