feat: add AI Ecosystem Landscape (wide view) report type#199
Draft
feat: add AI Ecosystem Landscape (wide view) report type#199
Conversation
- Add LANDSCAPE_REPORT, landscape labels/colors to i18n and github.ts - Add buildLandscapePrompt() to prompts-data.ts with 6-section wide-view synthesis - Add saveLandscapeReport() to report-savers.ts - Wire into index.ts save phase and Telegram highlights loop - Add ai-landscape/ai-landscape-en to manifest REPORT_FILES and index.html LABELS Agent-Logs-Url: https://github.com/jstamagal/agents-radar/sessions/93ecf1e2-7c66-4e07-9ddc-51ee002792a8 Co-authored-by: jstamagal <173371282+jstamagal@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update AI open source trends report for March 2026
feat: add AI Ecosystem Landscape (wide view) report type
Apr 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new
ai-landscape/ai-landscape-enreport type that synthesizes all trending signals into a single "wide view" of the AI open-source ecosystem — showing everything together rather than as separate category slices.New report structure (
ai-landscape.md)Six sections per run:
Changes
src/prompts-data.ts—buildLandscapePrompt()builds the wide-view synthesis prompt (zh + en); reuses sameTrendingDatainput as the trending reportsrc/report-savers.ts—saveLandscapeReport()follows the HN-report pattern: calls LLM internally, writes file, optionally creates GitHub issue withlandscape/landscape-enlabelssrc/index.ts— wired into the save phase alongside HN/trending; landscape files included in Telegram highlights loopsrc/i18n.ts—LANDSCAPE_REPORT,landscapeentries inISSUE_LABELS,REPORT_LABELS,NOTIFY_LABELSsrc/github.ts— label colors:landscape→#0ea5e9,landscape-en→#38bdf8src/generate-manifest.ts—ai-landscape/ai-landscape-enadded toREPORT_FILESindex.html— labels added toLABELSfor web UI sidebar