Preparing search index...
The search index is not available
Stratix Framework - v0.8.2
Stratix Framework
core/src
AgentExecution
Interface AgentExecution
Represents a complete agent execution record for audit purposes
interface
AgentExecution
{
id
:
string
;
agentId
:
AgentId
;
agentName
:
string
;
agentVersion
:
AgentVersion
;
input
:
unknown
;
output
:
unknown
;
context
:
AgentContext
;
trace
:
ExecutionTrace
;
success
:
boolean
;
error
?:
Error
;
startTime
:
Date
;
endTime
:
Date
;
duration
:
number
;
cost
:
number
;
userId
?:
string
;
}
Index
Properties
id
agent
Id
agent
Name
agent
Version
input
output
context
trace
success
error?
start
Time
end
Time
duration
cost
user
Id?
Properties
Readonly
id
id
:
string
Readonly
agent
Id
agentId
:
AgentId
Readonly
agent
Name
agentName
:
string
Readonly
agent
Version
agentVersion
:
AgentVersion
Readonly
input
input
:
unknown
Readonly
output
output
:
unknown
Readonly
context
context
:
AgentContext
Readonly
trace
trace
:
ExecutionTrace
Readonly
success
success
:
boolean
Optional
Readonly
error
error
?:
Error
Readonly
start
Time
startTime
:
Date
Readonly
end
Time
endTime
:
Date
Readonly
duration
duration
:
number
Readonly
cost
cost
:
number
Optional
Readonly
user
Id
userId
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
agent
Id
agent
Name
agent
Version
input
output
context
trace
success
error
start
Time
end
Time
duration
cost
user
Id
Stratix Framework - v0.8.2
Loading...
Represents a complete agent execution record for audit purposes