Registry / llm-agents / fhaviary

fhaviary

JSON →
library0.35.0pypypiunverified

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 fhaviary
INSTALL
IMPORT
SIG · FHAVIARY
F
fhaviary
llm-agentspythonv0.35.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FHAviaryEnv
from aviary import FHAviaryEnv
from fhaviary import FHAviaryEnv

Create and step through an FHAviary environment.

from fhaviary import make env = make('FHAviary-v0', api_key=os.environ.get('OPENAI_API_KEY', '')) obs, info = env.reset() print(obs) env.close()
Debug
Known issues
breakingIn version 0.35.0, the environment ID changed from 'fhaviary-v0' to 'FHAviary-v0'. Old IDs will raise a gymnasium error.
fix
Use env_id='FHAviary-v0' when calling make().
affects: >=0.35.0
deprecatedThe function 'FHAviaryEnv.from_config' is deprecated in 0.35.0. Use 'make' with config dict instead.
fix
env = make('FHAviary-v0', config=config_dict)
affects: >=0.35.0
gotchadoctest mode is not supported; attempting to run doctests will break.
fix
Use pytest instead of doctest for testing.
affects: all
Upgrade
Version history
0.35.0latest on PyPI · released Apr 16, 2026
Audit
Dependencies
gymnasiumrequiredCore framework dependency for environments and spaces.
numpyrequiredUsed for numerical operations and space definitions.
Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
1
Resources
fhaviary — pip install fhaviary · libregistry