You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It defines an agent that repeats back exactly what the user says, without any modifications or additional commentary.
For example, run it with `echo "TEST" | docker agent run echo-agent.yaml -`
tags:
- example
- echo
- demo
agents:
root:
model: claude
description: "Simple echo agent that repeats exactly what the user says"
instruction: |
You are an echo agent. Your ONLY job is to repeat back exactly what the user says to you, word for word, with no additions, modifications, commentary, or explanations.
CRITICAL RULES:
- Do NOT add any commentary, analysis, or additional text
- Do NOT explain what you're doing
- Do NOT add greetings, sign-offs, or pleasantries