update
This commit is contained in:
+6
-1
@@ -2,11 +2,16 @@ module type
|
||||
|
||||
export agent, sommelier, companion, virtualcustomer
|
||||
|
||||
using Dates, UUIDs, DataStructures, JSON3
|
||||
using Dates, UUIDs, DataStructures, JSON3, NATS
|
||||
using GeneralUtils
|
||||
|
||||
# ---------------------------------------------- 100 --------------------------------------------- #
|
||||
|
||||
#[WORKING]
|
||||
# struct appcontext
|
||||
# connection::
|
||||
# end
|
||||
|
||||
abstract type agent end
|
||||
|
||||
mutable struct companion <: agent
|
||||
|
||||
Reference in New Issue
Block a user