{ "cells": [ { "cell_type": "code", "execution_count": null, "id": "975c5ac2", "metadata": {}, "outputs": [], "source": [ "from biomni.agent import A1\n", "\n", "agent = A1(expected_data_lake_files=[])\n", "agent.go(\n", " \"Can you generate a script to use PyLabRobot to move water from one range of wells to another using the Hamilton STAR backend?\"\n", ")" ] } ], "metadata": { "kernelspec": { "display_name": "biomni_e2", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.11.13" } }, "nbformat": 4, "nbformat_minor": 5 }