-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mundo edited this page Apr 8, 2026
·
2 revisions
A personal AI agent suite for software engineers that automates daily working tasks.
Built with TypeScript, LangChain, Claude (Anthropic), and PostgreSQL (Neon).
| 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 |
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- Architecture — how the system is designed
- GitHub Trending Pipeline — daily GitHub trending digest workflow
- KPI Pipeline — daily KPI report workflow
- Database Schema — tables and data model
- Setup Guide — installation and configuration
- GitHub Actions — automated deployment
- Commands — all available CLI commands
- Future Plans — vector DB, semantic search, and more