Spaces:
Sleeping
Sleeping
Update OpenRouter_Agent.py
Browse files- OpenRouter_Agent.py +4 -0
OpenRouter_Agent.py
CHANGED
|
@@ -87,6 +87,10 @@ class MultiAgentSystem:
|
|
| 87 |
"pytesseract",
|
| 88 |
"PIL",
|
| 89 |
"chess",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
],
|
| 91 |
|
| 92 |
)
|
|
|
|
| 87 |
"pytesseract",
|
| 88 |
"PIL",
|
| 89 |
"chess",
|
| 90 |
+
"bs4",
|
| 91 |
+
"BeautifulSoup",
|
| 92 |
+
"openpyxl",
|
| 93 |
+
"lxml",
|
| 94 |
],
|
| 95 |
|
| 96 |
)
|