UNPKG

@nestbox-ai/cli

Version:

The cli tools that helps developers to build agents

8 lines (7 loc) 181 B
/** * This file defines the AgentType type, which is used to categorize different types of agents. */ export declare enum AgentType { REGULAR = "REGULAR", CHAT = "CHAT" }