Skip to content

Agent Activity Report

FieldValue
Nameagent-activity-report
Categoryreporting
Complexityadvanced
Tagsmulti-repo, activity-metrics, llm-analysis, blob-publishing
Authorrandybias
Min Version0.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-codex ──┐
fetch-gemini ─┤→ compute-metrics → generate-analysis → render-html → publish-report → notify
fetch-goose ──┘ ↑ ↑
compute-metrics ────┘ compute-metrics ──────┘
NodePurpose
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)
DependencyHostAuth
githubapi.github.com:443bearer-token
openaiapi.openai.com:443bearer-token
azure-blobmcpreports9276621.blob.core.windows.net:443sas-token
slack-webhookhooks.slack.com:443webhook-url
SecretDescription
github.tokenGitHub personal access token
openai.api_keyOpenAI API key
azure.sas_tokenAzure Blob Storage SAS token
slack.webhook_urlSlack incoming webhook URL
Terminal window
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/