Arjun —
Hi team, I've been stuck on this for a while. Here's my issue. I've an agent called "head" that assigns work to other subagents each responsible for certain MCP tooling. There subagents are working perfectly and I have no qualms with their chats or their MCP tooling. Now, when I try to go to "head" and send a message to try and use the subagents, it throws an error. {"code":"unknown","message":"An unexpected error occurred. Please try again.","isRetryable":false,"originalError":{"provider":"cerebras","message":"Error: LLM Provider API key not configured. Please configure it in Chat Settings.","type":"Error","raw":{}}} For additional context, keys are already configured in the following places -> the main settings, each agent setting also has the API key selected (including "head" itself). Remediation tried -> docker restart, change API keys, clear out the cache, check env, do the whole thing again from scratch. Am I using subagents wrong? As per my general understanding of subagents this is how it's supposed to be. There is nothing to say otherwise in the docs as well. Of course, I can get my project to work by putting all the tools in a single chat (and it does) but that doesn't fully calm my curiosity. Appreciate what you guys do, cheers.
