agentsociety.memory.const¶
Module Contents¶
Classes¶
The type of the relation. |
|
Social relation between two agents. |
Data¶
API¶
- agentsociety.memory.const.__all__¶
[‘RelationType’, ‘SocialRelation’, ‘PROFILE_ATTRIBUTES’, ‘STATE_ATTRIBUTES’]
- class agentsociety.memory.const.RelationType¶
-
The type of the relation.
Initialization
Initialize self. See help(type(self)) for accurate signature.
- FRIEND¶
‘friend’
- FAMILY¶
‘family’
- COLLEAGUE¶
‘colleague’
- FOLLOWER¶
‘follower’
- FOLLOWING¶
‘following’
- class agentsociety.memory.const.SocialRelation¶
Bases:
pydantic.BaseModelSocial relation between two agents.
- kind: agentsociety.memory.const.RelationType¶
‘Field(…)’
- agentsociety.memory.const.PROFILE_ATTRIBUTES¶
None
- agentsociety.memory.const.STATE_ATTRIBUTES¶
None