nexus-agents - v2.80.0
    Preparing search index...

    Interface ActionRecord

    Action record for caching successful patterns.

    interface ActionRecord {
        id: string;
        taskType: string;
        pattern: string;
        usageCount: number;
        successRate: number;
        avgDurationMs: number;
        lastUsed: Date;
    }
    Index

    Properties

    id: string

    Unique action ID

    taskType: string

    Task type this action applies to

    pattern: string

    Pattern description

    usageCount: number

    Number of times this action was used

    successRate: number

    Success rate (0-1)

    avgDurationMs: number

    Average duration in milliseconds

    lastUsed: Date

    Last time this action was used