Skip to content
Mundo edited this page Apr 8, 2026 · 2 revisions

Oh My Workers

A personal AI agent suite for software engineers that automates daily working tasks.

Built with TypeScript, LangChain, Claude (Anthropic), and PostgreSQL (Neon).


What it does

Workflow Schedule Description
KPI Report 5pm Sydney daily Fetches GitHub activity, collects manual input, generates a KPI diary report
GitHub Trending 8am Sydney daily Scrapes GitHub trending repos (TS/JS), deduplicates, curates top picks, sends via Telegram
DB Cleanup 5pm Sydney daily Removes stale records from company database
Mock Data Seeding 4:30pm Sydney daily Seeds test data into company database

Quick Start

pnpm install
cp .env.example .env     # fill in your keys
pnpm run setup            # create database tables
pnpm news                 # test the GitHub trending pipeline
pnpm start                # test the KPI pipeline

Wiki Pages

Clone this wiki locally