chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:39:17 +08:00
commit 4ed4e9ff99
1368 changed files with 334957 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# `RealtimeAgent`
::: agents.realtime.agent.RealtimeAgent
+3
View File
@@ -0,0 +1,3 @@
# `Audio Formats`
::: agents.realtime.audio_formats
+42
View File
@@ -0,0 +1,42 @@
# Realtime Configuration
## Run Configuration
::: agents.realtime.config.RealtimeRunConfig
## Model Settings
::: agents.realtime.config.RealtimeSessionModelSettings
## Audio Configuration
::: agents.realtime.config.RealtimeInputAudioTranscriptionConfig
::: agents.realtime.config.RealtimeInputAudioNoiseReductionConfig
::: agents.realtime.config.RealtimeTurnDetectionConfig
## Guardrails Settings
::: agents.realtime.config.RealtimeGuardrailsSettings
## Model Configuration
::: agents.realtime.model.RealtimeModelConfig
## Tracing Configuration
::: agents.realtime.config.RealtimeModelTracingConfig
## User Input Types
::: agents.realtime.config.RealtimeUserInput
::: agents.realtime.config.RealtimeUserInputText
::: agents.realtime.config.RealtimeUserInputMessage
## Client Messages
::: agents.realtime.config.RealtimeClientMessage
## Type Aliases
::: agents.realtime.config.RealtimeModelName
::: agents.realtime.config.RealtimeAudioFormat
+36
View File
@@ -0,0 +1,36 @@
# Realtime Events
## Session Events
::: agents.realtime.events.RealtimeSessionEvent
## Event Types
### Agent Events
::: agents.realtime.events.RealtimeAgentStartEvent
::: agents.realtime.events.RealtimeAgentEndEvent
### Audio Events
::: agents.realtime.events.RealtimeAudio
::: agents.realtime.events.RealtimeAudioEnd
::: agents.realtime.events.RealtimeAudioInterrupted
### Tool Events
::: agents.realtime.events.RealtimeToolStart
::: agents.realtime.events.RealtimeToolEnd
### Handoff Events
::: agents.realtime.events.RealtimeHandoffEvent
### Guardrail Events
::: agents.realtime.events.RealtimeGuardrailTripped
### History Events
::: agents.realtime.events.RealtimeHistoryAdded
::: agents.realtime.events.RealtimeHistoryUpdated
### Error Events
::: agents.realtime.events.RealtimeError
### Raw Model Events
::: agents.realtime.events.RealtimeRawModelEvent
+3
View File
@@ -0,0 +1,3 @@
# `Handoffs`
::: agents.realtime.handoffs
+3
View File
@@ -0,0 +1,3 @@
# `Items`
::: agents.realtime.items
+3
View File
@@ -0,0 +1,3 @@
# `Model`
::: agents.realtime.model
+3
View File
@@ -0,0 +1,3 @@
# `Model Events`
::: agents.realtime.model_events
+3
View File
@@ -0,0 +1,3 @@
# `Model Inputs`
::: agents.realtime.model_inputs
+3
View File
@@ -0,0 +1,3 @@
# `OpenAI Realtime`
::: agents.realtime.openai_realtime
+3
View File
@@ -0,0 +1,3 @@
# `RealtimeRunner`
::: agents.realtime.runner.RealtimeRunner
+3
View File
@@ -0,0 +1,3 @@
# `RealtimeSession`
::: agents.realtime.session.RealtimeSession