This commit is contained in:
narawat lamaiin
2025-07-14 08:54:51 +07:00
parent f2b56640cc
commit bad2ca35ed
4 changed files with 152 additions and 156 deletions
+6 -1
View File
@@ -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