I’ve created multiple agents, along with a parent agent that orchestrates them. When I send a request to the parent agent, it correctly delegates the task to a child agent. However, the request fails with an error stating that the LLM API key is not set for the individual agent.
I’m confused because I’ve already configured the LLM API key globally. Despite this, the system seems to require the API key to be set separately for each agent.
Is it actually necessary to configure an LLM API key for every individual agent, or should a single global key be sufficient?