"Failed to fetch agents" error in Playground

Hi!

I am facing a problem by running my agent on the playground.

In VS Code occurs:
“INFO: 127.0.0.1:55380 - “GET /v1/playground/agents HTTP/1.1” 500 Internal Server Error”

The “Failed to Fetch Agents” error occurs in the Playground and the agent does not appear.

Could anyone explain why, please?

Hi @rdgmnds, thanks for reaching out and supporting Agno. I’ve shared this with the team, we’re working through all requests one by one and will get back to you soon.
If it’s urgent, please let us know. We appreciate your patience!

hey @rdgmnds could you please make sure you are following all steps from here
Playground - Agno also please try to call endpoints from swagger api on localhost:7777/docs, thanks :raising_hands:

The problem was solved! I put the “description” parameter as a string list, so the error occurred. Thanks!

great , thanks for informing us :raising_hands: