-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
To create a client server program where you take the input from a client
and pass it to the Conversation modifier which implements the Module - Bot Persuassion Attack in the most simplest way to start off. We can use re module to implement simple ways of doing it.
So the flow of conversation would be...
ClientAlice -> BotBob -> Conversation Modifier -> BotAlice -> ClientBob
ClientAlice <- BotBob <- Conversation Modifier <- BotAlice <- ClientBob
Conversation Modifier module should be independent of how input or output is handled for later intergation to the facebook module.
Reactions are currently unavailable