toga-ai 1.0.96 → 1.0.97
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.
|
@@ -50,7 +50,7 @@ conventions match the rest of the Python fleet.
|
|
|
50
50
|
## Top-level layout
|
|
51
51
|
|
|
52
52
|
```
|
|
53
|
-
voice-to-voice
|
|
53
|
+
voice-to-voice/
|
|
54
54
|
├── core/ # shared platform code
|
|
55
55
|
│ ├── base_config.py # pydantic-settings: YAML + env precedence
|
|
56
56
|
│ ├── utils.py # phone sanitization, SigV4 redaction
|
|
@@ -178,4 +178,5 @@ carry this traffic.
|
|
|
178
178
|
forgot to call the tool.
|
|
179
179
|
|
|
180
180
|
## Change history
|
|
181
|
+
- 2026-06-16 — Renamed on-disk folder `voice-to-voice-new/` → `voice-to-voice/` (matches registry repo name). All path references in this doc updated. `.gitignore:42` still reads `voice-to-voice/` — the renamed folder remains gitignored (same behaviour as before). (akhokhani)
|
|
181
182
|
- 2026-06-16 — Initial architecture doc for voice-to-voice (TOGa Voice), with ODP as the first tenant. (akhokhani)
|
package/package.json
CHANGED