mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-03 14:09:24 +00:00
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.