Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
const AgentType: object;
readonly CLASSIFIER: "classifier" = 'classifier';
readonly DEFAULT: "default" = 'default';
readonly JUDGE: "judge" = 'judge';
readonly PLANNER: "planner" = 'planner';
readonly REACT: "react" = 'react';
readonly REFLECTION: "reflection" = 'reflection';
readonly ROUTER: "router" = 'router';
readonly SUPERVISOR: "supervisor" = 'supervisor';
Was this page helpful?