UNPKG

n8n

Version:

n8n Workflow Automation Tool

26 lines 960 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_SKILLS: 'create_skills', CREATE_TASKS: 'create_tasks', FINISH_SETUP: 'finish_setup', GET_RESOURCE_LOCATOR_OPTIONS: 'get_resource_locator_options', LIST_WORKFLOWS: 'list_workflows', LIST_INTEGRATION_TYPES: 'list_integration_types', LIST_SUB_AGENTS: 'list_sub_agents', PUBLISH_AGENT: 'publish_agent', UNPUBLISH_AGENT: 'unpublish_agent', RESOLVE_INTEGRATION: 'resolve_integration', RESOLVE_LLM: 'resolve_llm', SEARCH_MCP_SERVERS: 'search_mcp_servers', VERIFY_MCP_SERVER: 'verify_mcp_server', }; exports.AGENT_THREAD_PREFIX = { TEST: 'test-', }; //# sourceMappingURL=builder-tool-names.js.map