Gets all agents created by the user.
curl --request GET \ --url http://127.0.0.1:47334/api/projects/{projectName}/agents
[ { "name": "<string>", "model": "<string>", "skills": [ "<string>" ] } ]
The name of the project where agent resides
A conversational model used by an agent
One or more skills that an agent can use