package com.gzzm.lobster.common;

/**
 * 工具分类 / Tool category, mapped to the 6 built-in layers.
 */
public enum ToolCategory {
    WORKSPACE,
    MEMORY,
    SKILL,
    INTERACTION,
    OA,
    MCP,
    PLAN
}
