Files
ChatAgent_v2/src/ChatAgent.jl
2023-10-08 11:57:32 +00:00

93 lines
572 B
Julia

module ChatAgent
# export
""" Order by dependencies of each file. The 1st included file must not depend on any other
files and each file can only depend on the file included before it.
"""
include("interface.jl")
using .interface
#------------------------------------------------------------------------------------------------100
""" version 0.0.1
Todo:
[] add chat mechanism
Change from version: 0.0.0
-
"""
end # module ChatAgent