Member Junction
    Preparing search index...

    Type Alias AgentInvocationGroup

    Pathways of one kind, with the chrome needed to render the group.

    type AgentInvocationGroup = {
        Blurb: string;
        Icon: string;
        Kind: AgentInvocationKind;
        Label: string;
        LiveCount: number;
        Pathways: AgentInvocationPathway[];
    }
    Index

    Properties

    Blurb: string

    What this substrate is, for someone who has not met it before.

    Icon: string
    Label: string
    LiveCount: number

    How many of them can fire right now.