Uses of Class
uno.anahata.asi.agi.AgiConfig
Packages that use AgiConfig
Package
Description
The root package of the Anahata AI framework.
Provides model-agnostic, intelligent configuration objects for agi sessions.
Provides the core message and part domain primitives for the Anahata AI framework.
Provides the core Swing UI components and container orchestration for the
standalone Anahata ASI desktop application.
Core classes for the NetBeans integration of the Anahata ASI.
Provides the core UI orchestration components for individual AGI sessions.
Provides the configuration and metabolic management components for the Anahata Swing UI.
-
Uses of AgiConfig in uno.anahata.asi
Fields in uno.anahata.asi declared as AgiConfigModifier and TypeFieldDescriptionprivate AgiConfigAsiContainerPreferences.agiTemplateA blueprint configuration for new Agi sessions.Methods in uno.anahata.asi that return AgiConfigModifier and TypeMethodDescriptionAsiContainerPreferences.createAgiConfig(@NonNull AbstractAsiContainer container) Creates a deep-cloned instance of the AgiConfig template, bound to the specified container and assigned a fresh session ID.abstract AgiConfigAbstractAsiContainer.createNewAgiConfig()Creates a new agi session blueprint.Methods in uno.anahata.asi with parameters of type AgiConfigModifier and TypeMethodDescriptionfinal AgiAbstractAsiContainer.createNewAgi(AgiConfig config) Authoritatively creates, configures, registers, and opens a brand-new Agi session with the provided configuration. -
Uses of AgiConfig in uno.anahata.asi.agi
Fields in uno.anahata.asi.agi declared as AgiConfigModifier and TypeFieldDescriptionprivate final AgiConfigAgi.configThe configuration for this agi session.Constructors in uno.anahata.asi.agi with parameters of type AgiConfig -
Uses of AgiConfig in uno.anahata.asi.agi.message
Methods in uno.anahata.asi.agi.message that return AgiConfig -
Uses of AgiConfig in uno.anahata.asi.desktop.swing
Subclasses of AgiConfig in uno.anahata.asi.desktop.swingModifier and TypeClassDescriptionclassThe defaultAgiConfigimplementation for the standalone Swing application.Methods in uno.anahata.asi.desktop.swing that return AgiConfigModifier and TypeMethodDescriptionAsiDesktopAsiContainer.createNewAgiConfig()Creates a new agi session blueprint. -
Uses of AgiConfig in uno.anahata.asi.intellij
Subclasses of AgiConfig in uno.anahata.asi.intellijMethods in uno.anahata.asi.intellij that return AgiConfigModifier and TypeMethodDescriptionIntellijAsiContainer.createNewAgiConfig()Creates a new agi session blueprint. -
Uses of AgiConfig in uno.anahata.asi.nb
Subclasses of AgiConfig in uno.anahata.asi.nbMethods in uno.anahata.asi.nb that return AgiConfigModifier and TypeMethodDescriptionNetBeansAsiContainer.createNewAgiConfig()Creates a new agi session blueprint. -
Uses of AgiConfig in uno.anahata.asi.swing.agi
Subclasses of AgiConfig in uno.anahata.asi.swing.agiModifier and TypeClassDescriptionclassA concreteAgiConfigimplementation for standalone Swing applications, providing UI-specific configurations, look-and-feel adaptive themes, and color schemas. -
Uses of AgiConfig in uno.anahata.asi.swing.agi.config
Fields in uno.anahata.asi.swing.agi.config declared as AgiConfigModifier and TypeFieldDescriptionprivate final AgiConfigAgiConfigPanel.configThe underlying configuration model being edited.Constructors in uno.anahata.asi.swing.agi.config with parameters of type AgiConfigModifierConstructorDescriptionAgiConfigPanel(AgiConfig config) Constructs a new panel for the specified AgiConfig.SessionConfigPanel(AgiConfig agiConfig, RequestConfig requestConfig, Agi agi) Internal constructor for full flexibility (used for templates and live sessions).

