Added YouTube Creator scene building flow documentation

This commit is contained in:
ajaysi
2025-12-21 17:15:23 +05:30
parent 1d745c9bc8
commit 59913bffa9
51 changed files with 7478 additions and 631 deletions

View File

@@ -22,6 +22,7 @@ class AssetType(enum.Enum):
class AssetSource(enum.Enum):
# Add youtube_creator to the enum
"""Source module/tool that generated the asset."""
# Core Content Generation
STORY_WRITER = "story_writer"
@@ -50,6 +51,9 @@ class AssetSource(enum.Enum):
# Podcast Maker
PODCAST_MAKER = "podcast_maker"
# YouTube Creator
YOUTUBE_CREATOR = "youtube_creator"
class ContentAsset(Base):