paper_recommend
Analyzes workspace code to recommend relevant academic papers. Scans source files to extract features like imports and terms, maps them to academic keywords, and provides tailored paper suggestions.
Instructions
分析工作区代码,自动推荐相关学术论文。
扫描指定目录下的源文件(.py, .tex, .md 等),提取 import 库名、算法术语、 LaTeX 标题等特征,映射到学术领域关键词后搜索论文推荐。
Args: workspace_path: 工作区根目录路径,例如 "E:/半导体实验" top_n: 返回推荐论文数量,默认 8
Returns: 推荐结果 JSON,包含检测到的库/术语、搜索查询和推荐论文列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_path | Yes | ||
| top_n | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |