Spaces:
Running
Running
| """Research tools for the explainer environment.""" | |
| from .router import AVAILABLE_TOOLS, run_research_tool | |
| from .types import ResearchChunk, ResearchResult | |
| __all__ = [ | |
| "AVAILABLE_TOOLS", | |
| "ResearchChunk", | |
| "ResearchResult", | |
| "run_research_tool", | |
| ] | |