Skip to main content
Version: 2025.11

NewModuleManifest

Description: NewModuleManifest

Attributes

NameTypeDescription
module_nameStrictStr
module_versionStrictStr
module_typeModuleType
module_checksumStrictStr
internalStrictBool
operating_systemsList[StrictStr]
agent_versionStrictStr
authorsList[ModuleAuthorManifest]
functionsDict[str, List[NewFunctionManifest]]
module_display_nameOptional[StrictStr]
tool_display_nameOptional[StrictStr]
toolOptional[StrictStr]
tool_versionsOptional[List[StrictStr]]

Methods

NameDescription
to_strReturn the string representation of the model using field aliases.
to_jsonReturn the JSON string representation of the model using field aliases.
from_jsonCreate an instance of the model from a JSON string.
to_dictReturn the dictionary representation of the model using field aliases.
from_dictCreate an instance of NewModuleManifest from a dict