|
|
|
|
|
by laxmena
50 days ago
|
|
That's exactly my process I follow now. I look at the traces of agent execution, and use that as a feedback to extract common patterns. The comment patterns are extracted out as Scripts, or Skills. So Agent doesnt have to figure out how to do things from scratch, saving considerable amount of tokens and latency. I also came across this paper recently: https://arxiv.org/abs/2603.25158 Which does exactly the same. Extracts traces and converts them into skills for agents to use. |
|