Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
forwardProviderHookEvent
Function forwardProviderHookEvent
forwardProviderHookEvent
(
input
:
{
agentId
:
string
;
bridgeBase
?:
string
;
mode
?:
HookMode
;
observedAt
?:
number
;
provider
:
HookProvider
;
rawInput
:
string
;
retryDelayMs
?:
number
;
timeoutMs
?:
number
;
tokenFile
:
string
;
workspace
:
string
;
}
,
)
:
Promise
<
{
actionId
:
string
;
idempotentReplay
:
boolean
;
receiptId
:
string
;
sourceEventType
:
|
"action.requested"
|
"action.completed"
|
"action.failed"
|
"action.denied"
;
status
:
number
;
}
,
>
Parameters
input
:
{
agentId
:
string
;
bridgeBase
?:
string
;
mode
?:
HookMode
;
observedAt
?:
number
;
provider
:
HookProvider
;
rawInput
:
string
;
retryDelayMs
?:
number
;
timeoutMs
?:
number
;
tokenFile
:
string
;
workspace
:
string
;
}
Returns
Promise
<
{
actionId
:
string
;
idempotentReplay
:
boolean
;
receiptId
:
string
;
sourceEventType
:
|
"action.requested"
|
"action.completed"
|
"action.failed"
|
"action.denied"
;
status
:
number
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...