AI agents can leverage browser sessions to complete tasks in the web. The ways to use the browser in CrewAI agent platform are:

  • As a Flexible Browser Tool: Enable the CrewAI agent to explore the web freely using a general-purpose browser tool.
  • As a Specific-Flow Tool Defined in CrewAI: Create custom tools by writing CrewAI code to define specific workflows tailored to your needs.
  • As a Specific-Flow Tool Defined in Anchor Browser: Define tools using the Anchor platform, which CrewAI agents can then use through the Official Anchor Tool.

Quick start - Use Anchor Browser as a flexible browser tool

You can connect your CrewAI agent directly to Anchor Browser, allowing it to use browser sessions for various tasks, leveraging the power of browser automation without the need for complex integration code. Below is a quick guide to setting up and using Anchor Browser as a tool for your CrewAI agent.

Use Anchor Browser as a specific-flow tool defined in CrewAI

CrewAI can integrate closely with Anchor Browser to define tools for particular workflows. For example, if you need a customized process to interact with an authenticated application, you can create that flow as a reusable tool that CrewAI agents can use for automation.

Here is an example of creating a specific workflow tool using Anchor Browser that can be utilized by CrewAI to automate targeted tasks.