Class AnahataConfig
java.lang.Object
uno.anahata.ai.AnahataConfig
Manages the global configuration and working directory for the Anahata AI framework.
This class is responsible for ensuring the existence of the application's
root working directory (typically ~/.anahata/ai-assistant) and
providing access to its subfolders.
- Author:
- anahata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FileGets the application's root working directory.static FilegetWorkingFolder(String name) Gets a subfolder within the application's root working directory.
-
Constructor Details
-
AnahataConfig
public AnahataConfig()
-
-
Method Details
-
getWorkingFolder
-
getWorkingFolder
Gets the application's root working directory.The default location is
.anahata/ai-assistantwithin the user's home directory.- Returns:
- The root working directory File.
-
