Skip to main content

@elizaos/core v1.0.0-beta.51 / Entity

Interface: Entity

Represents a user account

Properties​

id?​

optional id: `${string}-${string}-${string}-${string}-${string}`

Unique identifier, optional on creation

Defined in​

packages/core/src/types.ts:474


names​

names: string[]

Names of the entity

Defined in​

packages/core/src/types.ts:477


metadata?​

optional metadata: object

Optional additional metadata

Index Signature​

[key: string]: any

Defined in​

packages/core/src/types.ts:480


agentId​

agentId: `${string}-${string}-${string}-${string}-${string}`

Agent ID this account is related to, for agents should be themselves

Defined in​

packages/core/src/types.ts:483


components?​

optional components: Component[]

Optional array of components

Defined in​

packages/core/src/types.ts:486