High-level factory function to create and initialize a complete ART framework instance. This simplifies the setup process by handling the instantiation and wiring of all necessary components based on the provided configuration.
The configuration object specifying storage, reasoning, tools, etc.
A promise that resolves to a ready-to-use ArtInstance object, providing access to the core process method and essential managers/systems.
The main factory function to create and initialize a complete ART framework instance. This is the recommended starting point for all users. It simplifies setup by assembling all necessary components based on the provided configuration.
Param: config
The configuration object for the ART instance.
Returns
A promise that resolves to a ready-to-use ART instance.
See
ArtInstanceConfig for configuration options.