examples/gui-agent-2.0/README.md
A minimal, runnable demo showing how to use GUI Agent SDK 2.0 with the AIO Hybrid Operator and a Doubao model to perform a simple task.
GUIAgent with AIOHybridOperator and a Doubao model.env.local file in this folder with the following keys:ARK_BASE_URL=https://your-ark-base-url
ARK_API_KEY=your-ark-api-key
DOUBAO_SEED_1_6=your-doubao-model-id
SANDBOX_URL=http://your-aio-sandbox-url
pnpm install
# or
npm install
pnpm dev
pnpm build
pnpm start
You should see logs similar to:
📦 Testing AIO Operator...
📝 Agent with AIO Operator Response:
================================================
<agent response content>
================================================