Protected Static_Protected Static_Static ReadonlyclassDictionary holding registered active Quatrain models/components.
StaticloggerActive logger instance for the Core domain.
Static ReadonlylogSystem-wide base log verbosity.
Static ReadonlymeIdentifying namespace for this core component.
Static ReadonlystoragePersistent key-value storage engine reference.
Static ReadonlystorageContext prefix string for scoped storage keys.
StaticuserStaticactivateDynamically activate and instantiate a skill package by alias.
Optionalconfig: anyStaticaddMaps a specific entity class to an active name so the factory reflection can locate it.
Semantic registry name.
Class constructor.
StaticaddStores a primitive value durably in the core storage instance.
Identification string.
Value.
StaticaddInjects a new logger block under a specific namespace alias.
The logging context name.
Instantiated LoggerAdapter.
StaticaddRegister an active skill adapter instance into the active execution registry.
StaticdebugTriggers a debug log on the core logger.
Content to log.
StaticdefinitionDeprecated: Reserved schema definition hook.
The property block to generate.
Field definitions block.
StaticerrorTriggers an error log on the core logger.
Content to log.
Static ReadonlyexecExecute an external command in a promise
Promise
StaticexecuteDispatches tool execution to the matching registered active skill.
StaticgetReturns all tool definitions across active skills.
StaticgetReturns all registered skill package catalogs (manifests + active instances).
StaticgetReturns an injected class constructor by its registry identifier.
The semantic name to resolve.
Class definition.
StaticgetRecovers a durably persisted value from the storage layer.
The target identifier.
The recovered value.
StaticgetRetrieve an active skill adapter by alias.
StaticgetReturns all active skill adapters.
Static ReadonlygetUtility lookup to find executable paths in the system using which.
The executable.
The resolved system path.
StatichasCheck if a skill adapter is active.
StaticinfoTriggers an info log on the core logger.
Content to log.
StaticlogTriggers a standard log on the core logger.
Content to log.
StaticregisterRegister a skill package into the available skill catalog without instantiating its adapter.
OptionalbaseMeta: { description?: string; name?: string; version?: string }StaticsetMutates the underlying verbosity constraints.
Active LogLevel filter.
StaticsleepExecution suspension utility blocking the event loop context.
Duration count.
The promise to await.
Static ReadonlytimestampReturns an ISO string representing the current time.
StatictraceTriggers a trace log on the core logger.
Content to log.
StaticwarnTriggers a warning log on the core logger.
Content to log.
StaticwriteSafely writes JSON results to a file, automatically creating parent subfolders.
Base utility container representing Agent skills logic. Extends the Quatrain Core framework functionalities.