fix: remove Unicode chars from template
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: marketing_campaign
|
||||
description: "Full go-to-market campaign — research → strategy → spawn execution tasks (social, email, press release, ad copy)."
|
||||
description: "Full go-to-market campaign -- research -> strategy -> spawn execution tasks (social, email, press release, ad copy)."
|
||||
debug: true
|
||||
system: agent_prompt
|
||||
agent_prompt:
|
||||
@@ -42,12 +42,12 @@ steps:
|
||||
packet_type: PlanningResponsePacket
|
||||
schema:
|
||||
tasks:
|
||||
- task_name: "string — descriptive name, e.g. 'Social Media Pack: The Starfall Accord Launch'"
|
||||
description: "string — full brief for this content piece: product, audience, channel, phase, tone, CTA, word count"
|
||||
- task_name: "string -- descriptive name, e.g. 'Social Media Pack: The Starfall Accord Launch'"
|
||||
description: "string -- full brief for this content piece: product, audience, channel, phase, tone, CTA, word count"
|
||||
debug: true
|
||||
agents:
|
||||
- "string — Zara (for copy/creative), Leo (for strategy/research)"
|
||||
task_type: "string — one of: social_media_pack, email_campaign, press_release, ad_copy, author_bio, campaign_strategy"
|
||||
- "string -- Zara (for copy/creative), Leo (for strategy/research)"
|
||||
task_type: "string -- one of: social_media_pack, email_campaign, press_release, ad_copy, author_bio, campaign_strategy"
|
||||
priority: 2
|
||||
max_tasks: 8
|
||||
insert_children: true
|
||||
|
||||
Reference in New Issue
Block a user