Update custom_agent.py
Browse files- custom_agent.py +3 -0
custom_agent.py
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
# custom_agent.py
|
|
|
|
|
|
|
2 |
import requests
|
3 |
import time
|
4 |
from transformers import Agent
|
|
|
1 |
# custom_agent.py
|
2 |
+
import os
|
3 |
+
import base64
|
4 |
+
import io
|
5 |
import requests
|
6 |
import time
|
7 |
from transformers import Agent
|