Add basic version: SemIf decision engine, urgency queue, skill tree, skill loop, decision log, dream pass, CLI
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{"name": "alice", "description": "Partner; usually home by six."},
|
||||
{"name": "bob", "description": "Work colleague on the ops team."},
|
||||
{"name": "carol", "description": "Landlord; prefers email."}
|
||||
]
|
||||
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{"id": "1Z999AA10123456784", "status": "out for delivery"},
|
||||
{"id": "1Z999BB10234567891", "status": "delivered"},
|
||||
{"id": "1Z999CC10345678908", "status": "at sorting facility"}
|
||||
]
|
||||
Reference in New Issue
Block a user