Split SraiX Services into separate plugin DLLs #1

Open
opened 2023-06-15 21:09:24 +00:00 by Tonoxis · 0 comments
Owner

I'd like to separate out the SraiX services into different plugins. Ideally what I'd like to do is have the engine look for plugins in it's plugin folder, load them into memory with Assembly.LoadFile(), run an initialization function in which the plugin "teaches" the AI how to respond to user's request for the function. This would improve development by making the AIML for SraiX services and other plugins dynamic.

I'd like to separate out the SraiX services into different plugins. Ideally what I'd like to do is have the engine look for plugins in it's plugin folder, load them into memory with `Assembly.LoadFile()`, run an initialization function in which the plugin "teaches" the AI how to respond to user's request for the function. This would improve development by making the AIML for SraiX services and other plugins dynamic.
Tonoxis added the
enhancement
label 2023-06-15 21:09:24 +00:00
Tonoxis added a new dependency 2023-06-15 21:14:37 +00:00
Tonoxis added this to the AI Engine project 2023-06-15 21:16:54 +00:00
Tonoxis added a new dependency 2023-06-16 03:00:28 +00:00
Sign in to join this conversation.
No description provided.