This is a Python project for evaluating agent performance.
├── .venv/ # Virtual environment
├── notebook.ipynb # Jupyter notebook for analysis
├── pyproject.toml # Project configuration
├── README.md # This file
├── .gitignore # Git ignore file
├── .python-version # Python version specification
└── uv.lock # Dependency lock file
- Clone the repository:
git clone git@github.com:CSI-Genomics-and-Data-Analytics-Core/ai-agent-evaluation.git
cd ai-agent-evaluation- Install uv (if not already installed):
curl -LsSf https://astral.sh/uv/install.sh | sh- Create virtual environment and install dependencies:
uv sync- Run the Jupyter notebook:
uv run jupyter notebook notebook.ipynb