chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# `RealtimeAgent`
|
||||
|
||||
::: agents.realtime.agent.RealtimeAgent
|
||||
@@ -0,0 +1,3 @@
|
||||
# `Audio Formats`
|
||||
|
||||
::: agents.realtime.audio_formats
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -0,0 +1,3 @@
|
||||
# `Handoffs`
|
||||
|
||||
::: agents.realtime.handoffs
|
||||
@@ -0,0 +1,3 @@
|
||||
# `Items`
|
||||
|
||||
::: agents.realtime.items
|
||||
@@ -0,0 +1,3 @@
|
||||
# `Model`
|
||||
|
||||
::: agents.realtime.model
|
||||
@@ -0,0 +1,3 @@
|
||||
# `Model Events`
|
||||
|
||||
::: agents.realtime.model_events
|
||||
@@ -0,0 +1,3 @@
|
||||
# `Model Inputs`
|
||||
|
||||
::: agents.realtime.model_inputs
|
||||
@@ -0,0 +1,3 @@
|
||||
# `OpenAI Realtime`
|
||||
|
||||
::: agents.realtime.openai_realtime
|
||||
@@ -0,0 +1,3 @@
|
||||
# `RealtimeRunner`
|
||||
|
||||
::: agents.realtime.runner.RealtimeRunner
|
||||
@@ -0,0 +1,3 @@
|
||||
# `RealtimeSession`
|
||||
|
||||
::: agents.realtime.session.RealtimeSession
|
||||
Reference in New Issue
Block a user