MCPcopy Create free account

hub / github.com/bhancockio/nextjs-crewai-basic-tutorial / functions

Functions27 in github.com/bhancockio/nextjs-crewai-basic-tutorial

↓ 6 callersFunctionappend_event
(job_id: str, event_data: str)
crewai_be/job_manager.py:24
↓ 2 callersFunctioncapitalizeFirstLetter
(string: string)
nextjs_app/components/FinalOutput.tsx:11
↓ 1 callersMethodcompany_research
(self, agent: Agent, company: str, positions: list[str])
crewai_be/tasks.py:36
↓ 1 callersMethodcompany_research_agent
(self)
crewai_be/agents.py:40
↓ 1 callersFunctionhandleRemoveItem
(index: number)
nextjs_app/components/InputSection.tsx:27
↓ 1 callersMethodkickoff
(self)
crewai_be/crew.py:39
↓ 1 callersMethodmanage_research
(self, agent: Agent, companies: list[str], positions: list[str], tasks: list[Task])
crewai_be/tasks.py:19
↓ 1 callersMethodresearch_manager
(self, companies: List[str], positions: List[str])
crewai_be/agents.py:15
↓ 1 callersMethodsetup_crew
(self, companies: list[str], positions: list[str])
crewai_be/crew.py:16
↓ 1 callersFunctionuseCrewJob
()
nextjs_app/hooks/useCrewJob.tsx:25
FunctionEventLog
({ events })
nextjs_app/components/EventLog.tsx:10
FunctionFinalOutput
({ positionInfoList, })
nextjs_app/components/FinalOutput.tsx:8
FunctionHeader
()
nextjs_app/components/Header.tsx:1
FunctionHome
()
nextjs_app/app/page.tsx:8
FunctionInputSection
({ title, placeholder, setData, data, }: InputSectionProps)
nextjs_app/components/InputSection.tsx:12
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
nextjs_app/app/layout.tsx:14
Method__init__
(self)
crewai_be/agents.py:10
Method__init__
(self, job_id: str)
crewai_be/crew.py:11
Method__init__
(self, job_id)
crewai_be/tasks.py:12
Method_run
(self, keyword: str, max_results: int = 10)
crewai_be/tools/youtube_search_tools.py:25
Methodappend_event_callback
(self, task_output)
crewai_be/tasks.py:15
FunctionfetchJobStatus
()
nextjs_app/hooks/useCrewJob.tsx:39
Functionget_status
(job_id)
crewai_be/api.py:69
FunctionhandleAddClick
()
nextjs_app/components/InputSection.tsx:20
Functionkickoff_crew
(job_id, companies: list[str], positions: list[str])
crewai_be/api.py:24
Functionrun_crew
()
crewai_be/api.py:50
FunctionstartJob
()
nextjs_app/hooks/useCrewJob.tsx:86