Osy#the first language built for agents
Agents firstAgentic appsWorkflowsDurable Execution — built inSecurityTestingThe editorThe UI modelOne program

Reference

Enum

3 pages.

Enums

A fixed set of named values, used as a member type. By default an enum stores as a compact number; add [Type(string)] to store the member's own name…

[Label], [Icon], [Tone] — what a human reads

An enum member stores a compact value but shows a human-readable label. [Label("…")] gives a member its label (otherwise the member's own name is…

enum

A fixed set of named values, used as a member type. Stored as a number by default, or as the member's own name with [Type(string)] — which is what…