Summary
Include video processing configuration in scaffolded projects. Video-capable agents need a preprocessing sidecar that extracts frames and metadata before passing content to a vision model.
Requirements
- Add
video section to scaffolded agent.yaml with preprocessor_endpoint, frame_extraction_strategy (uniform, keyframe, scene-change), and max_duration_seconds.
- Include VideoPreprocessor sidecar container definition in the Helm chart when video is enabled.
- Gate video config behind the
fips-agents create interactive prompt (only scaffold when requested).
- Add a YAML comment noting the vision model dependency (video requires vision to be enabled).
Companion Issues
Companion issues filed on fips-agents/agent-template, fips-agents/gateway-template, fips-agents/ui-template, and fips-agents/examples.
Size
S
Summary
Include video processing configuration in scaffolded projects. Video-capable agents need a preprocessing sidecar that extracts frames and metadata before passing content to a vision model.
Requirements
videosection to scaffoldedagent.yamlwithpreprocessor_endpoint,frame_extraction_strategy(uniform, keyframe, scene-change), andmax_duration_seconds.fips-agents createinteractive prompt (only scaffold when requested).Companion Issues
Companion issues filed on fips-agents/agent-template, fips-agents/gateway-template, fips-agents/ui-template, and fips-agents/examples.
Size
S