Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
AgentConfig
Interface AgentConfig
agentBase.ts — Abstract base class for AMC-governed autonomous agents.
interface
AgentConfig
{
governanceEnabled
:
boolean
;
id
:
string
;
logLevel
:
"error"
|
"warn"
|
"info"
|
"debug"
;
maxActionsPerRun
:
number
;
name
:
string
;
type
:
string
;
}
Index
Properties
governance
Enabled
id
log
Level
max
Actions
Per
Run
name
type
Properties
governance
Enabled
governanceEnabled
:
boolean
id
id
:
string
log
Level
logLevel
:
"error"
|
"warn"
|
"info"
|
"debug"
max
Actions
Per
Run
maxActionsPerRun
:
number
name
name
:
string
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
governance
Enabled
id
log
Level
max
Actions
Per
Run
name
type
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...
agentBase.ts — Abstract base class for AMC-governed autonomous agents.