mwg API
Reference
Overview
Examples
Getting started
Design
FAQ
Preparing search index...
AI
AIAgentDefinition
Interface AIAgentDefinition
interface
AIAgentDefinition
{
algorithm
?:
"rules"
|
"alpha_beta"
;
behaviors
:
readonly
AIBehavior
[]
;
depth
?:
number
;
id
:
string
;
maxNodes
?:
number
;
scope
?:
"actor"
|
"controller"
;
}
Index
Properties
algorithm?
behaviors
depth?
id
max
Nodes?
scope?
Properties
Optional
Readonly
algorithm
algorithm
?:
"rules"
|
"alpha_beta"
Readonly
behaviors
behaviors
:
readonly
AIBehavior
[]
Optional
Readonly
depth
depth
?:
number
Readonly
id
id
:
string
Optional
Readonly
max
Nodes
maxNodes
?:
number
Optional
Readonly
scope
scope
?:
"actor"
|
"controller"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
algorithm
behaviors
depth
id
max
Nodes
scope
Reference
Overview
Examples
Getting started
Design
FAQ
mwg API
Loading...