Execution logging and debugging for ThoughtSystem. Captures detailed execution traces for analysis and replay.

Constructors

Methods

  • Get execution statistics

    Returns {
        totalTraces: number;
        errorCount: number;
        successRate: number;
        avgExecutionTime: number;
        moduleStats: {
            [k: string]: T;
        };
    }

    • totalTraces: number
    • errorCount: number
    • successRate: number
    • avgExecutionTime: number
    • moduleStats: {
          [k: string]: T;
      }
      • [k: string]: T