glove-foundry 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -725,12 +725,23 @@ host. Delegate substantive work to a persisted Foundry instance and conversation
725
725
  through the native client or `/v1/responses`; the resulting run stays durable and
726
726
  observable.
727
727
 
728
- Use `glove-voice-s2s` for Gemini Live or OpenAI Realtime and `glove-voice` for a
728
+ Use `glove-voice-s2s` for Gemini Live, OpenAI Realtime, or GPT-Live and `glove-voice` for a
729
729
  speech-to-text / Glove / text-to-speech pipeline. A realtime host can expose a
730
730
  delegation tool backed by the typed Foundry client, or mount `RealtimeAgent` against
731
731
  the assembled Glove in a scoped layer. Stop the voice session in the layer's
732
732
  cleanup. Keep provider credentials and audio device access in the host adapter.
733
733
 
734
+ GPT-Live selects `provider: "openai-live"` in `s2sDrivenModel` or
735
+ `createS2SAdapter`. Its Responses backend chooses the exposed Glove tools; this
736
+ does not turn a voice session into a durable Foundry run. For durable work, expose
737
+ a delegation tool that calls the target instance/conversation through the Foundry
738
+ client. The host owns continuous PCM pacing (including silence), timestamped
739
+ transcript fragments, playback and avatar utterance boundaries, and awaited
740
+ shutdown for final usage. The adapter does not implement Live client delegation
741
+ or browser WebRTC. Read the [GPT-Live guide](../../glove-voice-s2s/README.md#gpt-live)
742
+ before adapting an existing room example; Realtime VAD and final-turn assumptions
743
+ do not apply.
744
+
734
745
  `examples/foundry-braind-storm` demonstrates a voice lead delegating durable work
735
746
  to Foundry agents. Phone bridges, LiveKit rooms and native audio hosts can use the
736
747
  same instance/conversation boundary. Messenger-specific voice gateways and codecs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glove-foundry",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "An Effect-native, file-routed framework for typed, observable Glove agent applications",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -65,13 +65,13 @@
65
65
  "tsx": "^4.21.0",
66
66
  "zod": "^4.3.6",
67
67
  "glove-core": "4.1.0",
68
- "glove-facts": "0.1.2",
69
- "glove-lisp": "0.5.0",
70
68
  "glove-js": "0.5.0",
71
69
  "glove-mcp": "1.2.0",
72
- "glove-memory": "2.1.0",
73
- "glove-python": "0.4.0",
70
+ "glove-lisp": "0.5.0",
71
+ "glove-facts": "0.1.2",
72
+ "glove-memory": "2.2.0",
74
73
  "glove-mesh": "0.1.5",
74
+ "glove-python": "0.4.0",
75
75
  "glove-working-environment": "0.6.1"
76
76
  },
77
77
  "devDependencies": {