Member Junction
    Preparing search index...

    Persists a new Runtime action to the Actions catalog with CodeApprovalStatus='Pending'. Used by the ActionSmith agent as the last step of the "generate, test, submit for approval" pipeline.

    Responsibilities:

    • Validate the supplied RuntimeActionConfiguration against the Zod schema — invalid configs are rejected before anything hits the DB.
    • Create the Action row with Type='Runtime', the author-agent link, and the JSON-serialized configuration stored via the generated RuntimeActionConfigurationObject accessor.
    • Create ActionParam rows for declared inputs and outputs.
    • Create ActionResultCode rows for declared result codes.

    The action record is NOT activated. CodeApprovalStatus is 'Pending' until a human reviews the code + permissions through the approval UI.

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods