智能体与自主科学
突破级
暂无讲解视频
收录解读
AgentCo-op 处理开放科学任务里 multi-agent workflow 难以设计、接口不统一、缺少可靠指标的问题,而不是只做固定 benchmark 上的 agent graph 搜索。
方法把可复用 skills、tools 和外部 agents 检索出来,通过 typed artifact handoffs 组合成可执行 workflow,并在失败证据指向具体组件时进行局部修复。
论文在空间转录组和单细胞 multiome 两个 open-world genomics case study 中展示了跨现有 agent/tool 仓库的组合能力,并在 coding、math、QA benchmarks 上降低成本且取得强结果。
它值得正式收录,因为它给出了 agent workflow 设计的一种可复用工程原语:retrieval-based synthesis + typed handoff + bounded repair,适合科学发现 agent 和企业 agent 编排。