feat(background-agent): add isUnstableAgent flag for unstable model detection
This commit is contained in:
parent
520bf9cb55
commit
a5b2ae2895
@ -36,6 +36,8 @@ export interface BackgroundTask {
|
|||||||
concurrencyGroup?: string
|
concurrencyGroup?: string
|
||||||
/** Parent session's agent name for notification */
|
/** Parent session's agent name for notification */
|
||||||
parentAgent?: string
|
parentAgent?: string
|
||||||
|
/** Marks if the task was launched from an unstable agent/category */
|
||||||
|
isUnstableAgent?: boolean
|
||||||
|
|
||||||
/** Last message count for stability detection */
|
/** Last message count for stability detection */
|
||||||
lastMsgCount?: number
|
lastMsgCount?: number
|
||||||
@ -52,6 +54,7 @@ export interface LaunchInput {
|
|||||||
parentModel?: { providerID: string; modelID: string }
|
parentModel?: { providerID: string; modelID: string }
|
||||||
parentAgent?: string
|
parentAgent?: string
|
||||||
model?: { providerID: string; modelID: string; variant?: string }
|
model?: { providerID: string; modelID: string; variant?: string }
|
||||||
|
isUnstableAgent?: boolean
|
||||||
skills?: string[]
|
skills?: string[]
|
||||||
skillContent?: string
|
skillContent?: string
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user