Ironclad / rivet

The open-source visual AI programming environment and TypeScript library
https://rivet.ironcladapp.com
MIT License
2.55k stars 226 forks source link

[Feature]: Would very useful to have context graph metadata to have modified dates #368

Open ShravanSunder opened 3 months ago

ShravanSunder commented 3 months ago

Feature Request

It would be really useful for blugin development for context.project.graphs[graphRef.graphId].metadata or the nodes graph.nodes to have date when that subgraph was last updated or modified.

i have caching in my plugin and i'd like to invalidate it when the grpah is updated.

As a workaround i'm doing a hash of JSON.stringify(graph.nodes.map(m => m.data))

Code of Conduct