Parallel tools execution and human-agent interaction #4092
khushbakhtx
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following scenario and would like to know if it's possible to implement:
When the agent receives a file path (or smth to pass) from a user, it should execute a tool in parallel (running in the background) while maintaining agent-human interaction. Once the tool execution is complete, the agent should return the results to the user, displaying them under the last tool invocation result.
Beta Was this translation helpful? Give feedback.
All reactions