> ## Documentation Index
> Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# AgentType

***

# Variable: AgentType

```ts theme={null}
const AgentType: object;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

AgentType

## Type declaration

### CLASSIFIER

```ts theme={null}
readonly CLASSIFIER: "classifier" = 'classifier';
```

### DEFAULT

```ts theme={null}
readonly DEFAULT: "default" = 'default';
```

### JUDGE

```ts theme={null}
readonly JUDGE: "judge" = 'judge';
```

### PLANNER

```ts theme={null}
readonly PLANNER: "planner" = 'planner';
```

### REACT

```ts theme={null}
readonly REACT: "react" = 'react';
```

### REFLECTION

```ts theme={null}
readonly REFLECTION: "reflection" = 'reflection';
```

### ROUTER

```ts theme={null}
readonly ROUTER: "router" = 'router';
```

### SUPERVISOR

```ts theme={null}
readonly SUPERVISOR: "supervisor" = 'supervisor';
```
