Update wellbe_agent.py (#6)
Browse files- Update wellbe_agent.py (90e4ff45a2504b408bff84098f0ad0fc6c578d2d)
Co-authored-by: Victoria Latynina <victoria-latynina@users.noreply.huggingface.co>
- wellbe_agent.py +1 -0
wellbe_agent.py
CHANGED
@@ -11,6 +11,7 @@ import asyncio
|
|
11 |
from copy import deepcopy
|
12 |
from typing import Tuple, Union, Optional
|
13 |
import os
|
|
|
14 |
from agents import Agent, Runner
|
15 |
from agents.extensions.models.litellm_model import LitellmModel
|
16 |
from agents.mcp.server import MCPServerStdio, MCPServerStreamableHttp
|
|
|
11 |
from copy import deepcopy
|
12 |
from typing import Tuple, Union, Optional
|
13 |
import os
|
14 |
+
import openai
|
15 |
from agents import Agent, Runner
|
16 |
from agents.extensions.models.litellm_model import LitellmModel
|
17 |
from agents.mcp.server import MCPServerStdio, MCPServerStreamableHttp
|