UNPKG

n8n

Version:

n8n Workflow Automation Tool

20 lines 679 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AGENT_THREAD_PREFIX = exports.BUILDER_TOOLS = void 0; exports.BUILDER_TOOLS = { READ_CONFIG: 'read_config', WRITE_CONFIG: 'write_config', PATCH_CONFIG: 'patch_config', BUILD_CUSTOM_TOOL: 'build_custom_tool', CREATE_SKILL: 'create_skill', CREATE_TASK: 'create_task', LIST_INTEGRATION_TYPES: 'list_integration_types', RESOLVE_LLM: 'resolve_llm', SEARCH_MCP_SERVERS: 'search_mcp_servers', VERIFY_MCP_SERVER: 'verify_mcp_server', }; exports.AGENT_THREAD_PREFIX = { TEST: 'test-', BUILDER: 'builder:', }; //# sourceMappingURL=builder-tool-names.js.map