diff --git a/simplexity/generative_processes/__init__.py b/simplexity/generative_processes/__init__.py index 8541e88c..3d71ee56 100644 --- a/simplexity/generative_processes/__init__.py +++ b/simplexity/generative_processes/__init__.py @@ -4,7 +4,7 @@ [generators](https://github.com/ealt/generators), which distributes process modules by copying rather than by import. Run management instantiates a vendored process on equal terms with one implemented here: see `simplexity.run_management.protocols.GenerativeProcessProtocol` for the -and contract and `docs/generators_migration.md` for the migration. +contract, and `docs/generators_migration.md` for the migration. Nothing here is removed or altered yet. Full deprecation waits until generators reaches feature parity with this package; `docs/design/generators_instantiation.md` tracks the outstanding gaps.