Field Value Name agent-activity-reportCategory reporting Complexity advanced Tags multi-repo, activity-metrics, llm-analysis, blob-publishing Author randybias Min Version 0.1.0
Weekly composite report of development activity across Codex, Gemini CLI, and Goose open-source AI agent projects. Demonstrates fan-out fetching, LLM analysis, HTML report generation, and blob storage publishing.
fetch-gemini ─┤→ compute-metrics → generate-analysis → render-html → publish-report → notify
compute-metrics ────┘ compute-metrics ──────┘
Node Purpose fetch-codexFetch activity from openai/codex repo fetch-geminiFetch activity from google-gemini/gemini-cli repo fetch-gooseFetch activity from block/goose repo compute-metricsAggregate metrics across all repos generate-analysisLLM-powered analysis of trends render-htmlGenerate HTML report publish-reportUpload to Azure Blob Storage notifySend Slack notification with report link
manual
cron (weekly-sunday): Sundays at 8:00 PM UTC (0 20 * * 0)
Dependency Host Auth githubapi.github.com:443bearer-tokenopenaiapi.openai.com:443bearer-tokenazure-blobmcpreports9276621.blob.core.windows.net:443sas-tokenslack-webhookhooks.slack.com:443webhook-url
Secret Description github.tokenGitHub personal access token openai.api_keyOpenAI API key azure.sas_tokenAzure Blob Storage SAS token slack.webhook_urlSlack incoming webhook URL
tntc scaffold init agent-activity-report
tntc scaffold init agent-activity-report my-activity-report
tntc scaffold info agent-activity-report
Scaffold source: quickstarts/agent-activity-report/