Hi,
We defined custom agents in .github/agents folder, which works fine locally.
When I run the copilot CLI with custom agent in our internal benchmark system, I got the errors like:
- I cannot see a mechanism to actually invoke these custom agents in the current environment
- Since the instructions indicate I should call custom agents but they are not available in my current environment
- I notice that the custom agents mentioned in the instructions are not visible in my available tools.
It seems in benchmark system, the custom agents is not registered as tools so the copilot cli can't activate it, is there any prequisition to run the custom agent?