agentic-ui-libs 0.2.0-beta.21 → 0.2.0-beta.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -101,7 +101,7 @@ export declare const executionEventsSample1: ({
|
|
|
101
101
|
timestamp: string;
|
|
102
102
|
eventType: string;
|
|
103
103
|
})[];
|
|
104
|
-
export declare const
|
|
104
|
+
export declare const executionEventsSample2: ({
|
|
105
105
|
type: string;
|
|
106
106
|
data: {
|
|
107
107
|
phase: string;
|
|
@@ -634,4 +634,182 @@ export declare const executionEventsSample: ({
|
|
|
634
634
|
timestamp: string;
|
|
635
635
|
eventType: string;
|
|
636
636
|
})[];
|
|
637
|
+
export declare const executionEventsSample3: ({
|
|
638
|
+
type: string;
|
|
639
|
+
data: {
|
|
640
|
+
phase: string;
|
|
641
|
+
id: string;
|
|
642
|
+
parentId: null;
|
|
643
|
+
name: string;
|
|
644
|
+
timestamp: string;
|
|
645
|
+
type: string;
|
|
646
|
+
status: string;
|
|
647
|
+
input?: undefined;
|
|
648
|
+
error?: undefined;
|
|
649
|
+
output?: undefined;
|
|
650
|
+
};
|
|
651
|
+
sessionId: string;
|
|
652
|
+
runId: string;
|
|
653
|
+
timestamp: string;
|
|
654
|
+
eventType: string;
|
|
655
|
+
} | {
|
|
656
|
+
type: string;
|
|
657
|
+
data: {
|
|
658
|
+
phase: string;
|
|
659
|
+
id: string;
|
|
660
|
+
parentId: string;
|
|
661
|
+
name: string;
|
|
662
|
+
input: string;
|
|
663
|
+
timestamp: string;
|
|
664
|
+
type: string;
|
|
665
|
+
status: string;
|
|
666
|
+
error?: undefined;
|
|
667
|
+
output?: undefined;
|
|
668
|
+
};
|
|
669
|
+
sessionId: string;
|
|
670
|
+
runId: string;
|
|
671
|
+
timestamp: string;
|
|
672
|
+
eventType: string;
|
|
673
|
+
} | {
|
|
674
|
+
type: string;
|
|
675
|
+
data: {
|
|
676
|
+
phase: string;
|
|
677
|
+
id: string;
|
|
678
|
+
parentId: string;
|
|
679
|
+
name: string;
|
|
680
|
+
error: {
|
|
681
|
+
scannedPrompt: string;
|
|
682
|
+
endFlow: boolean;
|
|
683
|
+
hasScanners: boolean;
|
|
684
|
+
scannersData: {
|
|
685
|
+
Toxicity: {
|
|
686
|
+
scannerInput: string;
|
|
687
|
+
scannerOutput: {
|
|
688
|
+
Output: string;
|
|
689
|
+
RiskScore: number;
|
|
690
|
+
Validity: boolean;
|
|
691
|
+
Duration: string;
|
|
692
|
+
};
|
|
693
|
+
};
|
|
694
|
+
};
|
|
695
|
+
results: never[];
|
|
696
|
+
scannerName: string;
|
|
697
|
+
endFlowMsg: string;
|
|
698
|
+
scanType: string;
|
|
699
|
+
};
|
|
700
|
+
timestamp: string;
|
|
701
|
+
type: string;
|
|
702
|
+
status: string;
|
|
703
|
+
output: string;
|
|
704
|
+
input?: undefined;
|
|
705
|
+
};
|
|
706
|
+
sessionId: string;
|
|
707
|
+
runId: string;
|
|
708
|
+
timestamp: string;
|
|
709
|
+
eventType: string;
|
|
710
|
+
})[];
|
|
711
|
+
export declare const executionEventsSample: ({
|
|
712
|
+
type: string;
|
|
713
|
+
data: {
|
|
714
|
+
phase: string;
|
|
715
|
+
id: string;
|
|
716
|
+
parentId: null;
|
|
717
|
+
name: string;
|
|
718
|
+
timestamp: string;
|
|
719
|
+
type: string;
|
|
720
|
+
status: string;
|
|
721
|
+
input?: undefined;
|
|
722
|
+
output?: undefined;
|
|
723
|
+
metadata?: undefined;
|
|
724
|
+
};
|
|
725
|
+
sessionId: string;
|
|
726
|
+
runId: string;
|
|
727
|
+
timestamp: string;
|
|
728
|
+
eventType: string;
|
|
729
|
+
} | {
|
|
730
|
+
type: string;
|
|
731
|
+
data: {
|
|
732
|
+
phase: string;
|
|
733
|
+
id: string;
|
|
734
|
+
parentId: string;
|
|
735
|
+
name: string;
|
|
736
|
+
input: string;
|
|
737
|
+
timestamp: string;
|
|
738
|
+
type: string;
|
|
739
|
+
status: string;
|
|
740
|
+
output?: undefined;
|
|
741
|
+
metadata?: undefined;
|
|
742
|
+
};
|
|
743
|
+
sessionId: string;
|
|
744
|
+
runId: string;
|
|
745
|
+
timestamp: string;
|
|
746
|
+
eventType: string;
|
|
747
|
+
} | {
|
|
748
|
+
type: string;
|
|
749
|
+
data: {
|
|
750
|
+
phase: string;
|
|
751
|
+
id: string;
|
|
752
|
+
parentId: string;
|
|
753
|
+
name: string;
|
|
754
|
+
output: {
|
|
755
|
+
scannedPrompt: string;
|
|
756
|
+
endFlow: boolean;
|
|
757
|
+
hasScanners: boolean;
|
|
758
|
+
scannersData: {
|
|
759
|
+
Toxicity: {
|
|
760
|
+
scannerInput: string;
|
|
761
|
+
scannerOutput: {
|
|
762
|
+
Output: string;
|
|
763
|
+
RiskScore: number;
|
|
764
|
+
Validity: boolean;
|
|
765
|
+
Duration: string;
|
|
766
|
+
};
|
|
767
|
+
};
|
|
768
|
+
};
|
|
769
|
+
results: never[];
|
|
770
|
+
scanType: string;
|
|
771
|
+
};
|
|
772
|
+
timestamp: string;
|
|
773
|
+
type: string;
|
|
774
|
+
status: string;
|
|
775
|
+
input?: undefined;
|
|
776
|
+
metadata?: undefined;
|
|
777
|
+
};
|
|
778
|
+
sessionId: string;
|
|
779
|
+
runId: string;
|
|
780
|
+
timestamp: string;
|
|
781
|
+
eventType: string;
|
|
782
|
+
} | {
|
|
783
|
+
type: string;
|
|
784
|
+
data: {
|
|
785
|
+
phase: string;
|
|
786
|
+
id: string;
|
|
787
|
+
parentId: string;
|
|
788
|
+
name: string;
|
|
789
|
+
output: {
|
|
790
|
+
name: string;
|
|
791
|
+
args: {
|
|
792
|
+
reason: string;
|
|
793
|
+
thought: string;
|
|
794
|
+
message: string;
|
|
795
|
+
};
|
|
796
|
+
tool_call_id: string;
|
|
797
|
+
}[];
|
|
798
|
+
timestamp: string;
|
|
799
|
+
type: string;
|
|
800
|
+
status: string;
|
|
801
|
+
metadata: {
|
|
802
|
+
usage_metadata: {
|
|
803
|
+
input_tokens: number;
|
|
804
|
+
output_tokens: number;
|
|
805
|
+
total_tokens: number;
|
|
806
|
+
};
|
|
807
|
+
};
|
|
808
|
+
input?: undefined;
|
|
809
|
+
};
|
|
810
|
+
sessionId: string;
|
|
811
|
+
runId: string;
|
|
812
|
+
timestamp: string;
|
|
813
|
+
eventType: string;
|
|
814
|
+
})[];
|
|
637
815
|
//# sourceMappingURL=executionEventsSample.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executionEventsSample.d.ts","sourceRoot":"","sources":["../../src/data/executionEventsSample.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAsKlC,CAAA;AACD,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"executionEventsSample.d.ts","sourceRoot":"","sources":["../../src/data/executionEventsSample.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAsKlC,CAAA;AACD,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA4blC,CAAA;AAED,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAuElC,CAAA;AAED,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA6QjC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DebugPanel.d.ts","sourceRoot":"","sources":["../../../src/features/debug-logs/DebugPanel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,aAAa,EAA4B,MAAM,SAAS,CAAC;AAMnF,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"DebugPanel.d.ts","sourceRoot":"","sources":["../../../src/features/debug-logs/DebugPanel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,aAAa,EAA4B,MAAM,SAAS,CAAC;AAMnF,eAAO,MAAM,UAAU,2GAmsBrB,CAAC;AAIH,eAAe,UAAU,CAAC"}
|