Math / agents /web_agent.py
omkareswarhota1234's picture
Upload 71 files
dbbd3ec verified
raw
history blame contribute delete
105 Bytes
from utils.mcp_client import run_math_agent
def answer_from_web(query):
return run_math_agent(query)