The AgentTemplateController uses AuthGuard which requires AuthService, but AgentTemplateModule was not importing AuthModule. This caused the API to crash during dependency resolution.
The AgentTemplateController uses AuthGuard which requires AuthService, but AgentTemplateModule was not importing AuthModule. This caused the API to crash during dependency resolution.