Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bhancockio/nextjs-crewai-basic-tutorial
/ Job
Class
Job
crewai_be/job_manager.py:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
17
@dataclass
18
class
Job:
19
status: str
20
events: List[Event]
21
result: str
22
23
24
def
append_event(job_id: str, event_data: str):
Callers
1
append_event
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected