Website
GitHub
npm
Preparing search index...
The search index is not available
@framers/agentos - v0.1.166
@framers/agentos
ExtensionPackContext
Interface ExtensionPackContext
interface
ExtensionPackContext
{
manifestEntry
?:
ExtensionPackManifestEntry
;
source
?:
ExtensionSourceMetadata
;
options
?:
Record
<
string
,
unknown
>
;
logger
?:
ILogger
;
getSecret
?:
(
(
secretId
)
=>
undefined
|
string
)
;
services
?:
ISharedServiceRegistry
;
}
Index
Properties
manifest
Entry?
source?
options?
logger?
get
Secret?
services?
Properties
Optional
manifest
Entry
manifest
Entry
?:
ExtensionPackManifestEntry
Optional
source
source
?:
ExtensionSourceMetadata
Optional
options
options
?:
Record
<
string
,
unknown
>
Optional
logger
logger
?:
ILogger
Optional
get
Secret
get
Secret
?:
(
(
secretId
)
=>
undefined
|
string
)
Type declaration
(
secretId
)
:
undefined
|
string
Parameters
secretId
:
string
Returns
undefined
|
string
Optional
services
services
?:
ISharedServiceRegistry
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
manifest
Entry
source
options
logger
get
Secret
services
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...