Spaces:
Paused
Paused
ffreemt
commited on
Commit
·
ba67956
1
Parent(s):
49098e9
Update mcp.StdioServerParameters smolagents.LiteLLMRouterModel
Browse files
app.py
CHANGED
|
@@ -5,6 +5,12 @@ import inspect
|
|
| 5 |
import pandas as pd
|
| 6 |
from ycecream import y
|
| 7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
from basic_agent import BasicAgent
|
| 9 |
|
| 10 |
y.configure(sln=1)
|
|
|
|
| 5 |
import pandas as pd
|
| 6 |
from ycecream import y
|
| 7 |
|
| 8 |
+
from smolagents import ToolCollection, CodeAgent, LiteLLMRouterModel, VisitWebpageTool, Tool
|
| 9 |
+
|
| 10 |
+
import wikipediaapi
|
| 11 |
+
|
| 12 |
+
from mcp import StdioServerParameters
|
| 13 |
+
|
| 14 |
from basic_agent import BasicAgent
|
| 15 |
|
| 16 |
y.configure(sln=1)
|