MCPcopy Create free account
hub / github.com/vercel/examples / make_task_id

Function make_task_id

python/vibe-coding-ide/backend/src/api/agent.py:39–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37
38
39def make_task_id() -> str:
40 return f"task_{int(time.time() * 1000)}_{uuid.uuid4().hex[:8]}"
41
42
43@router.post("/")

Callers 1

create_runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected