I am trying to have a telegram channel with several agents. I am running an own model provider API. When I write into the multi-agent channel, I see that all of them react in "thinking" but none of them answers. It happens quite quickly so that it cannot be the timeout. In the backend I am running llamacpp. What else can I make, so that there is a queue for my agents?
I am also having another question: I am trying to have on agent to be the orchestrator of others. But it is not really working. Any suggestions on why? e.g. the main agent cannot tell another one to write me on telegram.