Files
crewAI/lib
Greyson LaLonde ced1d9da30 refactor: replace InstanceOf[T] with plain type annotations
InstanceOf[] is a Pydantic validation wrapper that adds runtime
isinstance checks. Plain type annotations are sufficient here since
the models already use arbitrary_types_allowed or the types are
BaseModel subclasses.
2026-03-31 07:42:01 +08:00
..
2026-03-27 11:26:04 +08:00