fix: remove Unicode chars from template

This commit is contained in:
2026-04-09 23:03:03 +00:00
parent 5efda42d08
commit afa9944805

View File

@@ -1,5 +1,5 @@
name: hire_agent name: hire_agent
description: "CEO designs and provisions a new agent skills-guided, adjudicated, directly committed." description: "CEO designs and provisions a new agent -- skills-guided, adjudicated, directly committed."
debug: true debug: true
system: agent_prompt system: agent_prompt
@@ -27,7 +27,7 @@ steps:
OPERATOR'S ORIGINAL REQUEST (context for why this hire is needed): OPERATOR'S ORIGINAL REQUEST (context for why this hire is needed):
{original_operator_prompt} {original_operator_prompt}
CONTEXT: Read the SKILLS & GUIDES section it contains the PAE Agent Guide CONTEXT: Read the SKILLS & GUIDES section -- it contains the PAE Agent Guide
which defines the exact file schemas you must produce. which defines the exact file schemas you must produce.
DECISION PROCESS: DECISION PROCESS:
@@ -42,8 +42,8 @@ steps:
- name: A distinctive, professional name fitting the role and company culture. - name: A distinctive, professional name fitting the role and company culture.
- role: One of: ceo, director, specialist, analyst, writer, editor, researcher. - role: One of: ceo, director, specialist, analyst, writer, editor, researcher.
- model: power for directors, default for specialists (unless deep reasoning needed). - model: power for directors, default for specialists (unless deep reasoning needed).
- character.personality: One paragraph temperament, working style, decision-making. - character.personality: One paragraph -- temperament, working style, decision-making.
- character.stats: 1-10 scale intelligence, creativity, diligence, adaptability, leadership. - character.stats: 1-10 scale -- intelligence, creativity, diligence, adaptability, leadership.
- manages: Directors manage [specialists]. Specialists manage []. - manages: Directors manage [specialists]. Specialists manage [].
- department: executive, operations, creative, research, engineering. - department: executive, operations, creative, research, engineering.
- supported_templates: ONLY templates that exist in the company templates/ directory. - supported_templates: ONLY templates that exist in the company templates/ directory.
@@ -67,7 +67,7 @@ steps:
(b) design the new agent with a genuinely unique task type. (b) design the new agent with a genuinely unique task type.
- Agents that can only do "planning + boardroom" are boardroom voices, not - Agents that can only do "planning + boardroom" are boardroom voices, not
workers. Prefer hiring agents that can DO something (hire_agent, write_template, workers. Prefer hiring agents that can DO something (hire_agent, write_template,
create_company, research, analysis) not just deliberate. create_company, research, analysis) -- not just deliberate.
- type: package - type: package
packet_type: IntakeResponse packet_type: IntakeResponse
@@ -79,11 +79,11 @@ steps:
schema: schema:
actions: actions:
- type: hire_agent - type: hire_agent
agent_name: "string the agent's display name" agent_name: "string -- the agent's display name"
role: "string role slug: ceo, director, specialist, analyst, writer, editor, researcher" role: "string -- role slug: ceo, director, specialist, analyst, writer, editor, researcher"
agent_yml: "string complete content of agent.yml (valid YAML)" agent_yml: "string -- complete content of agent.yml (valid YAML)"
identity_md: "string complete content of identity.md (full markdown)" identity_md: "string -- complete content of identity.md (full markdown)"
system_md: "string complete content of system.md (lean markdown)" system_md: "string -- complete content of system.md (lean markdown)"
- type: close - type: close
rag_update: true rag_update: true