Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Gnome/testsuite/gsk/compare/   (Gnome Linux Desktop Version 4.23.2©)  Datei vom 30.5.2026 mit Größe 296 B image not shown  

Quelle  internal-event-contract.ts   Sprache: unbekannt

 
export const AGENT_INTERNAL_EVENT_TYPE_TASK_COMPLETION = "task_completion" as const;

export const AGENT_INTERNAL_EVENT_SOURCES = [
  "subagent",
  "cron",
  "video_generation",
  "music_generation",
] as const;

export const AGENT_INTERNAL_EVENT_STATUSES = ["ok""timeout""error""unknown"] as const;

export type AgentInternalEventSource = (typeof AGENT_INTERNAL_EVENT_SOURCES)[number];
export type AgentInternalEventStatus = (typeof AGENT_INTERNAL_EVENT_STATUSES)[number];

Messung V0.5 in Prozent
C=100 H=100 G=100

[Dauer der Verarbeitung: 0.15 Sekunden, vorverarbeitet 2026-06-10]