UNPKG

@nestbox-ai/cli

Version:

The cli tools that helps developers to build agents

7 lines 169 B
/** * This file defines the AgentType type, which is used to categorize different types of agents. */ export enum AgentType { REGULAR = 'REGULAR', CHAT = 'CHAT', }