Skip to content

Commit

Permalink
updated wording in notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
areibman committed Jun 10, 2024
1 parent b41cf6a commit 7290aae
Show file tree
Hide file tree
Showing 4 changed files with 175 additions and 7 deletions.
165 changes: 165 additions & 0 deletions examples/multion/Autonomous_web_browsing.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<h1>MultiOn x AgentOps - Tracking web browse actions</h1>\n",
"<h1>MultiOn Tracking Web Browse Actions</h1>\n",
"<img src=\"https://github.com/AgentOps-AI/agentops/blob/b4aac2d4b9fb16d6aa0a25aa9018210a94f1bef2/docs/logo/multion_integration.png?raw=true\" width=\"250px\" style=\"max-width: 100%; height: auto;\"/>\n",
" \n",
"<p>Agents using MultiOn can launch and control remote or local web browsers to perform actions and retrieve context. With AgentOps, agent actions as well as MultiOn browse events will get tracked. MultiOn browse events automatically trace screenshots as well.</p>"
"Agents using MultiOn can launch and control remote or local web browsers to perform actions and retrieve context using natural language commands. With AgentOps, MultiOn evens such as browse, retrieve, and step are automatically tracked.\n",
"\n",
"\n",
"![AgentOps MultiOn Browse](https://github.com/AgentOps-AI/agentops/blob/main/docs/images/agentops-multion-browse.gif?raw=true)\n",
"\n",
"Furthermore, events and LLM calls in your Python program will be tracked as well."
]
},
{
Expand Down Expand Up @@ -120,9 +125,7 @@
"metadata": {},
"source": [
"## Check your session\n",
"Check your session on [AgentOps](https://app.agentops.ai). This session should include the MultiOn browse action and the OpenAI call.\n",
"\n",
"![AgentOps MultiOn Browse](https://github.com/AgentOps-AI/agentops/blob/main/docs/images/agentops-multion-browse.gif?raw=true)"
"Check your session on [AgentOps](https://app.agentops.ai). This session should include the MultiOn browse action and the OpenAI call."
]
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
" \n",
"With AgentOps, agent actions as well as MultiOn browse events will get tracked. MultiOn browse events automatically trace screenshots as well.\n",
"\n",
"This example shows how to use MultiOn's session creator to launch a self-directed browser agent that accomplishes a specified objective. MultiOn agents can either accomplish tasks fully autonomously or managed one step at a time. In this example, we will launch a MutliOn agent and manage each individual step. "
"This example shows how to use MultiOn's session creator to launch a self-directed browser agent that accomplishes a specified objective using Step Mode. MultiOn agents can either accomplish tasks fully autonomously or managed one step at a time. In this example, we will launch a MutliOn agent and manage each individual step. "
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"# MultiOn Autonomous Session Tracing\n",
"<img src=\"https://github.com/AgentOps-AI/agentops/blob/b4aac2d4b9fb16d6aa0a25aa9018210a94f1bef2/docs/logo/multion_integration.png?raw=true\" width=\"250px\" style=\"max-width: 100%; height: auto;\"/>\n",
" \n",
"With AgentOps, agent actions as well as MultiOn browse events will get tracked. MultiOn browse events automatically trace screenshots as well.\n",
"With AgentOps, agent actions as well as MultiOn retrieve events will get tracked. MultiOn browse events automatically trace screenshots as well.\n",
"\n",
"This example shows how to use MultiOn's session creator to launch a self-directed browser agent that accomplishes a specified objective."
]
Expand Down

0 comments on commit 7290aae

Please sign in to comment.