nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
EventFilter
Interface EventFilter
Filter for subscribing to or querying events.
interface
EventFilter
{
type
?:
|
"task.created"
|
"task.status_changed"
|
"task.completed"
|
"task.failed"
|
"pipeline.started"
|
"pipeline.completed"
|
"pipeline.checkpoint"
|
"stage.started"
|
"stage.completed"
|
"stage.failed"
|
"stage.retrying"
|
"policy.evaluated"
|
"artifact.created"
|
"model.called"
|
"routing.decision"
|
"learning.threshold_updated"
|
"learning.trend_detected"
|
"tool.invoked"
|
"tool.completed"
|
"wave.started"
|
"wave.completed"
|
readonly
(
|
"task.created"
|
"task.status_changed"
|
"task.completed"
|
"task.failed"
|
"pipeline.started"
|
"pipeline.completed"
|
"pipeline.checkpoint"
|
"stage.started"
|
"stage.completed"
|
"stage.failed"
|
"stage.retrying"
|
"policy.evaluated"
|
"artifact.created"
|
"model.called"
|
"routing.decision"
|
"learning.threshold_updated"
|
"learning.trend_detected"
|
"tool.invoked"
|
"tool.completed"
|
"wave.started"
|
"wave.completed"
)
[]
;
taskId
?:
string
;
executionId
?:
string
;
since
?:
number
;
}
Index
Properties
type?
task
Id?
execution
Id?
since?
Properties
Optional
Readonly
type
type
?:
|
"task.created"
|
"task.status_changed"
|
"task.completed"
|
"task.failed"
|
"pipeline.started"
|
"pipeline.completed"
|
"pipeline.checkpoint"
|
"stage.started"
|
"stage.completed"
|
"stage.failed"
|
"stage.retrying"
|
"policy.evaluated"
|
"artifact.created"
|
"model.called"
|
"routing.decision"
|
"learning.threshold_updated"
|
"learning.trend_detected"
|
"tool.invoked"
|
"tool.completed"
|
"wave.started"
|
"wave.completed"
|
readonly
(
|
"task.created"
|
"task.status_changed"
|
"task.completed"
|
"task.failed"
|
"pipeline.started"
|
"pipeline.completed"
|
"pipeline.checkpoint"
|
"stage.started"
|
"stage.completed"
|
"stage.failed"
|
"stage.retrying"
|
"policy.evaluated"
|
"artifact.created"
|
"model.called"
|
"routing.decision"
|
"learning.threshold_updated"
|
"learning.trend_detected"
|
"tool.invoked"
|
"tool.completed"
|
"wave.started"
|
"wave.completed"
)
[]
Optional
Readonly
task
Id
taskId
?:
string
Optional
Readonly
execution
Id
executionId
?:
string
Optional
Readonly
since
since
?:
number
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
type
task
Id
execution
Id
since
GitHub
npm
nexus-agents - v2.80.0
Loading...
Filter for subscribing to or querying events.