- As a Flexible Browser Tool: Utilize Anchor Browser as a general-purpose browser tool that allows your AI agent to freely explore the web and perform dynamic interactions.
- As a Specific-Flow Tool Defined in Your Custom Framework: Create reusable, custom tools in your AI framework to handle specific workflows or sequences of interactions.
- As an Automation Task defined in Anchor Browser: Define tasks on the Anchor platform and invoke them from your custom AI framework through the Tasks API.
Quick Start - Use Anchor Browser as a Flexible Browser Tool
Your custom AI framework can directly integrate with Anchor Browser, allowing your agent to interact with the web dynamically. Below is an example of how you can connect your custom AI framework to Anchor Browser, enabling the agent to perform various tasks.Code example - Use Anchor Browser as a flexible browser tool
Code example - Use Anchor Browser as a flexible browser tool
Use Anchor Browser as a Specific-Flow Tool Defined in a Custom Framework
Anchor Browser can also be integrated into your custom AI framework to create specific workflow tools. These tools can handle specialized tasks that your agent needs to perform repeatedly, providing consistency and reducing the need for writing duplicate code. Here is an example of creating a specific tool using Anchor Browser that can be utilized by your custom AI framework for automating targeted tasks.Code example - Use Anchor Browser as a specific-flow tool in a custom AI framework
Code example - Use Anchor Browser as a specific-flow tool in a custom AI framework

