Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  agentic-parity.ts

  Sprache: JAVA
 

Spracherkennung für: .ts vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

export const QA_AGENTIC_PARITY_PACK = "agentic";

export const QA_AGENTIC_PARITY_SCENARIOS = [
  {
    id: "approval-turn-tool-followthrough",
    title: "Approval turn tool followthrough",
    countsTowardValidToolCallRate: true,
  },
  {
    id: "model-switch-tool-continuity",
    title: "Model switch with tool continuity",
    countsTowardValidToolCallRate: true,
  },
  {
    id: "source-docs-discovery-report",
    title: "Source and docs discovery report",
    countsTowardValidToolCallRate: true,
  },
  {
    id: "image-understanding-attachment",
    title: "Image understanding from attachment",
    countsTowardValidToolCallRate: false,
  },
  {
    id: "compaction-retry-mutating-tool",
    title: "Compaction retry after mutating tool",
    countsTowardValidToolCallRate: true,
  },
  {
    id: "subagent-handoff",
    title: "Subagent handoff",
    countsTowardValidToolCallRate: true,
  },
  {
    id: "subagent-fanout-synthesis",
    title: "Subagent fanout synthesis",
    countsTowardValidToolCallRate: true,
  },
  {
    id: "subagent-stale-child-links",
    title: "Subagent stale child links",
    countsTowardValidToolCallRate: false,
  },
  {
    id: "memory-recall",
    title: "Memory recall after context switch",
    countsTowardValidToolCallRate: false,
  },
  {
    id: "thread-memory-isolation",
    title: "Thread memory isolation",
    countsTowardValidToolCallRate: true,
  },
  {
    id: "config-restart-capability-flip",
    title: "Config restart capability flip",
    countsTowardValidToolCallRate: true,
  },
  {
    id: "instruction-followthrough-repo-contract",
    title: "Instruction followthrough repo contract",
    countsTowardValidToolCallRate: true,
  },
] as const;

export const QA_AGENTIC_PARITY_SCENARIO_IDS = QA_AGENTIC_PARITY_SCENARIOS.map(({ id }) => id);
export const QA_AGENTIC_PARITY_SCENARIO_TITLES = QA_AGENTIC_PARITY_SCENARIOS.map(
  ({ title }) => title,
);
export const QA_AGENTIC_PARITY_TOOL_BACKED_SCENARIO_TITLES = QA_AGENTIC_PARITY_SCENARIOS.filter(
  ({ countsTowardValidToolCallRate }) => countsTowardValidToolCallRate,
).map(({ title }) => title);

export function resolveQaParityPackScenarioIds(params: {
  parityPack?: string;
  scenarioIds?: string[];
}): string[] {
  const normalizedPack = params.parityPack?.trim().toLowerCase();
  const explicitScenarioIds = [...new Set(params.scenarioIds ?? [])];
  if (!normalizedPack) {
    return explicitScenarioIds;
  }
  if (normalizedPack !== QA_AGENTIC_PARITY_PACK) {
    throw new Error(
      `--parity-pack must be "${QA_AGENTIC_PARITY_PACK}", got "${params.parityPack}"`,
    );
  }

  return [...new Set([...explicitScenarioIds, ...QA_AGENTIC_PARITY_SCENARIO_IDS])];
}

¤ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet am  2026-04-27) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge