Support multiple callbacks per step type in step_callbacks dict by albertvillanova · Pull Request #1517 · huggingface/smolagents (original) (raw)

Support multiple callbacks per step type in step_callbacks dict.

This PR enhances the step_callbacks parameter in MultiStepAgent to support registering multiple callbacks for the same step type when using the dictionary format.

Note: