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
Text description of the desired video **kwargs: Additional parameters
Returns
VideoObject (does not wait for completion)
Uses
generate
Used By
Agent.run_untilrequire_approvalHookRunner.execute_syncMCPToolRunner.runTask.execute_callback_sync
Source
View on GitHub
praisonaiagents/agent/video_agent.py at line 646
