videonut 1.2.8 → 1.3.0
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.
- package/README.md +272 -272
- package/USER_GUIDE.md +90 -90
- package/agents/core/eic.md +771 -771
- package/agents/creative/director.md +246 -246
- package/agents/creative/scriptwriter.md +207 -207
- package/agents/research/investigator.md +394 -394
- package/agents/technical/archivist.md +288 -288
- package/agents/technical/scavenger.md +247 -247
- package/config.yaml +61 -61
- package/docs/scriptwriter.md +42 -42
- package/file_validator.py +186 -186
- package/memory/short_term/asset_manifest.md +64 -64
- package/memory/short_term/investigation_dossier.md +31 -31
- package/memory/short_term/master_script.md +51 -51
- package/package.json +61 -64
- package/requirements.txt +8 -8
- package/tools/check_env.py +76 -76
- package/tools/downloaders/caption_reader.py +237 -237
- package/tools/downloaders/clip_grabber.py +82 -82
- package/tools/downloaders/image_grabber.py +105 -105
- package/tools/downloaders/pdf_reader.py +163 -163
- package/tools/downloaders/screenshotter.py +58 -58
- package/tools/downloaders/web_reader.py +69 -69
- package/tools/validators/link_checker.py +45 -45
- package/workflow_orchestrator.py +336 -336
- package/.claude/commands/archivist.toml +0 -12
- package/.claude/commands/director.toml +0 -12
- package/.claude/commands/eic.toml +0 -12
- package/.claude/commands/investigator.toml +0 -12
- package/.claude/commands/prompt.toml +0 -12
- package/.claude/commands/scavenger.toml +0 -12
- package/.claude/commands/scout.toml +0 -12
- package/.claude/commands/scriptwriter.toml +0 -12
- package/.claude/commands/seo.toml +0 -12
- package/.claude/commands/thumbnail.toml +0 -12
- package/.claude/commands/topic_scout.toml +0 -12
- package/.gemini/commands/archivist.toml +0 -12
- package/.gemini/commands/director.toml +0 -12
- package/.gemini/commands/eic.toml +0 -12
- package/.gemini/commands/investigator.toml +0 -12
- package/.gemini/commands/prompt.toml +0 -12
- package/.gemini/commands/scavenger.toml +0 -12
- package/.gemini/commands/scout.toml +0 -12
- package/.gemini/commands/scriptwriter.toml +0 -12
- package/.gemini/commands/seo.toml +0 -12
- package/.gemini/commands/thumbnail.toml +0 -12
- package/.gemini/commands/topic_scout.toml +0 -12
- package/.qwen/commands/archivist.toml +0 -12
- package/.qwen/commands/director.toml +0 -12
- package/.qwen/commands/eic.toml +0 -12
- package/.qwen/commands/investigator.toml +0 -12
- package/.qwen/commands/prompt.toml +0 -12
- package/.qwen/commands/scavenger.toml +0 -12
- package/.qwen/commands/scout.toml +0 -12
- package/.qwen/commands/scriptwriter.toml +0 -12
- package/.qwen/commands/seo.toml +0 -12
- package/.qwen/commands/thumbnail.toml +0 -12
- package/.qwen/commands/topic_scout.toml +0 -12
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "VideoNut Agent: archivist - The Archivist (Vault)"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/technical/archivist.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "VideoNut Agent: director - The Director (Spielberg)"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/creative/director.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "VideoNut Agent: eic - The Editor-in-Chief (Chief)"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/core/eic.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "VideoNut Agent: investigator - The Investigator (Sherlock)"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/research/investigator.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "VideoNut Agent: prompt_agent - The Prompt Agent (Catalyst)"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/core/prompt_agent.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "VideoNut Agent: scavenger - The Scavenger (Hunter)"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/technical/scavenger.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "VideoNut Agent: scout - Alias for Topic Scout"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/research/topic_scout.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "VideoNut Agent: scriptwriter - The Scriptwriter (Sorkin)"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/creative/scriptwriter.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "VideoNut Agent: seo - The SEO Optimizer (Ranker)"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/creative/seo.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "VideoNut Agent: thumbnail - The Thumbnail Designer (Canvas)"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/creative/thumbnail.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "VideoNut Agent: topic_scout - The Topic Scout (Scout)"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/research/topic_scout.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "The Archivist"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/technical/archivist.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "The Director"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/creative/director.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "The Editor-in-Chief"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/core/eic.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "The Investigator"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/research/investigator.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "VideoNut Agent: prompt_agent - The Prompt Agent (Catalyst)"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/core/prompt_agent.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "The Scavenger"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/technical/scavenger.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "Alias for Topic Scout - Find trending topics"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/research/topic_scout.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "VideoNut Agent: scriptwriter - The Scriptwriter (Sorkin)"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/creative/scriptwriter.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "The SEO Optimizer"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/creative/seo.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "The Thumbnail Designer"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/creative/thumbnail.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "The Topic Scout - Find trending topics and create projects"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/research/topic_scout.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "VideoNut Agent: archivist - The Archivist (Vault)"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/technical/archivist.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "VideoNut Agent: director - The Director (Spielberg)"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/creative/director.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
package/.qwen/commands/eic.toml
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "VideoNut Agent: eic - The Editor-in-Chief (Chief)"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/core/eic.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "VideoNut Agent: investigator - The Investigator (Sherlock)"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/research/investigator.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "VideoNut Agent: prompt_agent - The Prompt Agent (Catalyst)"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/core/prompt_agent.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "VideoNut Agent: scavenger - The Scavenger (Hunter)"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/technical/scavenger.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "VideoNut Agent: scout - Alias for Topic Scout"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/research/topic_scout.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "VideoNut Agent: scriptwriter - The Scriptwriter (Sorkin)"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/creative/scriptwriter.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
package/.qwen/commands/seo.toml
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "VideoNut Agent: seo - The SEO Optimizer (Ranker)"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/creative/seo.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "VideoNut Agent: thumbnail - The Thumbnail Designer (Canvas)"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/creative/thumbnail.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
description = "VideoNut Agent: topic_scout - The Topic Scout (Scout)"
|
|
2
|
-
prompt = """
|
|
3
|
-
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
4
|
-
|
|
5
|
-
<agent-activation CRITICAL="TRUE">
|
|
6
|
-
1. LOAD the FULL agent file from @_video_nut/agents/research/topic_scout.md
|
|
7
|
-
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
8
|
-
3. Execute ALL activation steps exactly as written in the agent file
|
|
9
|
-
4. Follow the agent's persona and menu system precisely
|
|
10
|
-
5. Stay in character throughout the session
|
|
11
|
-
</agent-activation>
|
|
12
|
-
"""
|