LICENSE
README.md
pyproject.toml
setup.py
docsrc/__init__.py
docsrc/source/__init__.py
docsrc/source/conf.py
fragile/__init__.py
fragile/version.py
fragile.egg-info/PKG-INFO
fragile.egg-info/SOURCES.txt
fragile.egg-info/dependency_links.txt
fragile.egg-info/requires.txt
fragile.egg-info/top_level.txt
fragile/algorithms/__init__.py
fragile/algorithms/fmc.py
fragile/algorithms/jump_best.py
fragile/callbacks/__init__.py
fragile/callbacks/data_tracking.py
fragile/callbacks/memory.py
fragile/callbacks/oobs.py
fragile/callbacks/report.py
fragile/callbacks/root_walker.py
fragile/callbacks/time_steps.py
fragile/callbacks/time_tracking.py
fragile/callbacks/tree.py
fragile/core/__init__.py
fragile/core/api_classes.py
fragile/core/env.py
fragile/core/fractalai.py
fragile/core/policy.py
fragile/core/state.py
fragile/core/swarm.py
fragile/core/typing.py
fragile/core/walkers.py
fragile/dataviz/__init__.py
fragile/dataviz/plot_2d.py
fragile/dataviz/plot_root.py
fragile/dataviz/plot_walkers.py
fragile/dataviz/stream_plots.py
fragile/dataviz/utils.py
fragile/optimize/__init__.py
fragile/optimize/benchmarks.py
fragile/optimize/env.py
fragile/optimize/policy.py
fragile/optimize/utils.py
tests/__init__.py
tests/test_functions_integration.py
tests/test_plangym_integration.py
tests/core/__init__.py
tests/core/test_example_state.py
tests/core/test_state.py
tests/core/test_state_chat.py