Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bhancockio/nextjs-crewai-basic-tutorial
/ functions
Functions
27 in github.com/bhancockio/nextjs-crewai-basic-tutorial
⨍
Functions
27
◇
Types & classes
12
↳
Endpoints
2
↓ 6 callers
Function
append_event
(job_id: str, event_data: str)
crewai_be/job_manager.py:24
↓ 2 callers
Function
capitalizeFirstLetter
(string: string)
nextjs_app/components/FinalOutput.tsx:11
↓ 1 callers
Method
company_research
(self, agent: Agent, company: str, positions: list[str])
crewai_be/tasks.py:36
↓ 1 callers
Method
company_research_agent
(self)
crewai_be/agents.py:40
↓ 1 callers
Function
handleRemoveItem
(index: number)
nextjs_app/components/InputSection.tsx:27
↓ 1 callers
Method
kickoff
(self)
crewai_be/crew.py:39
↓ 1 callers
Method
manage_research
(self, agent: Agent, companies: list[str], positions: list[str], tasks: list[Task])
crewai_be/tasks.py:19
↓ 1 callers
Method
research_manager
(self, companies: List[str], positions: List[str])
crewai_be/agents.py:15
↓ 1 callers
Method
setup_crew
(self, companies: list[str], positions: list[str])
crewai_be/crew.py:16
↓ 1 callers
Function
useCrewJob
()
nextjs_app/hooks/useCrewJob.tsx:25
Function
EventLog
({ events })
nextjs_app/components/EventLog.tsx:10
Function
FinalOutput
({ positionInfoList, })
nextjs_app/components/FinalOutput.tsx:8
Function
Header
()
nextjs_app/components/Header.tsx:1
Function
Home
()
nextjs_app/app/page.tsx:8
Function
InputSection
({ title, placeholder, setData, data, }: InputSectionProps)
nextjs_app/components/InputSection.tsx:12
Function
RootLayout
({ 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
Method
append_event_callback
(self, task_output)
crewai_be/tasks.py:15
Function
fetchJobStatus
()
nextjs_app/hooks/useCrewJob.tsx:39
Function
get_status
(job_id)
crewai_be/api.py:69
Function
handleAddClick
()
nextjs_app/components/InputSection.tsx:20
Function
kickoff_crew
(job_id, companies: list[str], positions: list[str])
crewai_be/api.py:24
Function
run_crew
()
crewai_be/api.py:50
Function
startJob
()
nextjs_app/hooks/useCrewJob.tsx:86