A Gymnasium-based framework for training language model agents on constructive tasks. Version 0.35.0 provides environments, wrappers, and utilities for agent-environment interaction. Released monthly; supports Python >=3.11.
pip install fhaviaryNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create and step through an FHAviary environment.
Use env_id='FHAviary-v0' when calling make().
env = make('FHAviary-v0', config=config_dict)Use pytest instead of doctest for testing.