top | item 44920500

(no title)

imsh4yy | 6 months 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.

discuss

order

adastra22|6 months ago

It 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.

cma|6 months ago

The task can be something like summarize each source file. Many files might not change every time.

imsh4yy|6 months ago

I mean that depends on how you define the "input" for the tool. Some can be very deterministic like an enum, boolean, number, etc.