mulmocast 1.1.0 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/assets/templates/akira_comic.json +1 -1
  2. package/assets/templates/ani.json +3 -3
  3. package/assets/templates/ani_ja.json +3 -3
  4. package/assets/templates/business.json +1 -1
  5. package/assets/templates/characters.json +1 -1
  6. package/assets/templates/children_book.json +1 -1
  7. package/assets/templates/coding.json +1 -1
  8. package/assets/templates/comic_strips.json +1 -1
  9. package/assets/templates/drslump_comic.json +1 -1
  10. package/assets/templates/ghibli_comic.json +1 -1
  11. package/assets/templates/ghibli_image_only.json +1 -1
  12. package/assets/templates/ghibli_shorts.json +1 -1
  13. package/assets/templates/ghost_comic.json +1 -1
  14. package/assets/templates/html.json +1 -1
  15. package/assets/templates/onepiece_comic.json +1 -1
  16. package/assets/templates/portrait_movie.json +1 -1
  17. package/assets/templates/realistic_movie.json +1 -1
  18. package/assets/templates/sensei_and_taro.json +1 -1
  19. package/assets/templates/shorts.json +1 -1
  20. package/assets/templates/text_and_image.json +1 -1
  21. package/assets/templates/text_only.json +1 -1
  22. package/assets/templates/trailer.json +1 -1
  23. package/lib/actions/image_agents.d.ts +24 -0
  24. package/lib/actions/image_agents.js +9 -0
  25. package/lib/actions/images.js +35 -6
  26. package/lib/actions/movie.js +3 -2
  27. package/lib/agents/index.d.ts +2 -1
  28. package/lib/agents/index.js +2 -1
  29. package/lib/agents/lipsync_replicate_agent.d.ts +5 -0
  30. package/lib/agents/lipsync_replicate_agent.js +72 -0
  31. package/lib/agents/movie_replicate_agent.js +10 -1
  32. package/lib/cli/commands/tool/prompt/builder.js +2 -2
  33. package/lib/cli/commands/tool/scripting/builder.js +2 -2
  34. package/lib/cli/commands/tool/story_to_script/builder.js +2 -2
  35. package/lib/data/index.d.ts +2 -0
  36. package/lib/data/index.js +2 -0
  37. package/lib/data/promptTemplates.d.ts +449 -0
  38. package/lib/data/promptTemplates.js +571 -0
  39. package/lib/data/scriptTemplates.d.ts +657 -0
  40. package/lib/data/scriptTemplates.js +1099 -0
  41. package/lib/index.browser.d.ts +2 -1
  42. package/lib/index.browser.js +2 -1
  43. package/lib/index.common.d.ts +1 -0
  44. package/lib/index.common.js +1 -0
  45. package/lib/methods/index.d.ts +0 -1
  46. package/lib/methods/index.js +0 -1
  47. package/lib/methods/mulmo_presentation_style.d.ts +10 -0
  48. package/lib/methods/mulmo_presentation_style.js +8 -1
  49. package/lib/methods/mulmo_script_template.d.ts +2 -2
  50. package/lib/tools/create_mulmo_script_from_url.js +14 -2
  51. package/lib/tools/create_mulmo_script_interactively.js +2 -1
  52. package/lib/tools/dump_prompt.js +1 -1
  53. package/lib/tools/story_to_script.js +5 -4
  54. package/lib/types/agent.d.ts +10 -0
  55. package/lib/types/schema.d.ts +322 -92
  56. package/lib/types/schema.js +11 -2
  57. package/lib/types/type.d.ts +4 -4
  58. package/lib/utils/context.d.ts +21 -6
  59. package/lib/utils/context.js +1 -0
  60. package/lib/utils/file.d.ts +5 -5
  61. package/lib/utils/file.js +36 -33
  62. package/lib/utils/inquirer.js +2 -2
  63. package/lib/utils/preprocess.d.ts +16 -6
  64. package/lib/utils/prompt.d.ts +1 -2
  65. package/lib/utils/prompt.js +0 -14
  66. package/lib/utils/provider2agent.d.ts +13 -0
  67. package/lib/utils/provider2agent.js +32 -0
  68. package/lib/utils/system_prompt.d.ts +1 -0
  69. package/lib/utils/system_prompt.js +1 -0
  70. package/lib/utils/templates.d.ts +3 -0
  71. package/lib/utils/templates.js +46 -0
  72. package/lib/utils/utils.js +3 -0
  73. package/package.json +8 -4
  74. package/scripts/templates/business.json +1 -1
  75. package/scripts/templates/children_book.json +1 -1
  76. package/scripts/templates/coding.json +1 -1
  77. package/scripts/templates/html.json +1 -1
  78. package/scripts/templates/image_prompt_only_template.json +1 -1
  79. package/scripts/templates/image_prompts_template.json +1 -1
  80. package/scripts/templates/image_refs.json +1 -1
  81. package/scripts/templates/movie_prompts_no_text_template.json +1 -1
  82. package/scripts/templates/movie_prompts_template.json +1 -1
  83. package/scripts/templates/presentation.json +1 -1
  84. package/scripts/templates/sensei_and_taro.json +1 -1
  85. package/scripts/templates/shorts_template.json +1 -1
  86. package/scripts/templates/text_only_template.json +1 -1
  87. package/scripts/templates/voice_over.json +1 -1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$mulmocast": {
3
- "version": "1.0",
3
+ "version": "1.1",
4
4
  "credit": "closing"
5
5
  },
6
6
  "references": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$mulmocast": {
3
- "version": "1.0",
3
+ "version": "1.1",
4
4
  "credit": "closing"
5
5
  },
6
6
  "title": "[TITLE: Brief, engaging title for the topic]",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$mulmocast": {
3
- "version": "1.0",
3
+ "version": "1.1",
4
4
  "credit": "closing"
5
5
  },
6
6
  "title": "[TITLE: Brief, engaging title for the topic]",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$mulmocast": {
3
- "version": "1.0"
3
+ "version": "1.1"
4
4
  },
5
5
  "title": "[TITLE OF THE PRESENTAITON OR STORY]",
6
6
  "imageParams": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$mulmocast": {
3
- "version": "1.0",
3
+ "version": "1.1",
4
4
  "credit": "closing"
5
5
  },
6
6
  "title": "[TITLE: Brief, engaging title for the topic]",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$mulmocast": {
3
- "version": "1.0",
3
+ "version": "1.1",
4
4
  "credit": "closing"
5
5
  },
6
6
  "title": "[TITLE: Brief, engaging title for the topic]",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$mulmocast": {
3
- "version": "1.0",
3
+ "version": "1.1",
4
4
  "credit": "closing"
5
5
  },
6
6
  "htmlImageParams": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$mulmocast": {
3
- "version": "1.0",
3
+ "version": "1.1",
4
4
  "credit": "closing"
5
5
  },
6
6
  "title": "韓国の戒厳令とその日本への影響",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$mulmocast": {
3
- "version": "1.0"
3
+ "version": "1.1"
4
4
  },
5
5
  "title": "[TITLE: Brief, engaging title for the topic]",
6
6
  "lang": "en",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$mulmocast": {
3
- "version": "1.0",
3
+ "version": "1.1",
4
4
  "credit": "closing"
5
5
  },
6
6
  "title": "[TITLE: Brief, engaging title for the topic]",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$mulmocast": {
3
- "version": "1.0"
3
+ "version": "1.1"
4
4
  },
5
5
  "title": "Voice Over Test",
6
6
  "captionParams": {