Commit Graph

5 Commits

Author SHA1 Message Date
calesthio
d063c3f46d Elevate Remotion visibility in README and provider guide
Remotion is the key fallback when no video gen APIs are configured —
the agent generates images and Remotion animates them into video.
Updated README Composition section and added full Remotion section
to PROVIDERS.md with component list and activation rules.
2026-03-29 09:48:07 -07:00
calesthio
8d1920cf24 Remove internal capability audit document 2026-03-29 09:45:40 -07:00
calesthio
3edf87da85 Add comprehensive provider guide with setup, pricing, and free tiers
docs/PROVIDERS.md covers all 12+ providers: step-by-step key setup,
free tier limits, paid pricing tables, VRAM requirements for local
tools, cost-optimized setup order, and capability coverage matrix.
2026-03-29 09:16:43 -07:00
calesthio
4327000433 Add Google Imagen and Google Cloud TTS provider tools
Two new provider tools following the BaseTool pattern with auto-discovery:
- google_imagen: Imagen 4 image generation via Generative Language REST API
- google_tts: Google Cloud TTS with 700+ voices across 50+ languages

Both share GOOGLE_API_KEY env var. Selectors auto-discover them — no
selector code changes needed. Docs and contract tests updated.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-29 09:06:26 -07:00
calesthio
a3e735cc7a 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>
2026-03-29 08:25:17 -07:00