- Learn
- See
- Try
- Make
ایک مکمل رن شروع سے آخر تک دیکھو
What this lesson is about
بغیر چھوئے پورا رن دیکھو، اور ہر قدم کو جیسے ہوتا ہے اپنے الفاظ میں لکھو۔
تُہند دفتر منز اک ایجنٹ اک ایسا بلنگ رن شروع کرن ژیہہ تُہند کٔدی نہ وچھ چھ، تہ ہند کٲس منز ہور کٲس آزاد نہ چھ۔ تُہند کیہ کرن؟
Why this matters
You cannot check a run you have never watched, and a run you stepped into halfway is a different run. Watching one from end to end turns an agent from a box into a sequence you can argue with. A trace is the record the agent's tool prints, one line per step. One step record, in the shape you will meet it. Step 3. tool: search. args: file "March rates". result: empty, 0 rows. status: success. 840 ms. tokens: 1,204 in, 12 out. Two things a trace shows that a summary never does. A step whose result was empty while its status said success, like the one above. And a retry loop: the same call at steps 4 and 5, with the same arguments, seconds apart.
Read the primary or official source: Hugging Face Agents course · the agent loop