- agents/aggregator/: new Aggregator specialist agent (agent.yml + identity.md) - agents/voss/agent.yml: add aggregator to manages, add research_brief/intelligence_report templates - templates/strategy.yml: new intake routing template for InputFromUser strategy type - templates/research_brief.yml: new research brief output template - templates/intelligence_report.yml: new intelligence report template - skills/: add IntelligenceFormatGuide, ResearchMethodGuide, skills.md - templates/*.yml: fix em-dash Unicode violations -> ASCII double-hyphens Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
28 lines
529 B
YAML
28 lines
529 B
YAML
name: quick
|
|
description: "Single-pass execution. No review, no planning. Fastest possible response."
|
|
debug: true
|
|
system: agent_prompt
|
|
|
|
agent_prompt:
|
|
- "= identity.md"
|
|
|
|
sections:
|
|
- agent
|
|
- project
|
|
- history
|
|
- rag
|
|
- message
|
|
- instructions
|
|
|
|
steps:
|
|
- type: think
|
|
hint: |
|
|
Execute the assigned task directly and concisely.
|
|
Produce your best output in one pass -- no preamble, no self-commentary.
|
|
Be specific and actionable.
|
|
|
|
- type: close
|
|
rag_update: false
|
|
adjudication:
|
|
enabled: false
|