This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Description
I'm wondering if it's possible/within the scope of this crate to allow serialization (specifically of the data in a ThinkerBuilder). I can see it being useful to persist AI to a save, or prototype quickly by adjusting values. I can think of a few alternatives (mainly writing my own intermediate struct to serialize/deserialize the ThinkerBuilder to) but this seems like the neatest option