Skip to main content

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.


Variable: AgentType

const AgentType: object;
Defined in: src/types/new-api.types.ts AgentType

Type declaration

CLASSIFIER

readonly CLASSIFIER: "classifier" = 'classifier';

DEFAULT

readonly DEFAULT: "default" = 'default';

JUDGE

readonly JUDGE: "judge" = 'judge';

PLANNER

readonly PLANNER: "planner" = 'planner';

REACT

readonly REACT: "react" = 'react';

REFLECTION

readonly REFLECTION: "reflection" = 'reflection';

ROUTER

readonly ROUTER: "router" = 'router';

SUPERVISOR

readonly SUPERVISOR: "supervisor" = 'supervisor';