Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
