mirror of
https://github.com/trycua/computer.git
synced 2026-02-18 12:28:51 -06:00
Add relevant links to docs
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user