diff --git a/manuals/spawn_agent.md b/manuals/spawn_agent.md index 1560f5f..1bbad20 100644 --- a/manuals/spawn_agent.md +++ b/manuals/spawn_agent.md @@ -62,7 +62,7 @@ ```json { "task": "Check CPU temperature and memory usage. Return a table: metric, value, unit, status (ok/warn/crit). Complete ALL assigned work before responding. Your output is final.", - "briefing": "Host: 192.168.1.75\nUser: gmikcon\nPassword: getroot\nUse ssh_exec. Check temperature via 'sensors' or /sys/class/thermal/thermal_zone*/temp (divide by 1000). Check memory via 'free -h'.", + "briefing": "Host: 192.168.1.10\nUser: ops\nPassword: \nUse ssh_exec. Check temperature via 'sensors' or /sys/class/thermal/thermal_zone*/temp (divide by 1000). Check memory via 'free -h'.", "profile_id": "server_admin", "system_prompt": "You are a system metrics collector. Report all values in a structured table with columns: metric, value, unit, status." }