{
  "gateway": {
    "auth": {
      "mode": "token",
      "token": "your-secret-token-here"
    }
  },
  "agents": [
    {
      "name": "工作助手",
      "model": "deepseek-chat",
      "systemPrompt": "你是一个专业的职场助手，擅长处理文档、会议记录和项目管理。",
      "workspace": "work"
    },
    {
      "name": "个人助手",
      "model": "deepseek-chat",
      "systemPrompt": "你是一个友好的个人助手，擅长日常对话和娱乐。",
      "workspace": "personal"
    },
    {
      "name": "代码助手",
      "model": "gpt-4",
      "systemPrompt": "你是一个专业的编程助手，擅长代码生成、调试和审查。",
      "workspace": "coding"
    },
    {
      "name": "内容助手",
      "model": "kimi",
      "systemPrompt": "你是一个创意写作助手，擅长文章创作和内容优化。",
      "workspace": "content"
    }
  ]
}
