From 6801e759e780f992742b6a38b7542e99323ad361 Mon Sep 17 00:00:00 2001 From: chitcommit <208086304+chitcommit@users.noreply.github.com> Date: Sun, 21 Jun 2026 04:13:53 +0000 Subject: [PATCH] docs(agents): add chittyagent-google to agent interaction table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Google Workspace MCP gateway — Gmail (bank notifications, evidence), Drive (document storage), Sheets (export targets), Calendar (scheduling). Hybrid: dynamic MCP discovery + static gap-fillers. --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 051c297..f96eba2 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -58,6 +58,7 @@ Authentication: Bearer service token. See [SECURITY.md](SECURITY.md). | `chittyagent-connect` | Outbound (runtime) | Mercury Bank proxy — every bank API call routes through ChittyConnect | | `chittyagent-canon` | Inbound (CI) | Audits this repo for canonical pattern adherence | | `chittyagent-cloudflare` | Outbound (admin) | Hyperdrive, KV, Email Service, WAF rules | +| `chittyagent-google` | Outbound (runtime) | Google Workspace MCP gateway — Gmail (bank notifications, evidence), Drive (document storage), Sheets (export targets), Calendar (scheduling). Hybrid: dynamic MCP discovery + static gap-fillers | | `chittyagent-notion` | Outbound (state) | Project + Actions DB updates from session lifecycle hooks | ## ChittyOS Subagents Useful for Development