Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

Hello team,
I am Himanshu.

I am working on a side project that scores repos for agent friendliness. echo has an overall 80.8 score.
Would it be possible to add a badge for it in the README?

You can use this -

[![Agent Friendly](https://agentfriendlycode.com/api/badge/github/labstack/echo.svg)](https://agentfriendlycode.com/repo/89)

The Badge

Agent Friendly

Breakdown of the score

https://www.agentfriendlycode.com/repo/89


Screenshot 2026-04-27 at 5 28 30 PM
You must be logged in to vote

Replies: 1 comment

Comment options

What metrics are you thinking about for the "Agent Friendly Code Score"? Things like:

  • Function signature clarity (named params, not too many positional args)
  • Error messages that include enough context for an agent to self-correct
  • Consistent naming conventions across the API surface
  • Docs that show complete working examples, not just snippets

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.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.