crewAI icon indicating copy to clipboard operation
crewAI copied to clipboard

Feature Request: allow a callback function to be passed as the function used in the human input tool

Open tomlynchRNA opened this issue 10 months ago • 0 comments

i.e allow users to replace this function: https://github.com/joaomdmoura/crewAI/blob/3d5257592b440fca8c46b77471e1c34c901ee57f/src/crewai/agents/executor.py#L298

I would change the contents to pull the human input from another system instead of just calling input(). Happy to make a PR, shouldn't be a huge change. Would this be something that would be accepted?

tomlynchRNA avatar Apr 24 '24 00:04 tomlynchRNA