Skip to content

CSI-Genomics-and-Data-Analytics-Core/ai-agent-evaluation

Repository files navigation

Agent Evaluation Project

This is a Python project for evaluating agent performance.

Project Structure

├── .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

Setup

  1. Clone the repository:
git clone git@github.com:CSI-Genomics-and-Data-Analytics-Core/ai-agent-evaluation.git
cd ai-agent-evaluation
  1. Install uv (if not already installed):
curl -LsSf https://astral.sh/uv/install.sh | sh
  1. Create virtual environment and install dependencies:
uv sync
  1. Run the Jupyter notebook:
uv run jupyter notebook notebook.ipynb

About

Evaluation framework for genomic discovery agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published