Split features/ into audio/, observability/, and rag/ subfolders

Extract focused example groups from the catch-all features/ folder:
- audio/: audio recording, background sound, sound effects
- observability/: observer, heartbeats, sentry metrics
- rag/: mem0, gemini-rag, gemini grounding metadata

Update README to document the new folders.
This commit is contained in:
Mark Backman
2026-03-31 13:15:06 -04:00
parent e719cbbe6d
commit 1d85aedcae
10 changed files with 13 additions and 1 deletions

View File

@@ -116,9 +116,21 @@ Video avatar integrations (Tavus, HeyGen, Simli, LemonSlice).
Video processing, mirroring, GStreamer, and custom video tracks.
### [`audio/`](./audio/)
Audio recording, background sounds, and sound effects.
### [`observability/`](./observability/)
Pipeline monitoring: observers, heartbeats, and Sentry metrics.
### [`rag/`](./rag/)
Retrieval-augmented generation, grounding, and long-term memory (Mem0, Gemini).
### [`features/`](./features/)
Miscellaneous features: sound effects, wake phrases, observers, audio recording, live translation, service switching, and more.
Miscellaneous features: wake phrases, live translation, service switching, voice switching, and more.
## Advanced Usage