Replies: 1 comment
-
|
What metrics are you thinking about for the "Agent Friendly Code Score"? Things like:
Echo is already pretty good on most of these. The middleware chain is predictable, error messages include the route, and the handler signature is consistent. The main area where it could improve for agent consumption is the error response format - a consistent JSON error shape by default would make it easier for agents to parse and retry. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello team,
I am Himanshu.
I am working on a side project that scores repos for agent friendliness.
echohas an overall 80.8 score.Would it be possible to add a badge for it in the README?
You can use this -
The Badge
Breakdown of the score
https://www.agentfriendlycode.com/repo/89
Beta Was this translation helpful? Give feedback.
All reactions