Utility functions and helpers for Crewai integration.
def is_primitive(obj: Any) -> bool
def dictify(obj: Any, maxdepth: int = 0, depth: int = 1, seen: Union[set[int], None] = None) -> Any
def stringify(obj: Any, limit: int = MAX_STR_LEN) -> str
def serialize_crewai_objects(obj: Any) -> Any
def crewai_postprocess_inputs(inputs: dict[str, Any]) -> dict[str, Any]
def crew_kickoff_postprocess_inputs(inputs: dict[str, Any]) -> dict[str, Any]
Crew
kickoff
Was this page helpful?