RealtimeAgent
Defined in the agents module.Rust AI Agent SDK Agent for real-time voice conversations.
Fields
| Name | Type | Description |
|---|---|---|
name | String | - |
model | String | Model to use |
config | RealtimeConfig | Configuration |
verbose | bool | - |
Methods
new
name
send_text
| Name | Type |
|---|---|
text | &str |
Source
View on GitHub
praisonai/src/agents/mod.rs at line 1304
