Tpayne101 commited on
Commit
5c37d63
·
verified ·
1 Parent(s): d94908e

Create identity_core.py

Browse files
Files changed (1) hide show
  1. 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())