@sagentic-ai/sagentic-af / Metadata
Metadata ​
Metadata is used to identify an object in the system and keep track of object hierarchy. It is useful for logging, debugging and building object hierarchies.
Properties ​
ID ​
ts
ID: string;
unique ID of the object
Source ​
parent? ​
ts
optional parent: Identified;
parent of the object
Source ​
timing ​
ts
timing: Timing;
timing of the object
Source ​
topic? ​
ts
optional topic: string;
human readable topic of the object