> ## 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}
AgentType: object;
```

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

## 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';
```
