實務中的代理迴圈:ReAct、工具與失敗模式
多數關於 agent 的工程討論,太早亮出 agent 這個詞,卻太晚才談運營迴圈。其實實務上真正重要的設計問題很簡單:模型一旦能執行不止一步,系統怎麼決定下一步做什麼?能呼叫哪些工具?可以從結果推斷什麼?又該在何時停下來?
Huang Tzu Lin
2 posts
多數關於 agent 的工程討論,太早亮出 agent 這個詞,卻太晚才談運營迴圈。其實實務上真正重要的設計問題很簡單:模型一旦能執行不止一步,系統怎麼決定下一步做什麼?能呼叫哪些工具?可以從結果推斷什麼?又該在何時停下來?
Most engineering discussions about agents start too early with the word agent and too late with the operational loop. In practice, the important design question is simpler: once a model can take more than one step, how does the system decide what to do next, what tools it may call, what it is all...