# Lab Package (agent-framework-lab) Experimental packages for cutting-edge features including benchmarking, reinforcement learning, and research initiatives. ## Structure This package contains experimental sub-packages: - `gaia/` - GAIA benchmark integration - `lightning/` - Lightning-based training utilities - `tau2/` - Tau-bench evaluation framework - `namespace/` - Experimental namespace utilities ## Note Lab packages are experimental and may change frequently. They are not included in the standard `agent-framework[all]` installation. ## Installation ```bash pip install agent-framework-lab ```