Skip to content

Conversation

@cto-new
Copy link

@cto-new cto-new bot commented Dec 4, 2025

Summary

This PR adds a Chinese guide to explain Realtime handoff in the OpenAI Realtime agents, covering the concept, lifecycle, and typical usage scenarios.

Details

  • Added a new Chinese guide at docs/src/content/docs/zh/guides/realtime-handoff.md detailing handoff concepts, async/sync behavior, RAG integration considerations, and session lifecycle.
  • Explain how multiple agents can be orchestrated within a single RealtimeSession, including history sharing and context propagation.
  • Provide guidance on using session.updateHistory() for long-running chats and note limitations around handoff.inputFilter.
  • Offer a simple demo pattern and recommended scenarios (IVR, real-time RAG, multi-language, guardrails).
  • Align with existing Guides structure and ensure no runtime changes.

Provide a comprehensive Chinese guide detailing Realtime handoff mechanisms, including what handoff is, sync vs async behavior, how it interacts with RAG, how context/history is managed, session lifecycle, multi-agent coordination, and practical demos. Document usage patterns, example flows, and recommended practices for RAG integration and long conversations. This is documentation-only and does not affect runtime behavior.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant