Replies: 3 comments 1 reply
-
_ask_human_input is a method in base_agent_executor_mixin.py not CrewAgentExecutor Also I think you might be calling CrewAgentExecutor wrong. It lives in executor.py in agents folder |
Beta Was this translation helpful? Give feedback.
-
Hi, A bit late on this, but since I found a workaround, someone else may come to this post. First of all, I'm not using any tools, instead, I'm overriding the core function First, you need to import correctly Change this: to this: |
Beta Was this translation helpful? Give feedback.
-
What's your use case? Would it be resolved by emitting events about HIL? |
Beta Was this translation helpful? Give feedback.
-
In my example below, the
custom_ask_human_input
method never gets triggered the when the agent goes into human_tool. Any ideas why?Beta Was this translation helpful? Give feedback.
All reactions