Skip to content

PEACEBINFLOW/minds-eye-automations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mind's Eye Automations

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.


📂 Folder Structure

/scheduler

  • dailySync.ts
  • weeklySummary.ts
  • lawTBlockGenerator.ts

/triggers

Google Workspace watchers:

  • gmailTrigger.ts
  • driveTrigger.ts
  • calendarTrigger.ts
  • meetTrigger.ts

/actions

Side-effect actions the system performs:

  • refreshCognitivePool.ts
  • runSearchSnapshot.ts
  • longTermMemoryWriter.ts

/google

Google Cloud integrations:

  • appsScriptRunner.ts
  • cloudRunInvoker.ts
  • pubsubHandler.ts

🚀 Quick Start

npm install
npm run build
npm start

About

Automation engine for the Google-native Mind’s Eye OS. Handles scheduled jobs, Gmail/Calendar/Drive/Docs/Meet triggers, Cloud Run workflows, Pub/Sub handlers, weekly summaries, LAW-T block generation, and cognitive pool refresh tasks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors