naclfish
Add tools/ folder, fix agent answer format and Wikipedia proxy
2628a0b
raw
history blame contribute delete
243 Bytes
from .search import web_search
from .wikipedia import wikipedia_search
from .calculator import python_repl
from .file_handler import download_and_read_file
__all__ = ["web_search", "wikipedia_search", "python_repl", "download_and_read_file"]