AlexTrinityBlock's picture
feat(agent): implement supervisor agent with tool routing and math solver
40deb66
from agent.tools.search import web_search
from agent.tools.math_solver import math_solver
__all__ = ["web_search", "math_solver"]