Peace Thabiwa

GitHubMindScript Google Executor - maps MindScript operations to Google Workspace

by
Google Workspace and Google Cloud executor for MindScript. Maps MindScript ops to Gmail, Docs, Drive, Sheets, Calendar, and GCP via deterministic C++ execution. - PEACEBINFLOW/mindscript-google-executor

Add a comment

Replies

Best
Peace Thabiwa
Maker
📌
Purpose MindScript expresses intent. This executor performs action against Google systems. The executor: Receives MindScript program envelopes Validates Google-specific policy and quotas Dispatches ops to Gmail, Docs, Drive, Sheets, Calendar, or GCP Emits protocol-compliant results and commits It does not interpret meaning. It performs authorized operations. What lives here Google Workspace op implementations Google Cloud API bindings OAuth2 / service account handling Op-to-API mapping logic Deterministic execution adapters What does NOT live here Protocol definitions (mindseye-protocol) Execution engine (mindscript-runtime) UI or Apps Script Business logic LLM orchestration If it defines what an op means, it does not belong here.