config
Module: vibex/config
Configuration types for VibeX agents and spaces
Interfaces
SpaceConfig
View sourceSpace configuration options
Properties:
| Name | Type | Description |
|---|---|---|
name | string | (optional) |
autoSave | boolean | (optional) |
checkpointInterval | number | (optional) |
SpaceModel
View sourceSpace model for persistence
Properties:
| Name | Type | Description |
|---|---|---|
id | string | |
name | string | |
description | string | (optional) |
goal | string | (optional) |
userId | string | (optional) |
config | SpaceConfig | (optional) |
createdAt | string | (optional) |
updatedAt | string | (optional) |
metadata | Record<string, unknown> | (optional) |