public class Brain
{
public Chobits logicChobit = new Chobits();
private string emotion = "";
private string bodyInfo = "";
private string logicChobitOutput = "";
public Chobits hardwareChobit = new Chobits();
public Chobits ear = new Chobits(); // 120425 upgrade...
vb.net
Public Class Brain
Public logicChobit As New Chobits()
Private emotion As String = ""
Private bodyInfo As String = ""
Private logicChobitOutput As String = ""
Public hardwareChobit As New Chobits()
Public ear As New Chobits() ' 120425...
vb.net:
Public Class Brain
Public logicChobit As New Chobits()
Private emotion As String = ""
Private bodyInfo As String = ""
Private logicChobitOutput As String = ""
Public hardwareChobit As New Chobits()
Public ear As New Chobits() ' 120425 upgrade
Public skin As...
look I don't like not knowing how many Chobits there will be for sensory.
we should consider a Brain upgrade:
think(Sensory,str1, str2, str3) or
think(str1, str2, str3) with Sensory as an Attribute.
class RailBot:
def __init__(self, limit=5):
self.ec = EventChatV2(limit)
self.context = "stand by"
self.eliza_wrapper = None # Starts as None (no DB)
def enable_db_wrapper(self):
"""Enables database features. Must be called before any save/load...