mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-05 03:31:35 +00:00
This PR adds a module-level docstring to `_message_transform.py`, as requested in the review for [PR #6063](https://github.com/microsoft/autogen/pull/6063). The documentation includes: - Background and motivation behind the modular transformer design - Key concepts such as transformer functions, pipelines, and maps - Examples of how to define, register, and use transformers - Design principles to guide future contributions and extensions By embedding this explanation directly into the module, contributors and maintainers can more easily understand the structure, purpose, and usage of the transformer pipeline without needing to refer to external documents. ## Related issue number Follow-up to [PR #6063](https://github.com/microsoft/autogen/pull/6063)