import type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime"; import { applyAuthProfileConfig } from "openclaw/plugin-sdk/provider-auth-api-key"; import { resolveQaAgentAuthDir, writeQaAuthProfiles } from "./auth-store.js";
/** Providers the mock harness stages placeholder credentials for by default. */
export const QA_MOCK_AUTH_PROVIDERS = Object.freeze(["openai", "anthropic"] as const);
/** Agent IDs the mock harness stages credentials under. */
export const QA_MOCK_AUTH_AGENT_IDS = Object.freeze(["main", "qa"] as const);
export function buildQaMockProfileId(provider: string): string { return `qa-mock-${provider}`;
}
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.