From 3552ef62a814af25e1941d3f59810fe7f81deb3b Mon Sep 17 00:00:00 2001 From: James Murdza Date: Fri, 12 Sep 2025 18:41:30 -0400 Subject: [PATCH] Add relevant links to docs --- notebooks/hud_hackathon.ipynb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/notebooks/hud_hackathon.ipynb b/notebooks/hud_hackathon.ipynb index 7e99d8bc..b0e6e84c 100644 --- a/notebooks/hud_hackathon.ipynb +++ b/notebooks/hud_hackathon.ipynb @@ -158,6 +158,10 @@ " verbosity=logging.INFO\n", ")\n", "\n", + "# Here you can set the model and tools for your agent.\n", + "# Computer use models: https://www.trycua.com/docs/agent-sdk/supported-agents/computer-use-agents\n", + "# Composed agent models: https://www.trycua.com/docs/agent-sdk/supported-agents/composed-agents\n", + "# Custom tools: https://www.trycua.com/docs/agent-sdk/custom-tools\n", "agent_config = {\n", " \"model\": \"openai/computer-use-preview\",\n", " \"tools\": [computer],\n",