MCPcopy 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
18class Job:
19 status: str
20 events: List[Event]
21 result: str
22
23
24def append_event(job_id: str, event_data: str):

Callers 1

append_eventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected