generated agent-1
This commit is contained in:
@ -1,10 +1,3 @@
|
||||
class Person:
|
||||
def __init__(self, person_id, name, age):
|
||||
self.person_id = person_id
|
||||
self.name = name
|
||||
self.age = age
|
||||
|
||||
|
||||
class Memory:
|
||||
def __init__(self, memory_id, content, timestamp, importance, relevance, associated_tags):
|
||||
self.memory_id = memory_id
|
||||
|
Reference in New Issue
Block a user