MeMesh API Documentation - v2.8.10
Documentation
GitHub
Preparing search index...
AgentUsageEvent
Interface AgentUsageEvent
Agent execution event
interface
AgentUsageEvent
{
anonymous_id
:
string
;
timestamp
:
string
;
sdk_version
:
string
;
node_version
:
string
;
os_platform
:
string
;
event
:
"agent_execution"
;
agent_type
:
string
;
agent_version
?:
string
;
success
:
boolean
;
duration_ms
:
number
;
cost
?:
number
;
task_type
?:
string
;
error_type
?:
string
;
}
Hierarchy (
View Summary
)
BaseTelemetryEvent
AgentUsageEvent
Index
Properties
anonymous_
id
timestamp
sdk_
version
node_
version
os_
platform
event
agent_
type
agent_
version?
success
duration_
ms
cost?
task_
type?
error_
type?
Properties
anonymous_
id
anonymous_id
:
string
timestamp
timestamp
:
string
sdk_
version
sdk_version
:
string
node_
version
node_version
:
string
os_
platform
os_platform
:
string
event
event
:
"agent_execution"
agent_
type
agent_type
:
string
Optional
agent_
version
agent_version
?:
string
success
success
:
boolean
duration_
ms
duration_ms
:
number
Optional
cost
cost
?:
number
Optional
task_
type
task_type
?:
string
Optional
error_
type
error_type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
anonymous_
id
timestamp
sdk_
version
node_
version
os_
platform
event
agent_
type
agent_
version
success
duration_
ms
cost
task_
type
error_
type
Documentation
GitHub
MeMesh API Documentation - v2.8.10
Loading...
Agent execution event