Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
BehavioralEvent
Interface BehavioralEvent
interface
BehavioralEvent
{
agentId
:
string
;
decision
?:
string
;
eventType
:
"error"
|
"decision"
|
"response"
|
"escalation"
|
"tool_call"
;
latencyMs
?:
number
;
metadata
?:
Record
<
string
,
unknown
>
;
timestamp
:
number
;
toolName
?:
string
;
}
Index
Properties
agent
Id
decision?
event
Type
latency
Ms?
metadata?
timestamp
tool
Name?
Properties
agent
Id
agentId
:
string
Optional
decision
decision
?:
string
event
Type
eventType
:
"error"
|
"decision"
|
"response"
|
"escalation"
|
"tool_call"
Optional
latency
Ms
latencyMs
?:
number
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
timestamp
timestamp
:
number
Optional
tool
Name
toolName
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent
Id
decision
event
Type
latency
Ms
metadata
timestamp
tool
Name
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...