Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Java/Netbeans/platform/spi.quicksearch/   (Netbeans IDE Version 28©)  Datei vom 3.10.2025 mit Größe 267 B image not shown  

Quellcode-Bibliothek commands-subagents-dispatch.ts   Sprache: unbekannt

 
import type { SubagentRunRecord } from "../../agents/subagent-registry.types.js";
import type { HandleCommandsParams } from "./commands-types.js";

export {
  ACTIONS,
  COMMAND,
  COMMAND_AGENTS,
  COMMAND_FOCUS,
  COMMAND_KILL,
  COMMAND_STEER,
  COMMAND_TELL,
  COMMAND_UNFOCUS,
  resolveHandledPrefix,
  resolveRequesterSessionKey,
  resolveSubagentsAction,
  stopWithText,
  type SubagentsAction,
} from "./commands-subagents/shared.js";

export type SubagentsCommandContext = {
  params: HandleCommandsParams;
  handledPrefix: string;
  requesterKey: string;
  runs: SubagentRunRecord[];
  restTokens: string[];
};

Messung V0.5 in Prozent
C=98 H=98 G=97

[0.11QuellennavigatorsProjekt 2026-06-10]