Website
GitHub
npm
Preparing search index...
The search index is not available
@framers/agentos - v0.1.4
@framers/agentos
WorkflowDescriptorPayload
Interface WorkflowDescriptorPayload
Descriptor payload stored in the extension registry for workflows.
interface
WorkflowDescriptorPayload
{
definition
:
WorkflowDefinition
;
metadata
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
definition
metadata?
Properties
definition
definition
:
WorkflowDefinition
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
definition
metadata
Architecture
Changelog
Planning Engine
Human-in-the-Loop
Agent Communication
Evaluation Framework
@framers/agentos - v0.1.4
Loading...
Descriptor payload stored in the extension registry for workflows.