You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"source": "## 3) Customize your agent 🛠️\n\nFor a few customization options, see: https://cua.ai/docs/agent-sdk/customizing-computeragent\n\nLevels of customization you can explore:\n\n1) Simple — Prompt engineering\n2) Easy — Tools\n3) Intermediate — Callbacks\n4) Expert — Custom agent via `register_agent` (see `libs/python/agent/agent/decorators.py` → `register_agent`)\n\nor, incorporate the ComputerAgent into your own agent framework!"
239
+
"source": [
240
+
"## 3) Customize your agent 🛠️\n",
241
+
"\n",
242
+
"For a few customization options, see: https://cua.ai/docs/agent-sdk/customizing-computeragent\n",
243
+
"\n",
244
+
"Levels of customization you can explore:\n",
245
+
"\n",
246
+
"1) Simple — Prompt engineering\n",
247
+
"2) Easy — Tools\n",
248
+
"3) Intermediate — Callbacks\n",
249
+
"4) Expert — Custom agent via `register_agent` (see `libs/python/agent/agent/decorators.py` → `register_agent`)\n",
250
+
"\n",
251
+
"or, incorporate the ComputerAgent into your own agent framework!"
0 commit comments