Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/langroid/langroid
/ new_id
Method
new_id
langroid/utils/object_registry.py:57–59 ·
view source on GitHub ↗
Generates a new unique ID.
()
Source
from the content-addressed store, hash-verified
55
56
@staticmethod
57
def
new_id() -> str:
58
""
"Generates a new unique ID."
""
59
return
str(uuid4())
60
61
62
def
scheduled_cleanup(interval: int = 600) -> None:
Callers
10
get_doc_chunks
Method · 0.80
add_window_ids
Method · 0.80
split
Method · 0.80
maybe_add_ids
Method · 0.80
add_context_window
Method · 0.80
Agent
Class · 0.80
__init__
Method · 0.80
deepcopy
Method · 0.80
clone
Method · 0.80
ingest_docs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected