Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -4,6 +4,7 @@ import os
|
|
| 4 |
import re
|
| 5 |
import pandas as pd
|
| 6 |
from typing import Optional
|
|
|
|
| 7 |
from token_bucket import Limiter, MemoryStorage
|
| 8 |
import yaml
|
| 9 |
from PIL import Image, ImageOps
|
|
@@ -207,6 +208,7 @@ class MagAgent:
|
|
| 207 |
"bs4",
|
| 208 |
"arxiv",
|
| 209 |
"whisper",
|
|
|
|
| 210 |
]
|
| 211 |
|
| 212 |
self.tools = [
|
|
|
|
| 4 |
import re
|
| 5 |
import pandas as pd
|
| 6 |
from typing import Optional
|
| 7 |
+
|
| 8 |
from token_bucket import Limiter, MemoryStorage
|
| 9 |
import yaml
|
| 10 |
from PIL import Image, ImageOps
|
|
|
|
| 208 |
"bs4",
|
| 209 |
"arxiv",
|
| 210 |
"whisper",
|
| 211 |
+
"io"
|
| 212 |
]
|
| 213 |
|
| 214 |
self.tools = [
|