Bipul Karnani

Results 2 comments of Bipul Karnani

`transfer_to_agent` does not actually transfer in case of `Event` produced. We need to find the agent instance using the following and call their `run_async_impl`. You should still produce this event...

@hmzo `escalate=True` will also not work if it is a custom agent. `escalate=True` and `transfer_to_agent` works for `LLMResponse` which has a separate parsing model. But if the agent is a...