Add relevant links to docs

This commit is contained in:
James Murdza
2025-09-12 18:41:30 -04:00
parent 73fb0002f0
commit 3552ef62a8

View File

@@ -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",