@deskcreate/agentcraft
Preparing search index...
skills
CreatorPack
Interface CreatorPack
interface
CreatorPack
{
attachments
:
readonly
AgentAdapter
[]
;
config
?:
CreatorPackConfig
;
description
:
string
;
manifest
:
{
configFields
:
string
[]
;
description
:
string
;
name
:
string
;
optionalCapabilities
:
(
string
|
{
oneOf
:
string
[]
}
|
{
allOf
:
string
[]
}
)
[]
;
requiredCapabilities
:
(
string
|
{
oneOf
:
string
[]
}
|
{
allOf
:
string
[]
}
)
[]
;
sideEffectRisk
:
"none"
|
"read"
|
"write"
|
"external"
;
skills
:
string
[]
;
}
;
name
:
string
;
type
:
"creator-pack"
;
}
Index
Properties
attachments
config?
description
manifest
name
type
Properties
Readonly
attachments
attachments
:
readonly
AgentAdapter
[]
Optional
Readonly
config
config
?:
CreatorPackConfig
Readonly
description
description
:
string
Readonly
manifest
manifest
:
{
configFields
:
string
[]
;
description
:
string
;
name
:
string
;
optionalCapabilities
:
(
string
|
{
oneOf
:
string
[]
}
|
{
allOf
:
string
[]
}
)
[]
;
requiredCapabilities
:
(
string
|
{
oneOf
:
string
[]
}
|
{
allOf
:
string
[]
}
)
[]
;
sideEffectRisk
:
"none"
|
"read"
|
"write"
|
"external"
;
skills
:
string
[]
;
}
Readonly
name
name
:
string
Readonly
type
type
:
"creator-pack"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attachments
config
description
manifest
name
type
@deskcreate/agentcraft
Loading...