Duplicate Artifact Display During Parallel Tool Execution
Open
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 267
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 9
Description
I have a few tools for my agent; some of them return artifacts.
When two tools run in parallel and one of them returns an artifact, the same artifact is shown multiple times.
For example:
Assume there are two tools: Tool A and Tool B. Tool B returns an artifact along with other data.
Tool A and Tool B are executed at the same time.
Tool B takes 5 seconds, and Tool A takes 10 seconds.
The artifact from Tool B is shown once at 5 seconds when Tool B finishes execution, and then the same artifact is shown again at 10 seconds when Tool A finishes execution.
Contributor guide
Assessment
This issue has not been assessed yet.