Module messages_serde

Module messages_serde 

Source
Expand description

Custom Serialize / Deserialize implementations for agent message types.

Extracted from super::messages so the domain structs remain free of serialisation noise. The impls are automatically linked via the orphan rules โ€” AssistantContent is defined in the same crate.

Structsยง

AssistantContentVisitor ๐Ÿ”’
Map visitor that reconstructs AssistantContent from a flat JSON map.