import type { OpenClawPluginApi } from "../api.js"; import { resolveDefaultAgentId } from "../api.js"; import type { SkillWorkshopConfig } from "./config.js"; import { applyProposalToWorkspace, prepareProposalWrite } from "./skills.js"; import { SkillWorkshopStore } from "./store.js"; import type { SkillProposal } from "./types.js";
type ToolContext = {
workspaceDir?: string;
agentId?: string;
};
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.