Spaces:
Sleeping
Sleeping
Create identity_core.py
Browse files- identity_core.py +4 -0
identity_core.py
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import uuid
|
| 2 |
+
|
| 3 |
+
def create_agent_identity():
|
| 4 |
+
return str(uuid.uuid4())
|