Spaces:
Runtime error
Runtime error
Update sub_agents/coding/github_agent/github.py
Browse files
sub_agents/coding/github_agent/github.py
CHANGED
|
@@ -4,7 +4,6 @@ from dotenv import load_dotenv
|
|
| 4 |
from langchain.chat_models import init_chat_model
|
| 5 |
from langchain.agents import create_agent
|
| 6 |
from langchain_mcp_adapters.client import MultiServerMCPClient
|
| 7 |
-
from langchain_litellm import ChatLiteLLM
|
| 8 |
|
| 9 |
from storage_paths import agent_dir, open_agent_sqlite
|
| 10 |
|
|
|
|
| 4 |
from langchain.chat_models import init_chat_model
|
| 5 |
from langchain.agents import create_agent
|
| 6 |
from langchain_mcp_adapters.client import MultiServerMCPClient
|
|
|
|
| 7 |
|
| 8 |
from storage_paths import agent_dir, open_agent_sqlite
|
| 9 |
|