dreamcatcher-tech / artifact

GNU Affero General Public License v3.0
0 stars 1 forks source link

test utils_resolve being called in parallel #218

Open inverted-capital opened 2 months ago

inverted-capital commented 2 months ago

Currently resolve only triggers done in longthread loops if it is a standalone tool call.

It should be callable in parallel, so long as it is the last thing to be called.