

** 每日 arXiv 速递 **
自动抓取 arXiv 最新论文 → 智能筛选目标领域 → 摘要中英翻译 → 数据库存储 → 生成 Markdown 报告
笔者实际应用:通过 GitHub Action 定时推送至个人博客
#只需要函数签名,以及 workflow ,AICompiler 在 Runtime 时自动生成 prompt 或 code @code def get_the_rss_xml_file_str(*, url: str) -> str: ... @code(pypi=[get_the_rss_xml_file_str(url=ARXIV_URL)]) def get_all_item_in_the_rss_file(*, xml_file_str: str) -> list[dict]: ... @text def check_topic_is_satisfactory(*, abstrct: str, topic: str) -> bool: ... @text def translate_the_en_abstract_to_zh(*, abstract: str) -> str: ... @code def check_link_in_db(*, db_path: str, link: str) -> bool: ... @code def save_article_to_db(*, db_path: str, item: dict): ... # These functions only need to be defined... ** 深度论文溯源 **
通过 arXiv ID 下载 PDF → 文本提取 → 生成摘要 → 递归处理参考文献 → 可视化知识图谱
技术亮点:所有功能(包括依赖安装)均由 AI 编译器动态生成,全程零编码!
视频演示