Improve notebook structure

This commit is contained in:
James Murdza
2025-09-12 18:36:56 -04:00
parent 4c52aaa298
commit 73fb0002f0

View File

@@ -123,7 +123,7 @@
"id": "5c8bef64",
"metadata": {},
"source": [
"## 🤖 Create a Computer Use Agent\n",
"## 🤖 Create a computer use agent\n",
"\n",
"Create and run a computer use agent using the Cua SDK."
]
@@ -170,6 +170,16 @@
"agent = ComputerAgent(**agent_config)"
]
},
{
"cell_type": "markdown",
"id": "a07b09ee",
"metadata": {},
"source": [
"## 🖱️ Test your agent\n",
"\n",
"Run your agent on a test scenario in Cua Cloud."
]
},
{
"cell_type": "markdown",
"id": "12b9c22c",
@@ -209,7 +219,7 @@
"id": "eb4edbb5",
"metadata": {},
"source": [
"## 🧐 Evaluate the Agent with HUD\n",
"## 🧐 Benchmark your agent\n",
"\n",
"Test your agent's performance on a selection of tasks from the OSWorld benchmark."
]
@@ -248,7 +258,7 @@
"id": "5b89a103",
"metadata": {},
"source": [
"# 🦾 Improve your Agent\n",
"## 🦾 Improve your agent\n",
"\n",
"To improve your agent for OSWorld-Verified, experiment with different models and add custom tools that fit your use case. You can also dive into the ComputerAgent source code to design an improved version or subclass tailored to your needs.\n",
"\n",