mirror of
https://github.com/tiennm99/awesome-coding-agents.git
synced 2026-05-14 03:52:39 +00:00
237d7acd6a
Go updater that fetches AI agent coding tool repo stats via GitHub GraphQL (batched, one query), sorts by star count, appends a daily snapshot to data/history.jsonl, and regenerates README.md from templates/readme.tmpl. Daily workflow at .github/workflows/update.yml refreshes rankings and commits changes. Seed list in data/agents.yml covers 19 tracked repos.
6 lines
91 B
Modula-2
6 lines
91 B
Modula-2
module github.com/tiennm99/awesome-coding-agents
|
|
|
|
go 1.23
|
|
|
|
require gopkg.in/yaml.v3 v3.0.1
|