Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
BestiaryIntegrations
Interface BestiaryIntegrations
interface
BestiaryIntegrations
{
sonicSync
?:
SonicSync
|
null
;
loomPulse
?:
LoomPulse
|
null
;
inferenceOrchestrator
?:
InferenceOrchestrator
|
null
;
narrativeMemory
?:
NarrativeMemory
<
Record
<
string
,
unknown
>
>
|
null
;
behaviorTreeFactory
?:
(
(
variantIdx
:
number
)
=>
BTNode
|
null
)
|
null
;
}
Index
Properties
sonic
Sync?
loom
Pulse?
inference
Orchestrator?
narrative
Memory?
behavior
Tree
Factory?
Properties
Optional
sonic
Sync
sonicSync
?:
SonicSync
|
null
Optional
loom
Pulse
loomPulse
?:
LoomPulse
|
null
Optional
inference
Orchestrator
inferenceOrchestrator
?:
InferenceOrchestrator
|
null
Optional
narrative
Memory
narrativeMemory
?:
NarrativeMemory
<
Record
<
string
,
unknown
>
>
|
null
Optional
behavior
Tree
Factory
behaviorTreeFactory
?:
(
(
variantIdx
:
number
)
=>
BTNode
|
null
)
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
sonic
Sync
loom
Pulse
inference
Orchestrator
narrative
Memory
behavior
Tree
Factory
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...