config: add ai-gateways, llm-gateways, mcp-gateways#1898
config: add ai-gateways, llm-gateways, mcp-gateways#1898GeniusTechnoMystic wants to merge 2 commits intopingcap:mainfrom
Conversation
…s.yml, 10105.llm-gateways.yml and 10106.mcp-gatways.yml
|
I update the 3 collections based on the following repo search results: gh api --paginate -X GET /search/repositories -F per_page=100 -f q="llm-gateway OR llm-proxy OR llm-router OR model-gateway OR model-proxy OR model-router" -f sort=stars -f order=desc --jq '.items[] | "[(.stargazers_count)★ | (.forks_count)⑂ | (.open_issues_count) issues] (.full_name): (.html_url) (Active: (.pushed_at))"' > llm-gateways-list.txt gh api --paginate -X GET /search/repositories -F per_page=100 -f q="ai-gateway OR ai-proxy OR ai-router" -f sort=stars -f order=desc --jq '.items[] | "[(.stargazers_count)★ | (.forks_count)⑂ | (.open_issues_count) issues] (.full_name): (.html_url) (Active: (.pushed_at))"' > ai-gateways-list.txt gh api --paginate -X GET /search/repositories -F per_page=100 -f q="mcp-gateway OR mcp-proxy OR mcp-router" -f sort=stars -f order=desc --jq '.items[] | "[(.stargazers_count)★ | (.forks_count)⑂ | (.open_issues_count) issues] (.full_name): (.html_url) (Active: (.pushed_at))"' > mcp-gateways-list.txt |
|
Hi @GeniusTechnoMystic, thanks for putting this together! 🙌 We took a look at the three proposed collections and noticed a couple of things:
Would you be open to consolidating this into one collection with the top ~30-50 most relevant AI/LLM/MCP gateway projects? We can help with the curation if you'd like — just let us know! |
|
OK, I'll see what I can do. Feel free to go ahead and do it if I don't get to it first. |
Cleanup Done ✅This PR has been superseded by #2283 which addresses the quality issues: Problems found:
What was done in #2283:
Please close this PR in favor of #2283. |
Replaces the original PR #1898 which had 3000+ garbage repos. - Only includes repos with 500+ stars - All verified to exist via GitHub API - No ID conflicts (uses 10142) - Removed llm-gateways and mcp-gateways (overlap with existing 10115, 10099, 10105)
collections: add AI Gateways (10142) — 13 verified high-quality repos Replaces the original PR #1898 which had 3000+ garbage repos. - Only includes repos with 500+ stars - All verified to exist via GitHub API - No ID conflicts (uses 10142) - Removed llm-gateways and mcp-gateways (overlap with existing 10115, 10099, 10105)
What problem does this PR solve?
Issue Number: N/A
Problem Summary: This PR adds new AI Gateway-related collections to OSS Insight, allowing users to explore and analyze repositories in the AI Gateway ecosystem.
What is changed and how it works?
This PR adds the following collection configuration files under
configs/collections/:10104.ai-gateways.yml- A collection of AI Gateway repositories10105.llm-gateways.yml- A collection of LLM Gateway repositories10106.mcp-gateways.yml- A collection of MCP Gateway repositoriesEach collection file follows the standard format with:
Users will now be able to view and analyze these collections on the OSS Insight website.
These collections were generated from the following gh searches:
The ai-gateways collection is the union of all 3 sets.