Skip to main content

@elizaos/core v1.0.0-beta.7 / 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:422


names

names: string[]

Names of the entity

Defined in

packages/core/src/types.ts:425


metadata?

optional metadata: object

Optional additional metadata

Index Signature

[key: string]: any

Defined in

packages/core/src/types.ts:428


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:431


components?

optional components: Component[]

Optional array of components

Defined in

packages/core/src/types.ts:434