Create AI agents that can use web browsers with LangGraph and MarinaBox
mb_start_browser
: A LangGraph node that initializes and starts up an isolated browser sessionmb_stop_browser
: A LangGraph node that safely closes the browser sessionmb_use_browser_tool
: A LangGraph tool that enables agents to interact with the browser using natural language commandsmb_start_browser
node, which creates and initializes an isolated browser sessionmb_use_browser_tool
to send natural language commands to control the browsermb_stop_browser
node ensures proper cleanup and closure of the session