paladin-ai-core 0.5.1

Pure domain types for the Paladin framework — zero infrastructure dependencies
Documentation
1
2
3
4
5
6
7
8
/*
Comment Container
The Comment Container is a type of Node that has a UUID with a vector of type Comment Field.
The Comment can be abstracted in the application layer so that multiple Comments may exist.
By defining only the most fundamental requirements within the Core we allow the application
to handle all the details that it requires while still enabling the other containers and
services at this layer to meet their requirements. The event_manager, messaging_service,
*/