Ask HN: 你们是如何在生产环境中编排多智能体 AI 工作流的?
2 分•作者: swrly•4 个月前
过去一年我一直在构建 AI 智能体流水线,很好奇其他人是如何处理的。具体来说:
* 你们使用框架(LangChain、CrewAI)还是自己构建?
* 你们如何处理智能体之间的数据传递?
* 你们的智能体运行的可见性如何?
* 你们是通过定时任务/Webhooks 运行智能体,还是仅手动运行?
很想听听哪些方法有效,哪些又很棘手。
查看原文
I've been building AI agent pipelines for the past year and curious how others handle it. Specifically:<p>- Do you use a framework (LangChain, CrewAI) or roll your own
- How do you handle agent-to-agent data passing?
- What does your observability look like for agent runs?
- Are you running agents on cron/webhooks or manual-only?<p>Interested in hearing what's working and what's painful.