The automation & workflow engine of the Google-native Mind's Eye OS.
This service powers:
- Daily + hourly sync jobs
- Gmail / Calendar / Drive / Docs / Meet ingestion triggers
- LAW-T block generation
- Weekly summary docs (Google Docs auto-writer)
- Cognitive Pool refresh
- Search snapshots (stats + trigram analysis)
- Cloud Run task execution
- Pub/Sub event propagation
- Google Apps Script automation hooks
It is the heartbeat of the Mind's Eye constellation.
dailySync.tsweeklySummary.tslawTBlockGenerator.ts
Google Workspace watchers:
gmailTrigger.tsdriveTrigger.tscalendarTrigger.tsmeetTrigger.ts
Side-effect actions the system performs:
refreshCognitivePool.tsrunSearchSnapshot.tslongTermMemoryWriter.ts
Google Cloud integrations:
appsScriptRunner.tscloudRunInvoker.tspubsubHandler.ts
npm install
npm run build
npm start