{
  "gateway": {
    "provider": "openai",
    "model": "gpt-5.4",
    "apiType": "openai-responses",
    "baseUrl": "https://api.openai.com/v1",
    "userAgent": "fastagent/cli-0.5.0",
    "apiKey": "<your-api-key>",
    "supportsPreviousResponse": false,
    "requestTimeoutMs": 60000,
    "maxRetries": 2
  },
  "sandbox": {
    "remoteUrl": "http://127.0.0.1:8788",
    "apiKey": "<sandbox-api-key>",
    "workspaceMode": "isolated",
    "launcher": {
      "bin": "fastagent-sandbox"
    }
  },
  "acp": {
    "workspaceId": "workspace-dev",
    "workspacePath": "/abs/workspace",
    "maxTurns": 100
  },
  "engine": {
    "defaultThinkingLevel": "medium",
    "turnTimeoutMs": 180000,
    "toolExecutionTimeoutMs": 120000,
    "autoCompaction": true,
    "modelContextWindow": 300000,
    "autoCompactionTokenLimit": 280000
  },
  "imGateway": {
    "agentId": "agent-weixin-dev",
    "workspaceDir": "/abs/workspace",
    "dataDir": "/abs/fastagent",
    "stallTimeoutMs": 900000,
    "allowAllPermissions": true
  }
}
