VideoAgent
Defined in the agents module.Rust AI Agent SDK A specialized agent for generating videos using AI models.
Fields
| Name | Type | Description |
|---|---|---|
name | String | Agent name |
model | String | LLM model (e.g., “openai/sora-2”) |
config | VideoConfig | Video configuration |
verbose | bool | Verbose output |
Methods
new
name
generate
| Name | Type |
|---|---|
_prompt | &str |
Source
View on GitHub
praisonai/src/agents/mod.rs at line 445
