run
Method
This is a method of the VideoAgent class in the video_agent module.Generate video silently (production use). Unlike start(), this method is always silent regardless of verbose setting. Use for programmatic/scripted usage.
Signature
Parameters
str
required
Text description of the desired video **kwargs: Additional parameters
Returns
Any
VideoObject (does not wait for completion)
Uses
generate
Used By
Agent.run_untilHookRunner.execute_syncMCPToolRunner.runrun_health_checksGitRemoteSkillSource.fetch
Source
View on GitHub
praisonaiagents/agent/video_agent.py at line 646
