Website
GitHub
npm
Preparing search index...
The search index is not available
@framers/agentos - v0.1.166
@framers/agentos
GuardedToolResult
Interface GuardedToolResult<T>
interface
GuardedToolResult
<
T
>
{
success
:
boolean
;
result
?:
T
;
error
?:
string
;
durationMs
:
number
;
timedOut
:
boolean
;
toolName
:
string
;
}
Type Parameters
T
=
unknown
Index
Properties
success
result?
error?
duration
Ms
timed
Out
tool
Name
Properties
success
success
:
boolean
Optional
result
result
?:
T
Optional
error
error
?:
string
duration
Ms
duration
Ms
:
number
timed
Out
timed
Out
:
boolean
tool
Name
tool
Name
:
string
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
success
result
error
duration
Ms
timed
Out
tool
Name
Architecture
Cognitive Memory
RAG & Memory
Capability Discovery
Tool Calling
Skills
Voice TTS/STT
Safety Primitives
Guardrails
Observability
Planning Engine
Human-in-the-Loop
Agent Communication
Changelog
@framers/agentos - v0.1.166
Loading...