Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion simplexity/generative_processes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading