Files
crewAI/lib
Greyson LaLonde 9929aea830 fix: convert remaining callback lists to SerializableCallable and add tests
Address PR review: convert before_kickoff_callbacks, after_kickoff_callbacks
(crew.py) and callbacks (base_agent.py) from plain Callable to
SerializableCallable for consistent JSON round-trip support. Add 36 unit
tests for callback.py covering serialization, deserialization, env-var
gating, round-trip detection, and full Pydantic integration.
2026-03-20 13:29:29 -04:00
..