Tai Truong
fix readme
d202ada
from enum import Enum
class Tags(str, Enum):
CHATBOTS = "chatbots"
AGENTS = "agents"