psychedelicious 43f2837117 feat(nodes): add invocation classifications
Invocations now have a classification:
- Stable: LTS
- Beta: LTS planned, API may change
- Prototype: No LTS planned, API may change, may be removed entirely

The `@invocation` decorator has a new arg `classification`, and an enum `Classification` is added to `baseinvocation.py`.

The default is Stable; this is a non-breaking change.

The classification is presented in the node header as a hammer icon (Beta) or flask icon (prototype).

The icon has a tooltip briefly describing the classification.
2023-12-12 16:43:05 +11:00
..
2023-12-09 16:00:37 +11:00
2023-07-28 09:46:44 -04:00
2023-12-11 12:30:13 +11:00
2023-12-09 16:00:37 +11:00
2023-03-03 00:02:15 -05:00