UNPKG

@sprucelabs/spruce-cli

Version:

Command line interface for building Spruce skills.

21 lines 766 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const schema_1 = require("@sprucelabs/schema"); const agentAlreadyRegisteredSchema = { id: 'agentAlreadyRegistered', namespace: 'SpruceCli', name: 'agent already registered', fields: { /** Prompt Path. The path to the existing agent prompt file. */ 'promptPath': { label: 'Prompt Path', type: 'text', isRequired: true, hint: 'The path to the existing agent prompt file.', options: undefined }, } }; schema_1.SchemaRegistry.getInstance().trackSchema(agentAlreadyRegisteredSchema); exports.default = agentAlreadyRegisteredSchema; //# sourceMappingURL=agentAlreadyRegistered.schema.js.map