agentsociety.storage.type¶
Module Contents¶
Classes¶
Storage dialog type |
|
Pending dialog storage type |
|
Pending survey storage type |
|
Data¶
API¶
- agentsociety.storage.type.__all__¶
[‘StorageSurvey’, ‘StorageDialogType’, ‘StorageDialog’, ‘StorageGlobalPrompt’, ‘StorageProfile’, ‘St…
- class agentsociety.storage.type.StorageExpInfo¶
Bases:
pydantic.BaseModel- created_at: datetime.datetime¶
None
- updated_at: datetime.datetime¶
None
- class agentsociety.storage.type.StorageSurvey¶
Bases:
pydantic.BaseModel- created_at: datetime.datetime¶
None
- class agentsociety.storage.type.StorageDialogType¶
Bases:
enum.IntEnumStorage dialog type
Initialization
Initialize self. See help(type(self)) for accurate signature.
- Thought¶
0
- Talk¶
1
- User¶
2
- class agentsociety.storage.type.StorageDialog¶
Bases:
pydantic.BaseModel- created_at: datetime.datetime¶
None
- class agentsociety.storage.type.StorageGlobalPrompt¶
Bases:
pydantic.BaseModel- created_at: datetime.datetime¶
None
- class agentsociety.storage.type.StorageProfile¶
Bases:
pydantic.BaseModel
- class agentsociety.storage.type.StorageStatus¶
Bases:
pydantic.BaseModel- created_at: datetime.datetime¶
None
- class agentsociety.storage.type.StoragePendingDialog¶
Bases:
pydantic.BaseModelPending dialog storage type
- created_at: datetime.datetime¶
None
Created time
- class agentsociety.storage.type.StoragePendingSurvey¶
Bases:
pydantic.BaseModelPending survey storage type
- created_at: datetime.datetime¶
None
Created time