Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
agent-safety
AgentOperationExecutorV1
Interface AgentOperationExecutorV1
interface
AgentOperationExecutorV1
{
effect
:
AgentEffect
;
tool
:
string
;
execute
(
operation
:
AgentOperationInputV1
,
limits
:
{
bytes
:
number
;
rows
:
number
;
}
,
signal
?:
AbortSignal
)
:
Promise
<
AgentOperationExecutionResultV1
>
;
}
Index
Properties
effect
tool
Methods
execute
Properties
Readonly
effect
effect
:
AgentEffect
Readonly
tool
tool
:
string
Exact registered tool name. Wildcard dispatch is intentionally unsupported.
Methods
execute
execute
(
operation
,
limits
,
signal
?
)
:
Promise
<
AgentOperationExecutionResultV1
>
Parameters
operation
:
AgentOperationInputV1
limits
:
{
bytes
:
number
;
rows
:
number
;
}
Readonly
bytes
:
number
Readonly
rows
:
number
Optional
signal
:
AbortSignal
Returns
Promise
<
AgentOperationExecutionResultV1
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
effect
tool
Methods
execute
@honua/sdk-js
Loading...
Exact registered tool name. Wildcard dispatch is intentionally unsupported.