Initial release — OpenMontage: the first open-source agentic video production system

11 production pipelines, 47 tools, 124 agent skills.
Supports cloud APIs (fal.ai, OpenAI, ElevenLabs, Suno, HeyGen, Runway) and
free local providers (diffusers, Piper TTS, WAN 2.1, Hunyuan, CogVideo).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
calesthio
2026-03-29 08:25:17 -07:00
commit a3e735cc7a
1147 changed files with 240221 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# OpenMontage - Global Configuration
llm:
provider: anthropic # anthropic | openai | gemini | openrouter | ollama | mistral | minimax
model: null # null = use provider default
temperature: 0.7
max_tokens: 4096
budget:
mode: warn # observe | warn | cap
total_usd: 10.00
reserve_pct: 0.10 # holdback for retries / cleanup
single_action_approval_usd: 0.50
require_approval_for_new_paid_tool: true
checkpoint:
policy: guided # guided | manual_all | auto_noncreative
storage_dir: pipeline # relative to project root
output:
default_format: mp4
default_codec: libx264
default_audio_codec: aac
default_resolution: "1920x1080"
default_fps: 30
default_crf: 23
paths:
pipeline_dir: pipeline
library_dir: library
styles_dir: styles
skills_dir: skills
output_dir: output