This paper introduces BioMARS, a multi-agent robotic system designed to automate biological experiments, particularly cell culture tasks. The system employs a hierarchical architecture consisting of three agents: the Biologist Agent, which generates experimental protocols based on literature retrieval using large language models (LLMs); the Technician Agent, which translates these protocols into executable robotic actions; and the Inspector Agent, which monitors the execution for errors using vision-language models (VLMs) and vision transformers (ViTs). The Biologist Agent leverages a retrieval-augmented generation approach, retrieving relevant literature using online query APIs and then using LLMs to generate experimental protocols. The Technician Agent translates these protocols into robotic commands, coordinating the actions of dual robotic arms and environmental modules such as incubators and centrifuges. The Inspector Agent monitors the experimental process, identifying procedural deviations and prompting replanning or user notification. The paper demonstrates BioMARS's capabilities through a series of in-vitro experiments, including cell passaging and culture tasks, achieving performance comparable to manual methods in terms of cell viability, morphological integrity, and reproducibility. The authors also present an evaluation of different LLMs for protocol generation, highlighting the effectiveness of their proposed approach. The core contribution of this work lies in the integration of LLMs and VLMs with robotic automation to create a system capable of autonomously designing, planning, and executing biological experiments. This approach aims to enhance reproducibility, throughput, and independence from human variability in biological research. The paper also introduces a hierarchical error detection system, combining geometric and semantic analysis, which is a significant contribution to ensuring the accuracy and reliability of automated experiments. The system's modular backend is designed to allow scalable integration with laboratory hardware, suggesting potential for future expansion and adaptation to more complex experimental setups. Overall, the paper presents a novel and innovative approach to automating biological experiments, demonstrating the potential of AI-driven systems to transform laboratory research.