ollive-api / tools /registry.py
Karthik Namboori
Deploy ollive FastAPI Docker Space
7b4b748
raw
history blame contribute delete
122 Bytes
from api.agent_tools.registry import get_api_tools
__all__ = ["get_tools"]
def get_tools():
return get_api_tools()