{
  "name": "hello",
  "description": "Minimal reference agent — no tools, conversational only. Use this to verify your server is working.",
  "model": "anthropic/claude-haiku-4-5",
  "temperature": 0.5,
  "memory": { "enabled": false },
  "skillDiscovery": false,
  "modes": {
    "chat": { "enabled": true },
    "task": { "enabled": true, "maxIterations": 5, "maxDurationSeconds": 30 },
    "subagent": { "enabled": true, "maxIterations": 5, "maxDurationSeconds": 30 },
    "daemon": { "enabled": false }
  }
}
