The error you're encountering is due to the fact that agent names can only contain alphanumeric characters, underscores (_), or hyphens (-). Spaces are not allowed in agent names, which is why the name is causing this issue. Remove the spaces from agent name and it will work.