惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
J
Java Code Geeks
博客园 - 聂微东
量子位
C
Check Point Blog
T
The Blog of Author Tim Ferriss
T
Tailwind CSS Blog
G
Google Developers Blog
Google DeepMind News
Google DeepMind News
B
Blog
罗磊的独立博客
腾讯CDC
GbyAI
GbyAI
博客园 - 【当耐特】
A
About on SuperTechFans
M
MIT News - Artificial intelligence
U
Unit 42
D
Docker
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Y
Y Combinator Blog
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
S
SegmentFault 最新的问题
有赞技术团队
有赞技术团队

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
fix(google-meet): hide realtime alias from agent schema ·...
steipete · 2026-05-04 · via Recent Commits to openclaw:main

@@ -1,5 +1,5 @@

11

---

2-

summary: "Google Meet plugin: join explicit Meet URLs through Chrome or Twilio with realtime voice defaults"

2+

summary: "Google Meet plugin: join explicit Meet URLs through Chrome or Twilio with agent talk-back defaults"

33

read_when:

44

- You want an OpenClaw agent to join a Google Meet call

55

- You want an OpenClaw agent to create a new Google Meet call

@@ -12,12 +12,12 @@ Google Meet participant support for OpenClaw — the plugin is explicit by desig

1212

- It only joins an explicit `https://meet.google.com/...` URL.

1313

- It can create a new Meet space through the Google Meet API, then join the

1414

returned URL.

15-

- `realtime` voice is the default mode.

16-

- Realtime voice can call back into the full OpenClaw agent when deeper

17-

reasoning or tools are needed.

18-

- Agents choose the join behavior with `mode`: use `realtime` for live

19-

listen/talk-back, or `transcribe` to join/control the browser without the

20-

realtime voice bridge.

15+

- `agent` is the default talk-back mode: realtime transcription listens, the

16+

configured OpenClaw agent answers, and regular OpenClaw TTS speaks into Meet.

17+

- `bidi` remains available as the fallback direct realtime voice model mode.

18+

- Agents choose the join behavior with `mode`: use `agent` for live

19+

listen/talk-back, `bidi` for direct realtime voice fallback, or `transcribe`

20+

to join/control the browser without the talk-back bridge.

2121

- Auth starts as personal Google OAuth or an already signed-in Chrome profile.

2222

- There is no automatic consent announcement.

2323

- The default Chrome audio backend is `BlackHole 2ch`.

@@ -29,9 +29,10 @@ Google Meet participant support for OpenClaw — the plugin is explicit by desig

29293030

## Quick start

313132-

Install the local audio dependencies and configure a backend realtime voice

33-

provider. OpenAI is the default; Google Gemini Live also works with

34-

`realtime.provider: "google"`:

32+

Install the local audio dependencies and configure a realtime transcription

33+

provider plus regular OpenClaw TTS. OpenAI is the default transcription

34+

provider; Google Gemini Live also works with `realtime.provider: "google"` for

35+

`bidi` mode:

35363637

```bash

3738

brew install blackhole-2ch sox

@@ -130,15 +131,15 @@ participation.

130131

Create a new meeting and join it:

131132132133

```bash

133-

openclaw googlemeet create --transport chrome-node --mode realtime

134+

openclaw googlemeet create --transport chrome-node --mode agent

134135

```

135136136137

For API-created rooms, use Google Meet `SpaceConfig.accessType` when you want

137138

the room's no-knock policy to be explicit instead of inherited from the Google

138139

account defaults:

139140140141

```bash

141-

openclaw googlemeet create --access-type OPEN --transport chrome-node --mode realtime

142+

openclaw googlemeet create --access-type OPEN --transport chrome-node --mode agent

142143

```

143144144145

`OPEN` lets anyone with the Meet URL join without knocking. `TRUSTED` lets the

@@ -177,15 +178,15 @@ can explain which path was used. `create` joins the new meeting by default and

177178

returns `joined: true` plus the join session. To only mint the URL, use

178179

`create --no-join` on the CLI or pass `"join": false` to the tool.

179180180-

Or tell an agent: "Create a Google Meet, join it with realtime voice, and send

181-

me the link." The agent should call `google_meet` with `action: "create"` and

182-

then share the returned `meetingUri`.

181+

Or tell an agent: "Create a Google Meet, join it with the agent talk-back mode,

182+

and send me the link." The agent should call `google_meet` with

183+

`action: "create"` and then share the returned `meetingUri`.

183184184185

```json

185186

{

186187

"action": "create",

187188

"transport": "chrome-node",

188-

"mode": "realtime"

189+

"mode": "agent"

189190

}

190191

```

191192

@@ -818,7 +819,7 @@ Agents can also create an API-backed room with an explicit access policy:

818819

{

819820

"action": "create",

820821

"transport": "chrome-node",

821-

"mode": "realtime",

822+

"mode": "agent",

822823

"accessType": "OPEN"

823824

}

824825

```

@@ -1000,8 +1001,8 @@ Set the plugin config under `plugins.entries.google-meet.config`:

10001001

Defaults:

1001100210021003

- `defaultTransport: "chrome"`

1003-

- `defaultMode: "agent"` (`"realtime"` is accepted as a compatibility alias for

1004-

`"agent"`)

1004+

- `defaultMode: "agent"` (`"realtime"` is accepted only as a legacy

1005+

compatibility alias for `"agent"`; new tool calls should say `"agent"`)

10051006

- `chromeNode.node`: optional node id/name/IP for `chrome-node`

10061007

- `chrome.audioBackend: "blackhole-2ch"`

10071008

- `chrome.guestName: "OpenClaw Agent"`: name used on the signed-out Meet guest

@@ -1011,7 +1012,7 @@ Defaults:

10111012

- `chrome.reuseExistingTab: true`: activate an existing Meet tab instead of

10121013

opening duplicates

10131014

- `chrome.waitForInCallMs: 20000`: wait for the Meet tab to report in-call

1014-

before the realtime intro is triggered

1015+

before the talk-back intro is triggered

10151016

- `chrome.audioFormat: "pcm16-24khz"`: command-pair audio format. Use

10161017

`"g711-ulaw-8khz"` only for legacy/custom command pairs that still emit

10171018

telephony audio.

@@ -1140,8 +1141,8 @@ Gateway host, so model credentials stay there. With the default `mode: "agent"`,

11401141

the realtime transcription provider handles listening, the configured OpenClaw

11411142

agent produces the answer, and regular OpenClaw TTS speaks it into Meet. Use

11421143

`mode: "bidi"` when you want the realtime voice model to answer directly.

1143-

`mode: "realtime"` remains accepted as a compatibility alias for

1144-

`mode: "agent"`.

1144+

Raw `mode: "realtime"` remains accepted as a legacy compatibility alias for

1145+

`mode: "agent"`, but it is no longer advertised in the agent tool schema.

1145114611461147

Use `action: "status"` to list active sessions or inspect a session ID. Use

11471148

`action: "speak"` with `sessionId` and `message` to make the realtime agent