Website
GitHub
npm
Preparing search index...
The search index is not available
@framers/agentos - v0.1.4
@framers/agentos
ExtensionPackResolver
Type alias ExtensionPackResolver
Extension
Pack
Resolver
:
{
package
:
string
;
version
?:
string
;
}
|
{
module
:
string
;
}
|
{
factory
:
(
(
)
=>
Promise
<
ExtensionPack
>
|
ExtensionPack
)
;
}
Type declaration
package
:
string
Optional
version
?:
string
Type declaration
module
:
string
Type declaration
factory
:
(
(
)
=>
Promise
<
ExtensionPack
>
|
ExtensionPack
)
(
)
:
Promise
<
ExtensionPack
>
|
ExtensionPack
Returns
Promise
<
ExtensionPack
>
|
ExtensionPack
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
Architecture
Changelog
Planning Engine
Human-in-the-Loop
Agent Communication
Evaluation Framework
@framers/agentos - v0.1.4
Loading...