Create AI agents that can use computers with LangGraph and MarinaBox
mb_start_computer
: A LangGraph node that initializes and starts up an isolated desktop environmentmb_stop_computer
: A LangGraph node that safely shuts down the desktop sessionmb_use_computer_tool
: A LangGraph tool that enables agents to interact with the desktop using natural language commandsmb_start_computer
node, which creates and initializes an isolated desktop environmentmb_use_computer_tool
to send natural language commands to control the desktopmb_stop_computer
node ensures proper cleanup and shutdown of the session