问HN:当你更改AI代理的提示时,如何捕捉回归问题?
我已经构建代理一段时间了,但总是遇到同样的问题:更改系统提示、切换模型或调整代理调用工具时,总会有一些微妙的故障发生。我发现唯一的解决办法是手动运行它,或者由用户报告问题。
查看原文
i've been building agents for a while and kept running into the same problem: change the sys prompt, swap models, or tweak for the agent calls a tool — and something subtly breaks. The only way I found out was manually running it or a user reporting it.