MCPcopy Create free account
hub / github.com/CodeFox-Repo/codefox / managerAgent

Function managerAgent

frontend/src/hooks/multi-agent/managerAgent.ts:37–238  ·  view source on GitHub ↗
(
  tempId: string,
  input: ChatInputType,
  setMessages: React.Dispatch<React.SetStateAction<Message[]>>,
  projectPath: string,
  saveMessage: any,
  token: string,
  refreshProjects: () => Promise<void>,
  setFilePath: (path: string) => void,
  editorRef: React.MutableRefObject<any>,
  setThinkingProcess: React.Dispatch<React.SetStateAction<Message[]>>,
  setIsTPUpdating: React.Dispatch<React.SetStateAction<boolean>>,
  setLoadingSubmit: React.Dispatch<React.SetStateAction<boolean>>
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

handleChatResponseFunction · 0.90

Calls 7

confirmationPromptFunction · 0.90
startChatStreamFunction · 0.90
parseXmlToJsonFunction · 0.90
findToolNodeFunction · 0.90
validateFilesFunction · 0.85
normalizePathFunction · 0.85
saveMessageMethod · 0.45

Tested by

no test coverage detected