scan_research_radar
Search for academic papers and machine learning models relevant to your project workspace. Query live from arXiv and Hugging Face or use cached results.
Instructions
Surface academic papers, models, and AI releases relevant to the workspace.
This tool is read-only and assists with literature mapping and model selection for agent tasks.
Parameters:
workspace (str): The absolute path to the local project workspace.
goal (str, optional): The research topic or machine learning goal. Defaults to "".
limit (int, optional): The maximum number of papers or models to return. Defaults to 4.
live (bool, optional): If True, queries arXiv and Hugging Face API live.
If False (default), uses local cached results.
Returns:
dict[str, Any]: A dictionary listing relevant papers, machine learning models, and source metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| live | No | ||
| limit | No | ||
| workspace | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||