5 ms·
I think I need to make this a bit more clear. I was mostly referring to caching the tools (sub-agents) if they are a pure function. But that may be a bit too sp
by imsh4yy 1y ago
I think I need to make this a bit more clear. I was mostly referring to caching the tools (sub-agents) if they are a pure function. But that may be a bit too speicific for the sake of this post.
i.e. you have a query that reads data that doesn't change often, so you can cache the result.
- adastra22 1y agoIt seems very doubtful to me that every query would be literally the same (e.g. same hash), if these are plain text descriptions of the subset task.